HasWMSpecProperty  505 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   return (HasWMSpecProperty("_NET_WM_STATE_MAXIMIZED_VERT") &&
HasWMSpecProperty  506 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc           HasWMSpecProperty("_NET_WM_STATE_MAXIMIZED_HORZ"));
HasWMSpecProperty  510 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   return HasWMSpecProperty("_NET_WM_STATE_HIDDEN");
HasWMSpecProperty 1571 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         is_fullscreen_ = HasWMSpecProperty("_NET_WM_STATE_FULLSCREEN");
HasWMSpecProperty 1572 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc         is_always_on_top_ = HasWMSpecProperty("_NET_WM_STATE_ABOVE");
HasWMSpecProperty  174 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   bool HasWMSpecProperty(const char* property) const;