HomeSort by relevance Sort by last modified time
    Searched refs:child_window_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 197 child_window_(NULL),
218 child_window_ = CreateWindow(
229 if (!child_window_) {
236 device_context_ = GetDC(child_window_);
255 if (child_window_ && device_context_)
256 ReleaseDC(child_window_, device_context_);
258 if (child_window_)
259 DestroyWindow(child_window_);
261 child_window_ = NULL;
275 if (!MoveWindow(child_window_,
    [all...]
gl_surface_wgl.h 45 gfx::AcceleratedWidget child_window_; member in class:gfx::NativeViewGLSurfaceWGL
gl_surface_glx.cc 498 if (child_window_)
503 child_window_ = XCreateWindow(
508 parent_window_, child_window_);
510 XMapWindow(g_display, child_window_);
515 if (!child_window_)
519 parent_window_, child_window_);
520 XDestroyWindow(g_display, child_window_);
522 child_window_ = 0;
529 child_window_(0),
540 if (child_window_)
    [all...]
gl_surface_glx.h 97 gfx::AcceleratedWidget child_window_; member in class:gfx::NativeViewGLSurfaceGLX
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 108 top_level_handler->child_window_ = child_window;
139 if (top_level_widget_ && window == child_window_)
146 child_window_(NULL) {}
151 aura::Window* child_window_; member in class:views::__anon17876::DesktopNativeWidgetTopLevelHandler
    [all...]

Completed in 592 milliseconds