#include "flutter/shell/platform/linux/fl_window_state_monitor.h"#include "flutter/shell/platform/linux/fl_binary_messenger_private.h"#include "flutter/shell/platform/linux/public/flutter_linux/fl_string_codec.h"#include "flutter/shell/platform/linux/testing/fl_mock_binary_messenger.h"#include "flutter/shell/platform/linux/testing/mock_gtk.h"#include "flutter/shell/platform/linux/testing/linux_test.h"#include "gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | FlWindowStateMonitorTest |
Functions | |
| TEST_F (FlWindowStateMonitorTest, GainFocus) | |
| TEST_F (FlWindowStateMonitorTest, LoseFocus) | |
| TEST_F (FlWindowStateMonitorTest, EnterIconified) | |
| TEST_F (FlWindowStateMonitorTest, LeaveIconified) | |
| TEST_F (FlWindowStateMonitorTest, LeaveIconifiedFocused) | |
| TEST_F (FlWindowStateMonitorTest, EnterWithdrawn) | |
| TEST_F (FlWindowStateMonitorTest, LeaveWithdrawn) | |
| TEST_F (FlWindowStateMonitorTest, LeaveWithdrawnFocused) | |
| TEST_F | ( | FlWindowStateMonitorTest | , |
| EnterIconified | |||
| ) |
Definition at line 86 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| EnterWithdrawn | |||
| ) |
Definition at line 169 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| GainFocus | |||
| ) |
Definition at line 30 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| LeaveIconified | |||
| ) |
Definition at line 113 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| LeaveIconifiedFocused | |||
| ) |
Definition at line 141 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| LeaveWithdrawn | |||
| ) |
Definition at line 196 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| LeaveWithdrawnFocused | |||
| ) |
Definition at line 224 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.
| TEST_F | ( | FlWindowStateMonitorTest | , |
| LoseFocus | |||
| ) |
Definition at line 58 of file fl_window_state_monitor_test.cc.
References fl_mock_binary_messenger_set_string_message_channel(), fl_value_get_string(), fl_value_new_string(), fl_window_state_monitor_new(), g_autoptr(), gdk_window_get_state(), gtk_widget_show(), gtk_window_new(), message, TRUE, user_data, and window.