Home
last modified time | relevance | path

Searched refs:new_platform_delegate (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc113 CefBrowserPlatformDelegate* new_platform_delegate, in PopupWebContentsCreated() argument
115 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()
118 new_platform_delegate); in PopupWebContentsCreated()
Dbrowser_platform_delegate_chrome_views.h33 CefBrowserPlatformDelegate* new_platform_delegate,
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc145 CefBrowserPlatformDelegate* new_platform_delegate, in PopupWebContentsCreated() argument
147 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()
149 static_cast<CefBrowserPlatformDelegateViews*>(new_platform_delegate); in PopupWebContentsCreated()
Dbrowser_platform_delegate_views.h40 CefBrowserPlatformDelegate* new_platform_delegate,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h196 CefBrowserPlatformDelegate* new_platform_delegate,
Dbrowser_platform_delegate.cc132 CefBrowserPlatformDelegate* new_platform_delegate, in PopupWebContentsCreated() argument