Searched refs:DesktopWindowTreeHostX11 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc58 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture =
60 std::list<XID>* DesktopWindowTreeHostX11::open_windows_ = NULL;
66 DesktopWindowTreeHostX11*, kHostForRootWindow, NULL);
127 // DesktopWindowTreeHostX11, public:
129 DesktopWindowTreeHostX11::DesktopWindowTreeHostX11( function in class:views::DesktopWindowTreeHostX11
153 DesktopWindowTreeHostX11::~DesktopWindowTreeHostX11() {
163 aura::Window* DesktopWindowTreeHostX11
[all...]
H A Dx11_topmost_window_finder.cc28 DesktopWindowTreeHostX11::GetAllOpenWindows();
40 return DesktopWindowTreeHostX11::GetContentWindowForXID(toplevel_);
54 views::DesktopWindowTreeHostX11::GetContentWindowForXID(xid);
80 DesktopWindowTreeHostX11* host =
81 DesktopWindowTreeHostX11::GetHostForXID(
H A Ddesktop_window_tree_host_x11.h42 class VIEWS_EXPORT DesktopWindowTreeHostX11 class in namespace:views
48 DesktopWindowTreeHostX11(
51 virtual ~DesktopWindowTreeHostX11();
57 static DesktopWindowTreeHostX11* GetHostForXID(XID xid);
309 DesktopWindowTreeHostX11* window_parent_;
310 std::set<DesktopWindowTreeHostX11*> window_children_;
323 // The current DesktopWindowTreeHostX11 which has capture. Set synchronously
325 static DesktopWindowTreeHostX11* g_current_capture;
341 base::WeakPtrFactory<DesktopWindowTreeHostX11> close_widget_factory_;
343 DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostX11);
[all...]
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc96 void DispatchMouseMotionEvent(DesktopWindowTreeHostX11* desktop_host,
186 DesktopWindowTreeHostX11* host1 =
187 static_cast<DesktopWindowTreeHostX11*>(window1->GetHost());
192 DesktopWindowTreeHostX11* host2 =
193 static_cast<DesktopWindowTreeHostX11*>(window2->GetHost());
209 // Set capture to |widget1|. Because DesktopWindowTreeHostX11 calls
H A Dx11_desktop_handler.cc124 // deactivated and ignore keyboard input in DesktopWindowTreeHostX11.
196 DesktopWindowTreeHostX11* old_host =
197 views::DesktopWindowTreeHostX11::GetHostForXID(current_window_);
207 DesktopWindowTreeHostX11* new_host =
208 views::DesktopWindowTreeHostX11::GetHostForXID(xid);
H A Ddesktop_screen_x11.cc171 DesktopWindowTreeHostX11* rwh = DesktopWindowTreeHostX11::GetHostForXID(
H A Ddesktop_screen_x11_unittest.cc288 // Cast to superclass as DesktopWindowTreeHostX11 hide IsMaximized
290 DesktopWindowTreeHostX11::GetHostForXID(window->GetHost()->
314 // Cast to superclass as DesktopWindowTreeHostX11 hide IsMaximized
316 DesktopWindowTreeHostX11::GetHostForXID(window->GetHost()->
341 // Cast to superclass as DesktopWindowTreeHostX11 hide IsMaximized
343 DesktopWindowTreeHostX11::GetHostForXID(window->GetHost()->
/external/chromium_org/chrome/browser/
H A Dfullscreen_aurax11.cc25 views::DesktopWindowTreeHostX11::GetAllOpenWindows();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host_x11.cc72 : DesktopWindowTreeHostX11(native_widget_delegate,
103 // views::DesktopWindowTreeHostX11 implementation:
108 views::DesktopWindowTreeHostX11::Init(content_window, params);
117 DesktopWindowTreeHostX11::CloseNow();
H A Dbrowser_desktop_window_tree_host_x11.h21 public views::DesktopWindowTreeHostX11 {
36 // Overridden from views::DesktopWindowTreeHostX11:
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.cc49 return views::DesktopWindowTreeHostX11::GetContentWindowForXID(
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc238 // iterating across the windows owned DesktopWindowTreeHostX11 since this
241 DesktopWindowTreeHostX11::GetAllOpenWindows();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc329 views::DesktopWindowTreeHostX11* host =
330 views::DesktopWindowTreeHostX11::GetHostForXID(
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1036 DesktopWindowTreeHostX11::GetAllOpenWindows();
1038 DesktopWindowTreeHostX11::CleanUpWindowList();

Completed in 385 milliseconds