Home
last modified time | relevance | path

Searched refs:PropertyExists (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
Dfullscreen_linux.cc65 if (ui::PropertyExists(window, "WM_STATE")) { in ShouldStopIterating()
89 if (ui::PropertyExists(window, "WM_STATE")) { in ShouldStopIterating()
Didle_linux.cc41 if (ui::PropertyExists(window, "_SCREENSAVER_VERSION")) in IsScreensaverWindow()
/external/chromium_org/chrome/browser/
Dfullscreen_gtk.cc64 if (ui::PropertyExists(window, "WM_STATE")) { in ShouldStopIterating()
88 if (ui::PropertyExists(window, "WM_STATE")) { in ShouldStopIterating()
Dscreensaver_window_finder_x11.cc35 if (ui::PropertyExists(window, "_SCREENSAVER_VERSION")) in IsScreensaverWindow()
/external/chromium_org/ui/base/x/
Dx11_util.h159 UI_EXPORT bool PropertyExists(XID window, const std::string& property_name);
Dx11_util.cc682 bool PropertyExists(XID window, const std::string& property_name) { in PropertyExists() function
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.cc94 if (ui::PropertyExists(window, "WM_STATE")) { in ShouldStopIterating()