Searched refs:GetAtomArrayProperty (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/ |
D | fullscreen_linux.cc | 121 if (ui::GetAtomArrayProperty(window, in IsTopMostWindowFullScreen()
|
/external/chromium_org/chrome/browser/ |
D | fullscreen_gtk.cc | 120 if (ui::GetAtomArrayProperty(window, in IsTopMostWindowFullScreen()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_desktop_handler.cc | 59 if (ui::GetAtomArrayProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &atoms)) { in X11DesktopHandler()
|
D | desktop_drag_drop_client_aurax11.cc | 223 if (!ui::GetAtomArrayProperty(source_window_, in X11DragContext() 329 if (!ui::GetAtomArrayProperty(source_window_, in ReadActions()
|
D | desktop_root_window_host_x11.cc | 1472 ui::GetAtomArrayProperty(xwindow_, "_NET_WM_STATE", &atom_list)) { in Dispatch()
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
D | native_app_window_gtk.cc | 132 if (ui::GetAtomArrayProperty(ui::GetX11RootWindow(), in NativeAppWindowGtk() 325 ui::GetAtomArrayProperty(GDK_WINDOW_XWINDOW(GTK_WIDGET(window_)->window), in OnXEvent()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 182 UI_EXPORT bool GetAtomArrayProperty(XID window,
|
D | x11_util.cc | 825 bool GetAtomArrayProperty(XID window, in GetAtomArrayProperty() function 1302 if (GetAtomArrayProperty(GetX11RootWindow(), in IsX11WindowFullScreen() 1310 if (GetAtomArrayProperty(window, in IsX11WindowFullScreen()
|