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

  /external/chromium_org/content/public/browser/
render_widget_host_view.h 52 virtual void InitAsChild(gfx::NativeView parent_view) = 0;
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 41 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE;
render_widget_host_view_guest.h 51 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE;
render_widget_host_view_guest.cc 230 void RenderWidgetHostViewGuest::InitAsChild(
232 platform_view_->InitAsChild(parent_view);
render_widget_host_view_child_frame.cc 25 void RenderWidgetHostViewChildFrame::InitAsChild(
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 330 parent_view_->InitAsChild(NULL);
412 view_->InitAsChild(NULL);
755 view_->InitAsChild(NULL);
806 view_->InitAsChild(NULL);
907 view_->InitAsChild(NULL);
    [all...]
render_widget_host_view_android.h 78 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE;
render_widget_host_view_aura.h 134 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE;
render_widget_host_view_mac.h 239 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE;
render_widget_host_unittest.cc 784 view->InitAsChild(NULL);
803 // See the comment above |InitAsChild(NULL)|.
    [all...]
render_widget_host_view_android.cc 230 void RenderWidgetHostViewAndroid::InitAsChild(gfx::NativeView parent_view) {
    [all...]
render_widget_host_view_aura.cc 461 void RenderWidgetHostViewAura::InitAsChild(
    [all...]
  /external/chromium_org/content/test/
test_render_view_host.h 60 virtual void InitAsChild(gfx::NativeView parent_view) OVERRIDE {}
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
web_contents_impl.cc     [all...]

Completed in 458 milliseconds