Lines Matching refs:BOOL

83     BOOL IsOneOfOwnersOf(AwtWindow * wnd);
88 BOOL UpdateInsets(jobject insets = 0);
89 BOOL HasValidRect();
91 static BOOL CALLBACK UpdateOwnedIconCallback(HWND hwnd, LPARAM param);
108 virtual BOOL IsEmbeddedFrame() { return FALSE;}
111 virtual BOOL IsContainer() { return TRUE;}
113 virtual BOOL IsUndecorated() { return TRUE; }
115 INLINE virtual BOOL IsSimpleWindow() { return TRUE; }
117 INLINE BOOL IsRetainingHierarchyZOrder() { return m_isRetainingHierarchyZOrder; }
120 INLINE BOOL IsAutoRequestFocus() {
125 INLINE virtual BOOL IsFocusedWindowModalBlocker() {
131 virtual void SetResizable(BOOL isResizable);
132 BOOL IsResizable();
139 virtual void Ungrab(BOOL doPost);
145 INLINE BOOL IsIconInherited() {return m_iconInherited;};
152 BOOL IsFocusableWindow();
166 virtual MsgRouting WmActivate(UINT nState, BOOL fMinimized, HWND opposite);
170 virtual MsgRouting WmShowWindow(BOOL show, UINT status);
177 virtual MsgRouting WmNcCalcSize(BOOL fCalcValidRects,
187 virtual MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
192 virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittest = HTCLIENT);
195 INLINE static LRESULT SynthesizeWmActivate(BOOL doActivate, HWND targetHWnd, HWND oppositeHWnd) {
214 INLINE virtual BOOL IsTopLevel() { return TRUE; }
242 inline static BOOL IsResizing() {
260 static BOOL sm_resizing; /* in the middle of a resizing operation */
267 BOOL m_isFocusableWindow; /* a cache of Window.isFocusableWindow() return value */
269 BOOL m_grabbed; // Whether the current window is grabbed
270 BOOL m_isRetainingHierarchyZOrder; // Is this a window that shouldn't change z-order of any window
276 BOOL m_opaque; // Whether the window uses the perpixel translucency (false), or not (true).
282 inline BOOL isOpaque() {
291 void SetTranslucency(BYTE opacity, BOOL opaque, BOOL setValues = TRUE,
292 BOOL useDefaultForOldValues = FALSE);
343 BOOL fullScreenExclusiveModeState;
344 inline void setFullScreenExclusiveModeState(BOOL isEntered) {
348 inline BOOL isFullScreenExclusiveMode() {
358 BOOL m_isResizable;
362 BOOL m_iconInherited; /* TRUE if icon is inherited from the owner */
363 BOOL m_filterFocusAndActivation; /* Used in the WH_CBT hook */
365 inline BOOL IsUntrusted() {
371 void EnableTranslucency(BOOL enable);