/third_party/cef/patch/patches/ |
D | rwh_background_color_1984.patch | 15 DCHECK(GetBackgroundColor()); 17 - SkColor color = *GetBackgroundColor(); 22 + SkColor color = *GetBackgroundColor();
|
D | views_1749_2102.patch | 37 + 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/ |
D | browser_platform_delegate_background.cc | 41 SkColor CefBrowserPlatformDelegateBackground::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateBackground 42 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
|
D | browser_platform_delegate_background.h | 24 SkColor GetBackgroundColor() const override;
|
D | mime_handler_view_guest_delegate.cc | 34 owner_browser->GetBackgroundColor(), false, false); in OverrideWebContentsCreateParams()
|
/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 43 SkColor CefBrowserPlatformDelegateChrome::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateChrome 44 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
|
D | browser_platform_delegate_chrome.h | 27 SkColor GetBackgroundColor() const override;
|
D | chrome_content_browser_client_cef.cc | 196 base_background_color = browser->GetBackgroundColor(); in OverrideWebkitPrefs() 201 CefContext::Get()->GetBackgroundColor(nullptr, STATE_DEFAULT); in OverrideWebkitPrefs()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native.cc | 20 SkColor CefBrowserPlatformDelegateNative::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateNative
|
D | browser_platform_delegate_native.h | 29 SkColor GetBackgroundColor() const override;
|
/third_party/cef/tests/cefclient/browser/ |
D | main_context.h | 40 virtual cef_color_t GetBackgroundColor() = 0;
|
D | main_context_impl.h | 30 cef_color_t GetBackgroundColor() override;
|
D | views_style.cc | 28 g_background_color = MainContext::Get()->GetBackgroundColor(); in MaybeInitialize()
|
/third_party/cef/libcef/browser/views/ |
D | textfield_impl.cc | 213 cef_color_t CefTextfieldImpl::GetBackgroundColor() { in GetBackgroundColor() function in CefTextfieldImpl 215 return root_view()->GetBackgroundColor(); in GetBackgroundColor()
|
D | browser_platform_delegate_views.cc | 184 SkColor CefBrowserPlatformDelegateViews::GetBackgroundColor() const { in GetBackgroundColor() function in CefBrowserPlatformDelegateViews 185 return native_delegate_->GetBackgroundColor(); in GetBackgroundColor()
|
D | textfield_impl.h | 66 cef_color_t GetBackgroundColor() override;
|
D | browser_platform_delegate_views.h | 44 SkColor GetBackgroundColor() const override;
|
/third_party/cef/libcef/browser/ |
D | context.h | 70 SkColor GetBackgroundColor(const CefBrowserSettings* browser_settings,
|
D | browser_platform_delegate_create.cc | 79 const SkColor background_color = CefContext::Get()->GetBackgroundColor( in Create()
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.cc | 38 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/ |
D | view_ctocpp.h | 91 cef_color_t GetBackgroundColor() override;
|
D | scroll_view_ctocpp.h | 89 cef_color_t GetBackgroundColor() override;
|
D | browser_view_ctocpp.h | 85 cef_color_t GetBackgroundColor() override;
|
D | button_ctocpp.h | 89 cef_color_t GetBackgroundColor() override;
|
/third_party/cef/include/views/ |
D | cef_view.h | 367 virtual cef_color_t GetBackgroundColor() = 0;
|