Searched refs:GetIntProperty (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/base/x/ |
D | x11_menu_list.cc | 27 if (!GetIntProperty(menu, "_NET_WM_WINDOW_TYPE", &value) || in MaybeRegisterMenu()
|
D | x11_util.cc | 112 if (!GetIntProperty(GetX11RootWindow(), in SupportsEWMH() 130 bool result = GetIntProperty( in SupportsEWMH() 146 if (!GetIntProperty(GetX11RootWindow(), in GetWindowManagerName() 562 return GetIntProperty(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop); in GetCurrentDesktop() 787 bool GetIntProperty(XID window, const std::string& property_name, int* value) { in GetIntProperty() function 1049 return GetIntProperty(window, "_NET_WM_DESKTOP", desktop); in GetWindowDesktop()
|
D | x11_util.h | 148 UI_BASE_EXPORT bool GetIntProperty(XID window,
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_drag_drop_client_aurax11.cc | 785 if (ui::GetIntProperty(target, "XdndAware", &version) && in FindWindowFor()
|