HomeSort by relevance Sort by last modified time
    Searched refs:GetIntProperty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/
gtk_window_utils.cc 28 if (!ui::GetIntProperty(window, "_NET_WM_DESKTOP", &desktop)) {
31 ui::GetIntProperty(root, "_NET_CURRENT_DESKTOP", &desktop);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 131 if (ui::GetIntProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) &&
desktop_drag_drop_client_aurax11.cc 130 if (ui::GetIntProperty(target, "XdndAware", &version) &&
  /external/chromium_org/ui/base/x/
x11_util.h 176 UI_EXPORT bool GetIntProperty(XID window, const std::string& property_name,
x11_util.cc 539 return GetIntProperty(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop);
755 bool GetIntProperty(XID window, const std::string& property_name, int* value) {
989 return GetIntProperty(window, "_NET_WM_DESKTOP", desktop);
    [all...]

Completed in 177 milliseconds