Home
last modified time | relevance | path

Searched refs:compositing_surface_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.cc516 compositing_surface_(gfx::kNullPluginWindow), in RenderWidgetHostViewGtk()
773 if (compositing_surface_ != gfx::kNullPluginWindow) { in Destroy()
775 manager->ReleasePermanentXID(compositing_surface_); in Destroy()
1130 if (compositing_surface_ == gfx::kNullPluginWindow) { in GetCompositingSurface()
1134 if (!manager->GetPermanentXIDForId(&compositing_surface_, view_id)) { in GetCompositingSurface()
1138 return compositing_surface_; in GetCompositingSurface()
Drender_widget_host_view_gtk.h250 gfx::PluginWindowHandle compositing_surface_; variable
Drender_widget_host_view_mac.h389 gfx::PluginWindowHandle compositing_surface_; variable
Drender_widget_host_view_mac.mm204 compositing_surface_(gfx::kNullPluginWindow) { function
871 if (compositing_surface_ == gfx::kNullPluginWindow)
872 compositing_surface_ = AllocateFakePluginWindowHandle(
874 return compositing_surface_;