Searched defs:SetBackgroundOpaque (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc389 void RenderWidgetHostViewBase::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_impl.cc2010 void RenderWidgetHostImpl::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostImpl
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.cc819 void RenderWidgetHostViewAura::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewAura
820 RenderWidgetHostViewBase::SetBackgroundOpaque(opaque);
821 host_->SetBackgroundOpaque(opaque);
/external/chromium_org/content/browser/frame_host/
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_guest.cc371 void RenderWidgetHostViewGuest::SetBackgroundOpaque(bool opaque) { function in class:content::RenderWidgetHostViewGuest
378 RenderWidgetHostViewBase::SetBackgroundOpaque(opaque);
379 host_->SetBackgroundOpaque(opaque);
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1283 void ContentViewCoreImpl::SetBackgroundOpaque(JNIEnv* env, jobject jobj, function in class:content::ContentViewCoreImpl
1286 GetRenderWidgetHostViewAndroid()->SetBackgroundOpaque(opaque);

Completed in 1259 milliseconds