Home
last modified time | relevance | path

Searched refs:SetBackgroundColor (Results 1 – 25 of 48) sorted by relevance

12

/third_party/cef/tests/cefclient/browser/
Dviews_style.cc56 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()
Dviews_overlay_controls.cc72 menu_button->SetBackgroundColor(kBackgroundColor); in Initialize()
82 location_bar_->SetBackgroundColor(is_chrome_toolbar_ ? 0 : kBackgroundColor); in Initialize()
/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.cc162 void CefBrowserViewImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function in CefBrowserViewImpl
164 ParentClass::SetBackgroundColor(color); in SetBackgroundColor()
230 SetBackgroundColor( in SetDefaults()
Dtextfield_impl.cc208 void CefTextfieldImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor() function in CefTextfieldImpl
210 root_view()->SetBackgroundColor(color); in SetBackgroundColor()
Dwindow_impl.cc389 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()
Dtextfield_impl.h65 void SetBackgroundColor(cef_color_t color) override;
Dbrowser_view_impl.h65 void SetBackgroundColor(cef_color_t color) override;
Dwindow_impl.h105 void SetBackgroundColor(cef_color_t color) override;
Dview_impl.h405 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
Doverlay_view_host.cc202 widget_->GetCompositor()->SetBackgroundColor(SK_ColorTRANSPARENT); in Init()
/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc80 scroll_view->SetBackgroundColor(CefColorSetARGB(255, 0, 255, 0)); in RunScrollViewLayout()
84 content_panel->SetBackgroundColor(CefColorSetARGB(255, 255, 0, 0)); in RunScrollViewLayout()
Dwindow_unittest.cc91 panel_child1->SetBackgroundColor(CefColorSetARGB(255, 0, 0, 255)); in CreateBoxLayout()
97 panel_child2->SetBackgroundColor(CefColorSetARGB(255, 0, 255, 0)); in CreateBoxLayout()
/third_party/lzma/CPP/Windows/Control/
DProgressBar.h29 …COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); } in SetBackgroundColor() function
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h90 void SetBackgroundColor(cef_color_t color) override;
Dbutton_ctocpp.h88 void SetBackgroundColor(cef_color_t color) override;
Dscroll_view_ctocpp.h88 void SetBackgroundColor(cef_color_t color) override;
Dbrowser_view_ctocpp.h84 void SetBackgroundColor(cef_color_t color) override;
Dpanel_ctocpp.h101 void SetBackgroundColor(cef_color_t color) override;
Dmenu_button_ctocpp.h107 void SetBackgroundColor(cef_color_t color) override;
Dlabel_button_ctocpp.h103 void SetBackgroundColor(cef_color_t color) override;
Dtextfield_ctocpp.h114 void SetBackgroundColor(cef_color_t color) override;
Dwindow_ctocpp.h144 void SetBackgroundColor(cef_color_t color) override;
/third_party/cef/include/views/
Dcef_view.h361 virtual void SetBackgroundColor(cef_color_t color) = 0;
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc435 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()
Drender_widget_host_view_osr.h122 void SetBackgroundColor(SkColor color) override;

12