HomeSort by relevance Sort by last modified time
    Searched defs:TestWindow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/win/
hwnd_subclass_unittest.cc 15 class TestWindow : public gfx::WindowImpl {
17 TestWindow() : saw_message(false) {}
18 virtual ~TestWindow() {}
36 DISALLOW_COPY_AND_ASSIGN(TestWindow);
71 TestWindow window;
100 TestWindow window;
134 TestWindow window;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window_unittest.cc 35 class TestWindow : public talk_base::Win32Window {
37 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); }
59 TestWindow wnd;
74 TestWindow wnd1, wnd2;
  /external/chromium_org/ash/wm/
system_modal_container_layout_manager_unittest.cc 57 class TestWindow : public views::WidgetDelegateView {
59 explicit TestWindow(bool modal) : modal_(modal) {}
60 virtual ~TestWindow() {}
84 DISALLOW_COPY_AND_ASSIGN(TestWindow);
87 class EventTestWindow : public TestWindow {
89 explicit EventTestWindow(bool modal) : TestWindow(modal),
145 new TestWindow(modal), CurrentContext());
152 views::Widget::CreateWindowWithParent(new TestWindow(modal), parent);
274 TestWindow::CloseTestWindow(transient.release());
354 new TestWindow(false), CurrentContext())
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 19 public class TestWindow extends Window {
27 public TestWindow(Context context) {

Completed in 173 milliseconds