Searched defs:HasWMSpecProperty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc549 return (HasWMSpecProperty("_NET_WM_STATE_MAXIMIZED_VERT") &&
550 HasWMSpecProperty("_NET_WM_STATE_MAXIMIZED_HORZ"));
554 return HasWMSpecProperty("_NET_WM_STATE_HIDDEN");
704 if (HasWMSpecProperty("_NET_WM_STATE_FULLSCREEN") == fullscreen) {
1231 is_always_on_top_ = HasWMSpecProperty("_NET_WM_STATE_ABOVE");
1299 bool DesktopWindowTreeHostX11::HasWMSpecProperty(const char* property) const { function in class:views::DesktopWindowTreeHostX11

Completed in 91 milliseconds