Searched refs:SetBackgroundOpaque (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc34 web_contents->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h109 virtual void SetBackgroundOpaque(bool opaque) = 0;
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc371 void RenderWidgetHostViewGuest::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewGuest
378 RenderWidgetHostViewBase::SetBackgroundOpaque(opaque);
379 host_->SetBackgroundOpaque(opaque);
H A Drender_widget_host_view_child_frame.cc94 void RenderWidgetHostViewChildFrame::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h54 virtual void SetBackgroundOpaque(bool opaque) OVERRIDE;
H A Drender_widget_host_view_guest.h61 virtual void SetBackgroundOpaque(bool opaque) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h74 virtual void SetBackgroundOpaque(bool opaque) OVERRIDE;
H A Drender_widget_host_impl.h372 void SetBackgroundOpaque(bool opaque);
H A Drender_widget_host_view_android.h156 virtual void SetBackgroundOpaque(bool transparent) OVERRIDE;
H A Drender_widget_host_view_mac.h251 virtual void SetBackgroundOpaque(bool opaque) OVERRIDE;
H A Drender_widget_host_view_android.cc819 void RenderWidgetHostViewAndroid::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewAndroid
820 RenderWidgetHostViewBase::SetBackgroundOpaque(opaque);
821 host_->SetBackgroundOpaque(opaque);
H A Drender_widget_host_view_aura.h152 virtual void SetBackgroundOpaque(bool opaque) OVERRIDE;
H A Drender_widget_host_view_base.cc389 void RenderWidgetHostViewBase::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_view_aura.cc819 void RenderWidgetHostViewAura::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewAura
820 RenderWidgetHostViewBase::SetBackgroundOpaque(opaque);
821 host_->SetBackgroundOpaque(opaque);
H A Drender_widget_host_unittest.cc788 view->SetBackgroundOpaque(false);
H A Drender_widget_host_impl.cc2010 void RenderWidgetHostImpl::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostImpl
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc296 view->SetBackgroundOpaque(false);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.cc289 GetWebContents()->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h184 void SetBackgroundOpaque(JNIEnv* env, jobject jobj, jboolean opaque);
H A Dcontent_view_core_impl.cc1283 void ContentViewCoreImpl::SetBackgroundOpaque(JNIEnv* env, jobject jobj, function in class:content::ContentViewCoreImpl
1286 GetRenderWidgetHostViewAndroid()->SetBackgroundOpaque(opaque);
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc360 SetBackgroundOpaque(guest_opaque_);
1002 web_contents()->GetRenderViewHost()->GetView()->SetBackgroundOpaque(!allow);

Completed in 207 milliseconds