OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xwindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc
84
Window
xwindow
= reinterpret_cast<Window>(window->window);
local
89
if (
xwindow
) {
93
Status status = XQueryTree(extra->display,
xwindow
, &root, &parent,
/external/chromium_org/ash/display/
display_controller.cc
117
gfx::AcceleratedWidget
xwindow
= root->host()->GetAcceleratedWidget();
local
118
ui::SetIntProperty(
xwindow
, kInternalProp, kCARDINAL, internal);
119
ui::SetIntProperty(
xwindow
, kRotationProp, kCARDINAL, xrandr_rotation);
120
ui::SetIntProperty(
xwindow
,
802
gfx::AcceleratedWidget
xwindow
=
local
804
XStoreName(gfx::GetXDisplay(),
xwindow
, name.c_str());
local
Completed in 791 milliseconds