HomeSort by relevance Sort by last modified time
    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 119 gfx::AcceleratedWidget xwindow = root->GetAcceleratedWidget(); local
120 ui::SetIntProperty(xwindow, kInternalProp, kCARDINAL, internal);
121 ui::SetIntProperty(xwindow, kRotationProp, kCARDINAL, xrandr_rotation);
122 ui::SetIntProperty(xwindow,
869 gfx::AcceleratedWidget xwindow = root_windows[i]->GetAcceleratedWidget(); local
870 XStoreName(ui::GetXDisplay(), xwindow, name.c_str()); local
    [all...]

Completed in 134 milliseconds