Home
last modified time | relevance | path

Searched refs:GetBackgroundColor (Results 1 – 25 of 73) sorted by relevance

123

/third_party/cef/patch/patches/
Drwh_background_color_1984.patch15 DCHECK(GetBackgroundColor());
17 - SkColor color = *GetBackgroundColor();
22 + SkColor color = *GetBackgroundColor();
Dviews_1749_2102.patch37 + virtual bool GetBackgroundColor(int index,
290 + virtual bool GetBackgroundColor(int command_id,
323 + if (delegate && delegate->GetBackgroundColor(GetCommand(),
408 +bool MenuModelAdapter::GetBackgroundColor(int command_id,
412 + return menu_model_->GetBackgroundColor(-1, is_hovered, override_color);
417 + return model->GetBackgroundColor(index, is_hovered, override_color);
445 + bool GetBackgroundColor(int command_id,
461 + if (delegate && delegate->GetBackgroundColor(-1, false, &override_color))
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc41 SkColor CefBrowserPlatformDelegateBackground::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateBackground
42 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
Dbrowser_platform_delegate_background.h24 SkColor GetBackgroundColor() const override;
Dmime_handler_view_guest_delegate.cc34 owner_browser->GetBackgroundColor(), false, false); in OverrideWebContentsCreateParams()
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc43 SkColor CefBrowserPlatformDelegateChrome::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateChrome
44 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
Dbrowser_platform_delegate_chrome.h27 SkColor GetBackgroundColor() const override;
Dchrome_content_browser_client_cef.cc196 base_background_color = browser->GetBackgroundColor(); in OverrideWebkitPrefs()
201 CefContext::Get()->GetBackgroundColor(nullptr, STATE_DEFAULT); in OverrideWebkitPrefs()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native.cc20 SkColor CefBrowserPlatformDelegateNative::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateNative
Dbrowser_platform_delegate_native.h29 SkColor GetBackgroundColor() const override;
/third_party/cef/tests/cefclient/browser/
Dmain_context.h40 virtual cef_color_t GetBackgroundColor() = 0;
Dmain_context_impl.h30 cef_color_t GetBackgroundColor() override;
Dviews_style.cc28 g_background_color = MainContext::Get()->GetBackgroundColor(); in MaybeInitialize()
/third_party/cef/libcef/browser/views/
Dtextfield_impl.cc213 cef_color_t CefTextfieldImpl::GetBackgroundColor() { in GetBackgroundColor() function in CefTextfieldImpl
215 return root_view()->GetBackgroundColor(); in GetBackgroundColor()
Dbrowser_platform_delegate_views.cc184 SkColor CefBrowserPlatformDelegateViews::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateViews
185 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
Dtextfield_impl.h66 cef_color_t GetBackgroundColor() override;
Dbrowser_platform_delegate_views.h44 SkColor GetBackgroundColor() const override;
/third_party/cef/libcef/browser/
Dcontext.h70 SkColor GetBackgroundColor(const CefBrowserSettings* browser_settings,
Dbrowser_platform_delegate_create.cc79 const SkColor background_color = CefContext::Get()->GetBackgroundColor( in Create()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc38 GetBackgroundColor(), use_shared_texture_, use_external_begin_frame_); in CreateViewForWebContents()
99 SkColor CefBrowserPlatformDelegateOsr::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateOsr
100 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h91 cef_color_t GetBackgroundColor() override;
Dscroll_view_ctocpp.h89 cef_color_t GetBackgroundColor() override;
Dbrowser_view_ctocpp.h85 cef_color_t GetBackgroundColor() override;
Dbutton_ctocpp.h89 cef_color_t GetBackgroundColor() override;
/third_party/cef/include/views/
Dcef_view.h367 virtual cef_color_t GetBackgroundColor() = 0;

123