Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.cc21 use_shared_texture_(use_shared_texture), in CefWebContentsViewOSR()
114 return new CefRenderWidgetHostViewOSR(background_color_, use_shared_texture_, in CreateViewForWidget()
126 return new CefRenderWidgetHostViewOSR(background_color_, use_shared_texture_, in CreateViewForChildWidget()
Dweb_contents_view_osr.h87 const bool use_shared_texture_; variable
Dbrowser_platform_delegate_osr.h110 const bool use_shared_texture_; variable
Dbrowser_platform_delegate_osr.cc26 use_shared_texture_(use_shared_texture), in CefBrowserPlatformDelegateOsr()
38 GetBackgroundColor(), use_shared_texture_, use_external_begin_frame_); in CreateViewForWebContents()