OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_attributes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cast/test/
linux_output_window.cc
58
XSetWindowAttributes
window_attributes
;
local
59
window_attributes
.colormap = XCreateColormap(
61
window_attributes
.event_mask = StructureNotifyMask | ExposureMask;
62
window_attributes
.background_pixel = 0;
63
window_attributes
.border_pixel = 0;
71
attribute_mask, &
window_attributes
);
/external/chromium_org/content/common/gpu/media/
rendering_helper.cc
239
XSetWindowAttributes
window_attributes
;
local
240
window_attributes
.background_pixel =
242
window_attributes
.override_redirect = true;
249
(CWBackPixel | CWOverrideRedirect), &
window_attributes
);
Completed in 464 milliseconds