| /third_party/cef/tests/cefclient/browser/ |
| D | views_style.cc | 56 view->SetBackgroundColor(g_background_color); in ApplyBackgroundTo() 63 panel->SetBackgroundColor(g_background_color); in ApplyTo() 75 label_button->SetBackgroundColor(g_background_color); in ApplyTo() 82 textfield->SetBackgroundColor(g_background_color); in ApplyTo()
|
| D | views_overlay_controls.cc | 72 menu_button->SetBackgroundColor(kBackgroundColor); in Initialize() 82 location_bar_->SetBackgroundColor(is_chrome_toolbar_ ? 0 : kBackgroundColor); in Initialize()
|
| /third_party/cef/libcef/browser/views/ |
| D | browser_view_impl.cc | 162 void CefBrowserViewImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function in CefBrowserViewImpl 164 ParentClass::SetBackgroundColor(color); in SetBackgroundColor() 230 SetBackgroundColor( in SetDefaults()
|
| D | textfield_impl.cc | 208 void CefTextfieldImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function in CefTextfieldImpl 210 root_view()->SetBackgroundColor(color); in SetBackgroundColor()
|
| D | window_impl.cc | 389 void CefWindowImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function in CefWindowImpl 391 ParentClass::SetBackgroundColor(color); in SetBackgroundColor() 393 widget_->GetCompositor()->SetBackgroundColor(color); in SetBackgroundColor()
|
| D | textfield_impl.h | 65 void SetBackgroundColor(cef_color_t color) override;
|
| D | browser_view_impl.h | 65 void SetBackgroundColor(cef_color_t color) override;
|
| D | window_impl.h | 105 void SetBackgroundColor(cef_color_t color) override;
|
| D | view_impl.h | 405 void SetBackgroundColor(cef_color_t color) override; 670 CEF_VIEW_IMPL_T void CEF_VIEW_IMPL_D::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function
|
| D | overlay_view_host.cc | 202 widget_->GetCompositor()->SetBackgroundColor(SK_ColorTRANSPARENT); in Init()
|
| /third_party/cef/tests/ceftests/views/ |
| D | scroll_view_unittest.cc | 80 scroll_view->SetBackgroundColor(CefColorSetARGB(255, 0, 255, 0)); in RunScrollViewLayout() 84 content_panel->SetBackgroundColor(CefColorSetARGB(255, 255, 0, 0)); in RunScrollViewLayout()
|
| D | window_unittest.cc | 91 panel_child1->SetBackgroundColor(CefColorSetARGB(255, 0, 0, 255)); in CreateBoxLayout() 97 panel_child2->SetBackgroundColor(CefColorSetARGB(255, 0, 255, 0)); in CreateBoxLayout()
|
| /third_party/cef/libcef_dll/ctocpp/views/ |
| D | view_ctocpp.h | 90 void SetBackgroundColor(cef_color_t color) override;
|
| D | browser_view_ctocpp.h | 84 void SetBackgroundColor(cef_color_t color) override;
|
| D | button_ctocpp.h | 88 void SetBackgroundColor(cef_color_t color) override;
|
| D | scroll_view_ctocpp.h | 88 void SetBackgroundColor(cef_color_t color) override;
|
| D | panel_ctocpp.h | 101 void SetBackgroundColor(cef_color_t color) override;
|
| D | label_button_ctocpp.h | 103 void SetBackgroundColor(cef_color_t color) override;
|
| D | menu_button_ctocpp.h | 107 void SetBackgroundColor(cef_color_t color) override;
|
| D | textfield_ctocpp.h | 114 void SetBackgroundColor(cef_color_t color) override;
|
| D | window_ctocpp.h | 144 void SetBackgroundColor(cef_color_t color) override;
|
| /third_party/cef/include/views/ |
| D | cef_view.h | 361 virtual void SetBackgroundColor(cef_color_t color) = 0;
|
| /third_party/cef/libcef/browser/osr/ |
| D | render_widget_host_view_osr.cc | 435 void CefRenderWidgetHostViewOSR::SetBackgroundColor(SkColor color) { in SetBackgroundColor() function in CefRenderWidgetHostViewOSR 442 content::RenderWidgetHostViewBase::SetBackgroundColor(color); in SetBackgroundColor() 479 SetBackgroundColor(view_cef->background_color_); in TakeFallbackContentFrom() 964 SetBackgroundColor(background_color_); in InstallTransparency() 966 compositor_->SetBackgroundColor(background_color_); in InstallTransparency()
|
| D | render_widget_host_view_osr.h | 122 void SetBackgroundColor(SkColor color) override;
|
| /third_party/cef/libcef/browser/ |
| D | browser_contents_delegate.cc | 249 render_view_host->GetWidget()->GetView()->SetBackgroundColor( in RenderFrameCreated()
|