/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_win.cc | 553 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/ |
D | chrome_browser_delegate.cc | 60 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()
|
D | chrome_browser_delegate.h | 100 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
|
D | chrome_browser_host_impl.cc | 403 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in ChromeBrowserHostImpl() argument 408 std::move(platform_delegate), in ChromeBrowserHostImpl()
|
D | chrome_browser_host_impl.h | 135 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 141 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 …]
|
D | alloy_browser_host_impl.h | 319 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, 329 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate,
|
/third_party/cef/libcef/browser/ |
D | browser_info_manager.cc | 192 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()
|
D | browser_contents_delegate.cc | 187 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()
|
D | browser_info_manager.h | 99 std::unique_ptr<CefBrowserPlatformDelegate>& platform_delegate, 181 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate; member
|
D | browser_host_base.h | 133 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, 261 CefBrowserPlatformDelegate* platform_delegate() const { in platform_delegate() function
|
D | browser_contents_delegate.h | 168 CefBrowserPlatformDelegate* platform_delegate() const;
|
D | browser_host_base.cc | 141 std::unique_ptr<CefBrowserPlatformDelegate> platform_delegate, in CefBrowserHostBase() argument 146 platform_delegate_(std::move(platform_delegate)), in CefBrowserHostBase()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 14053 if (auto delegate = platform_delegate()) { 14336 CefBrowserPlatformDelegate* platform_delegate() const; 14577 platform_delegate_(std::move(platform_delegate)),
|