Home
last modified time | relevance | path

Searched refs:platform_delegate (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc553 CefBrowserPlatformDelegateNativeWin* platform_delegate = nullptr; in WndProc() local
557 platform_delegate = static_cast<CefBrowserPlatformDelegateNativeWin*>( in WndProc()
559 if (platform_delegate) { in WndProc()
560 browser = platform_delegate->browser_; in WndProc()
576 platform_delegate = in WndProc()
579 DCHECK(platform_delegate); in WndProc()
581 gfx::SetWindowUserData(hwnd, platform_delegate); in WndProc()
582 platform_delegate->window_info_.window = hwnd; in WndProc()
584 if (platform_delegate->has_frame_ && in WndProc()
593 platform_delegate->called_enable_non_client_dpi_scaling_ = in WndProc()
[all …]
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc60 auto platform_delegate = CefBrowserPlatformDelegate::Create(create_params_); in SetAsDelegate() local
61 CHECK(platform_delegate); in SetAsDelegate()
71 std::move(platform_delegate), browser_info, /*opener=*/nullptr, in SetAsDelegate()
84 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate; in WebContentsCreated() local
91 settings, client, platform_delegate, extra_info); in WebContentsCreated()
110 CreateBrowser(new_contents, settings, client, std::move(platform_delegate), in WebContentsCreated()
230 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in CreateBrowser() argument
236 DCHECK(platform_delegate); in CreateBrowser()
265 new ChromeBrowserHostImpl(settings, client, std::move(platform_delegate), in CreateBrowser()
Dchrome_browser_delegate.h100 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
Dchrome_browser_host_impl.cc403 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in ChromeBrowserHostImpl() argument
408 std::move(platform_delegate), in ChromeBrowserHostImpl()
Dchrome_browser_host_impl.h135 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc141 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate = in Create() local
143 CHECK(platform_delegate); in Create()
149 is_devtools_popup, platform_delegate->IsWindowless(), in Create()
156 platform_delegate->CreateWebContents(create_params, own_web_contents); in Create()
169 auto platform_delegate_ptr = platform_delegate.get(); in Create()
175 is_devtools_popup, request_context_impl, std::move(platform_delegate), in Create()
206 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in CreateInternal() argument
212 DCHECK(platform_delegate); in CreateInternal()
228 settings, client, web_contents, platform_delegate.get(), in CreateInternal()
233 platform_delegate->WebContentsCreated(web_contents, own_web_contents); in CreateInternal()
[all …]
Dalloy_browser_host_impl.h319 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
329 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc192 pending_popup->platform_delegate = in CanCreateWindow()
194 CHECK(pending_popup->platform_delegate.get()); in CanCreateWindow()
221 DCHECK(pending_popup->platform_delegate.get()); in GetCustomWebContentsView()
223 if (pending_popup->platform_delegate->IsWindowless()) { in GetCustomWebContentsView()
224 pending_popup->platform_delegate->CreateViewForWebContents(view, in GetCustomWebContentsView()
238 std::unique_ptr<CefBrowserPlatformDelegate>& platform_delegate, in WebContentsCreated() argument
251 DCHECK(pending_popup->platform_delegate.get()); in WebContentsCreated()
255 platform_delegate = std::move(pending_popup->platform_delegate); in WebContentsCreated()
Dbrowser_contents_delegate.cc187 if (auto delegate = platform_delegate()) { in PreHandleKeyboardEvent()
218 if (auto delegate = platform_delegate()) { in HandleKeyboardEvent()
242 auto base_background_color = platform_delegate()->GetBackgroundColor(); in RenderFrameCreated()
548 CefBrowserPlatformDelegate* CefBrowserContentsDelegate::platform_delegate() in platform_delegate() function in CefBrowserContentsDelegate
552 return browser->platform_delegate(); in platform_delegate()
Dbrowser_info_manager.h99 std::unique_ptr<CefBrowserPlatformDelegate>& platform_delegate,
181 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate; member
Dbrowser_host_base.h133 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
261 CefBrowserPlatformDelegate* platform_delegate() const { in platform_delegate() function
Dbrowser_contents_delegate.h168 CefBrowserPlatformDelegate* platform_delegate() const;
Dbrowser_host_base.cc141 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in CefBrowserHostBase() argument
146 platform_delegate_(std::move(platform_delegate)), in CefBrowserHostBase()
/third_party/chromium/patch/
D0003-ohos-1115.patch14053 if (auto delegate = platform_delegate()) {
14336 CefBrowserPlatformDelegate* platform_delegate() const;
14577 platform_delegate_(std::move(platform_delegate)),