/third_party/cef/libcef/renderer/chrome/ |
D | chrome_content_renderer_client_cef.cc | 48 absl::optional<bool> is_windowless; in RenderFrameCreated() local 50 browser_created, is_windowless); in RenderFrameCreated() 51 if (is_windowless.has_value() && *is_windowless) { in RenderFrameCreated() 60 absl::optional<bool> is_windowless; in WebViewCreated() local 61 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated() 62 if (is_windowless.has_value() && *is_windowless) { in WebViewCreated()
|
/third_party/cef/libcef/renderer/ |
D | render_manager.cc | 59 bool is_windowless) in CefGuestView() argument 62 is_windowless_(is_windowless) {} in CefGuestView() 64 bool is_windowless() const { return is_windowless_; } in is_windowless() function in CefGuestView 107 absl::optional<bool>& is_windowless) { in RenderFrameCreated() argument 109 &browser_created, &is_windowless); in RenderFrameCreated() 119 absl::optional<bool>& is_windowless) { in WebViewCreated() argument 129 &is_windowless); in WebViewCreated() 287 absl::optional<bool>* is_windowless) { in MaybeCreateBrowser() argument 298 if (is_windowless) { in MaybeCreateBrowser() 299 *is_windowless = browser->is_windowless(); in MaybeCreateBrowser() [all …]
|
D | render_manager.h | 57 absl::optional<bool>& is_windowless); 60 absl::optional<bool>& is_windowless); 101 absl::optional<bool>* is_windowless);
|
D | browser_impl.h | 72 bool is_windowless); 88 bool is_windowless() const { return is_windowless_; } in is_windowless() function
|
D | browser_impl.cc | 272 bool is_windowless) in CefBrowserImpl() argument 276 is_windowless_(is_windowless) {} in CefBrowserImpl()
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.cc | 298 absl::optional<bool> is_windowless; in RenderFrameCreated() local 300 browser_created, is_windowless); in RenderFrameCreated() 302 OnBrowserCreated(render_frame->GetRenderView(), is_windowless); in RenderFrameCreated() 305 if (is_windowless.has_value()) { in RenderFrameCreated() 309 new extensions::CefPrintRenderFrameHelperDelegate(*is_windowless))); in RenderFrameCreated() 321 absl::optional<bool> is_windowless; in WebViewCreated() local 322 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated() 326 OnBrowserCreated(render_view, is_windowless); in WebViewCreated() 509 absl::optional<bool> is_windowless) { in OnBrowserCreated() argument 511 const bool windowless = is_windowless.has_value() && *is_windowless; in OnBrowserCreated()
|
D | alloy_content_renderer_client.h | 126 absl::optional<bool> is_windowless);
|
/third_party/cef/libcef/browser/ |
D | context.cc | 77 bool GetColor(const cef_color_t cef_in, bool is_windowless, SkColor* sk_out) { in GetColor() argument 79 if (!is_windowless && CefColorGetA(cef_in) != SK_AlphaOPAQUE) in GetColor() 83 if (is_windowless && CefColorGetA(cef_in) == SK_AlphaTRANSPARENT) { in GetColor() 398 bool is_windowless = windowless_state == STATE_ENABLED in GetBackgroundColor() local 408 !GetColor(browser_settings->background_color, is_windowless, &sk_color)) { in GetBackgroundColor() 409 GetColor(settings_.background_color, is_windowless, &sk_color); in GetBackgroundColor()
|
D | browser_platform_delegate_create.cc | 75 const bool is_windowless = in Create() local 80 &create_params.settings, is_windowless ? STATE_ENABLED : STATE_DISABLED); in Create() 102 if (is_windowless) { in Create()
|
D | browser_info_manager.cc | 71 bool is_windowless, in CreateBrowserInfo() argument 76 ++next_browser_id_, is_popup, is_windowless, extra_info); in CreateBrowserInfo() 84 bool is_windowless, in CreatePopupBrowserInfo() argument 91 new CefBrowserInfo(++next_browser_id_, true, is_windowless, extra_info); in CreatePopupBrowserInfo() 504 params->is_windowless = browser_info->is_windowless(); in SendNewBrowserInfoResponse()
|
D | browser_info_manager.h | 60 bool is_windowless, 69 bool is_windowless,
|
D | browser_info.h | 39 bool is_windowless, 47 bool is_windowless() const { return is_windowless_; } in is_windowless() function
|
D | browser_info.cc | 29 bool is_windowless, in CefBrowserInfo() argument 33 is_windowless_(is_windowless), in CefBrowserInfo()
|
/third_party/cef/libcef/renderer/extensions/ |
D | print_render_frame_helper_delegate.cc | 29 bool is_windowless) in CefPrintRenderFrameHelperDelegate() argument 30 : is_windowless_(is_windowless) {} in CefPrintRenderFrameHelperDelegate()
|
D | print_render_frame_helper_delegate.h | 15 explicit CefPrintRenderFrameHelperDelegate(bool is_windowless);
|
/third_party/cef/libcef/common/mojom/ |
D | cef.mojom | 112 bool is_windowless;
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 15915 !GetColor(browser_settings->background_color, is_windowless, &sk_color)) { 15916 GetColor(settings_.background_color, is_windowless, &sk_color);
|