Searched defs:TestWindow (Results 1 – 5 of 5) sorted by relevance
18 class TestWindow : public rtc::Win32Window { class20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow() function in TestWindow
35 class TestWindow : public talk_base::Win32Window { class37 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow() function in TestWindow
15 class TestWindow : public gfx::WindowImpl { class17 TestWindow() : saw_message(false) {} in TestWindow() function in ui::__anon1a3365660111::TestWindow
19 public class TestWindow extends Window { class27 public TestWindow(Context context) { in TestWindow() method in TestWindow
64 class TestWindow : public views::WidgetDelegateView { class66 explicit TestWindow(bool modal) : modal_(modal) {} in TestWindow() function in ash::test::__anon9d0a8e6a0111::TestWindow