Home
last modified time | relevance | path

Searched refs:GetIntProperty (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dgtk_window_utils.cc28 if (!ui::GetIntProperty(window, "_NET_WM_DESKTOP", &desktop)) { in GetWorkArea()
31 ui::GetIntProperty(root, "_NET_CURRENT_DESKTOP", &desktop); in GetWorkArea()
/external/chromium_org/ui/views/widget/desktop_aura/
Dx11_desktop_handler.cc131 if (ui::GetIntProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) && in Dispatch()
Ddesktop_drag_drop_client_aurax11.cc130 if (ui::GetIntProperty(target, "XdndAware", &version) && in FindWindowFor()
/external/chromium_org/ui/base/x/
Dx11_util.cc539 return GetIntProperty(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop); in GetCurrentDesktop()
755 bool GetIntProperty(XID window, const std::string& property_name, int* value) { in GetIntProperty() function
989 return GetIntProperty(window, "_NET_WM_DESKTOP", desktop); in GetWindowDesktop()
1209 if (!GetIntProperty(GetX11RootWindow(), in GetWindowManagerName()
1226 bool result = GetIntProperty( in GetWindowManagerName()
Dx11_util.h176 UI_EXPORT bool GetIntProperty(XID window, const std::string& property_name,