Searched refs:windowAttributes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRedirectedXCompositeWindow.cpp117 XSetWindowAttributes windowAttributes; local
118 windowAttributes.override_redirect = True;
127 &windowAttributes);
130 windowAttributes.event_mask = StructureNotifyMask;
131 windowAttributes.override_redirect = False;
140 &windowAttributes);
232 XWindowAttributes windowAttributes; local
233 if (!XGetWindowAttributes(newPixmapDisplay, m_window, &windowAttributes)) {
240 windowAttributes.visual,
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowAdapter.mm145 WindowAttributes windowAttributes;
162 GetWindowAttributes(inWindowRef, &windowAttributes);
176 if (windowAttributes & kWindowCloseBoxAttribute) styleMask |= NSClosableWindowMask;
177 if (windowAttributes & kWindowResizableAttribute) styleMask |= NSResizableWindowMask;
196 // _auxiliaryStorage->_auxWFlags.hasShadow = (windowAttributes & kWindowNoShadowAttribute) ? NO : YES;

Completed in 118 milliseconds