HomeSort by relevance Sort by last modified time
    Searched refs:window_tree_host (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 32 explicit X11WindowEventFilter(DesktopWindowTreeHost* window_tree_host);
x11_window_event_filter.cc 15 #include "ui/aura/window_tree_host.h"
51 DesktopWindowTreeHost* window_tree_host)
53 xwindow_(window_tree_host->AsWindowTreeHost()->GetAcceleratedWidget()),
56 window_tree_host_(window_tree_host),
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 89 scoped_ptr<aura::WindowTreeHostX11> window_tree_host(
91 window_tree_host->InitHost();
93 new RootWindowEventHandler(window_tree_host.get()));
107 if (window_tree_host->CanDispatchEvent(scoped_xevent))
108 window_tree_host->DispatchEvent(scoped_xevent);
116 if (window_tree_host->CanDispatchEvent(scoped_xevent))
117 window_tree_host->DispatchEvent(scoped_xevent);
124 if (window_tree_host->CanDispatchEvent(scoped_xevent))
125 window_tree_host->DispatchEvent(scoped_xevent);
132 if (window_tree_host->CanDispatchEvent(scoped_xevent)
    [all...]
  /external/chromium_org/mojo/aura/
context_factory_mojo.cc 33 WindowTreeHostMojo* window_tree_host = variable
35 DCHECK(window_tree_host); variable
36 window_tree_host->SetContents(
  /external/chromium_org/ash/test/
ash_test_base.cc 28 #include "ui/aura/window_tree_host.h"
151 aura::RemoteWindowTreeHostWin* window_tree_host = local
153 CHECK(window_tree_host != NULL);
  /external/chromium_org/content/browser/accessibility/
accessibility_win_browsertest.cc 28 #include "ui/aura/window_tree_host.h"
657 aura::WindowTreeHost* window_tree_host = window->GetHost(); local
658 CHECK(window_tree_host);
659 HWND hwnd = window_tree_host->GetAcceleratedWidget();

Completed in 164 milliseconds