Searched refs:GetIntProperty (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/browser/renderer_host/ |
D | gtk_window_utils.cc | 28 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/ |
D | x11_desktop_handler.cc | 131 if (ui::GetIntProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) && in Dispatch()
|
D | desktop_drag_drop_client_aurax11.cc | 130 if (ui::GetIntProperty(target, "XdndAware", &version) && in FindWindowFor()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.cc | 539 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()
|
D | x11_util.h | 176 UI_EXPORT bool GetIntProperty(XID window, const std::string& property_name,
|