Lines Matching refs:window

95 // Sets whether |window| should use the OS window frame.
96 UI_BASE_EXPORT void SetUseOSWindowFrame(XID window, bool use_os_window_frame);
103 // Get the X window id for the default root window
113 // Sets _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED on |window|.
115 XID window,
118 // Clears all regions of X11's default root window by filling black pixels.
121 // Returns true if |window| is visible.
122 UI_BASE_EXPORT bool IsWindowVisible(XID window);
124 // Returns the bounds of |window|.
125 UI_BASE_EXPORT bool GetWindowRect(XID window, gfx::Rect* rect);
127 // Returns true if |window| contains the point |screen_loc|.
128 UI_BASE_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);
130 // Return true if |window| has any property with |property_name|.
131 UI_BASE_EXPORT bool PropertyExists(XID window,
137 XID window,
148 UI_BASE_EXPORT bool GetIntProperty(XID window,
151 UI_BASE_EXPORT bool GetXIDProperty(XID window,
154 UI_BASE_EXPORT bool GetIntArrayProperty(XID window,
157 UI_BASE_EXPORT bool GetAtomArrayProperty(XID window,
160 UI_BASE_EXPORT bool GetStringProperty(XID window,
165 UI_BASE_EXPORT bool SetIntProperty(XID window,
169 UI_BASE_EXPORT bool SetIntArrayProperty(XID window,
173 UI_BASE_EXPORT bool SetAtomProperty(XID window,
177 UI_BASE_EXPORT bool SetAtomArrayProperty(XID window,
181 UI_BASE_EXPORT bool SetStringProperty(XID window,
189 // Sets the WM_CLASS attribute for a given X11 window.
191 XID window,
195 // Sets the WM_WINDOW_ROLE attribute for a given X11 window.
197 XID window,
201 // frame based on the currently-running window manager.
205 // Queries the desktop |window| is on, kAllDesktops if sticky. Returns false if
207 bool GetWindowDesktop(XID window, int* desktop);
212 // Implementers of this interface receive a notification for every X window of
216 // |xid| is the X Window ID of the enumerated window. Return true to stop
233 // Returns all children windows of a given window in top-to-bottom stacking
235 UI_BASE_EXPORT bool GetXWindowStack(XID window, std::vector<XID>* windows);
269 // Attempts to guess the window maager. Returns WM_UNKNOWN if we can't
282 // Returns true if a given window is in full-screen mode.
283 UI_BASE_EXPORT bool IsX11WindowFullScreen(XID window);
285 // Returns true if the window manager supports the given hint.