Home
last modified time | relevance | path

Searched refs:is_windowless (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/renderer/chrome/
Dchrome_content_renderer_client_cef.cc48 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/
Drender_manager.cc59 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 …]
Drender_manager.h57 absl::optional<bool>& is_windowless);
60 absl::optional<bool>& is_windowless);
101 absl::optional<bool>* is_windowless);
Dbrowser_impl.h72 bool is_windowless);
88 bool is_windowless() const { return is_windowless_; } in is_windowless() function
Dbrowser_impl.cc272 bool is_windowless) in CefBrowserImpl() argument
276 is_windowless_(is_windowless) {} in CefBrowserImpl()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc298 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()
Dalloy_content_renderer_client.h126 absl::optional<bool> is_windowless);
/third_party/cef/libcef/browser/
Dcontext.cc77 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()
Dbrowser_platform_delegate_create.cc75 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()
Dbrowser_info_manager.cc71 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()
Dbrowser_info_manager.h60 bool is_windowless,
69 bool is_windowless,
Dbrowser_info.h39 bool is_windowless,
47 bool is_windowless() const { return is_windowless_; } in is_windowless() function
Dbrowser_info.cc29 bool is_windowless, in CefBrowserInfo() argument
33 is_windowless_(is_windowless), in CefBrowserInfo()
/third_party/cef/libcef/renderer/extensions/
Dprint_render_frame_helper_delegate.cc29 bool is_windowless) in CefPrintRenderFrameHelperDelegate() argument
30 : is_windowless_(is_windowless) {} in CefPrintRenderFrameHelperDelegate()
Dprint_render_frame_helper_delegate.h15 explicit CefPrintRenderFrameHelperDelegate(bool is_windowless);
/third_party/cef/libcef/common/mojom/
Dcef.mojom112 bool is_windowless;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch15915 !GetColor(browser_settings->background_color, is_windowless, &sk_color)) {
15916 GetColor(settings_.background_color, is_windowless, &sk_color);