Searched defs:TestWindow (Results 1 – 6 of 6) sorted by relevance
18 class TestWindow : public rtc::Win32Window { class20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow() function in TestWindow
719 struct TestWindow; in window_procedure_window_class_name_should_include_class_name_prefix() struct720 impl RegisterWindowClass for TestWindow { in window_procedure_window_class_name_should_include_class_name_prefix() implementation738 struct TestWindow; in window_procedure_with_same_types_should_return_same_name() struct739 impl RegisterWindowClass for TestWindow { in window_procedure_with_same_types_should_return_same_name() implementation
85 private static class TestWindow extends BaseIWindow { class in WindowAddRemovePerfTest93 TestWindow() { in TestWindow() method in WindowAddRemovePerfTest.TestWindow
241 private static class TestWindow extends MockWindow { class in SystemBarHelperTest249 TestWindow(Context context, View decorView) { in TestWindow() method in SystemBarHelperTest.TestWindow
47 class TestWindow { class49 TestWindow() { in TestWindow() function in gfxstream::TestWindow
20 func TestWindow(t *testing.T) { func