Searched refs:ChromeBrowserHostImpl (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.cc | 32 CefRefPtr<ChromeBrowserHostImpl> ChromeBrowserHostImpl::Create( in Create() 56 ChromeBrowserHostImpl::GetBrowserForContents(web_contents); in Create() 63 CefRefPtr<ChromeBrowserHostImpl> ChromeBrowserHostImpl::GetBrowserForHost( in GetBrowserForHost() 67 return static_cast<ChromeBrowserHostImpl*>(browser.get()); in GetBrowserForHost() 71 CefRefPtr<ChromeBrowserHostImpl> ChromeBrowserHostImpl::GetBrowserForHost( in GetBrowserForHost() 75 return static_cast<ChromeBrowserHostImpl*>(browser.get()); in GetBrowserForHost() 79 CefRefPtr<ChromeBrowserHostImpl> ChromeBrowserHostImpl::GetBrowserForContents( in GetBrowserForContents() 83 return static_cast<ChromeBrowserHostImpl*>(browser.get()); in GetBrowserForContents() 87 CefRefPtr<ChromeBrowserHostImpl> ChromeBrowserHostImpl::GetBrowserForGlobalId( in GetBrowserForGlobalId() 91 return static_cast<ChromeBrowserHostImpl*>(browser.get()); in GetBrowserForGlobalId() [all …]
|
D | chrome_browser_host_impl.h | 21 class ChromeBrowserHostImpl : public CefBrowserHostBase { 35 static CefRefPtr<ChromeBrowserHostImpl> Create( 39 static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForHost( 42 static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForHost( 45 static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForContents( 48 static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForGlobalId( 51 ~ChromeBrowserHostImpl() override; 132 ChromeBrowserHostImpl( 145 CefRefPtr<ChromeBrowserHostImpl> opener);
|
D | chrome_browser_delegate.cc | 49 ChromeBrowserHostImpl::GetBrowserForContents(web_contents); in SetAsDelegate() 93 auto opener = ChromeBrowserHostImpl::GetBrowserForContents(source_contents); in WebContentsCreated() 123 ChromeBrowserHostImpl::GetBrowserForContents(new_contents.get()); in AddNewContents() 232 CefRefPtr<ChromeBrowserHostImpl> opener, in CreateBrowser() 264 CefRefPtr<ChromeBrowserHostImpl> browser_host = in CreateBrowser() 265 new ChromeBrowserHostImpl(settings, client, std::move(platform_delegate), in CreateBrowser() 278 ChromeBrowserHostImpl::GetBrowserForContents(web_contents); in GetDelegateForWebContents() 294 auto params = static_cast<ChromeBrowserHostImpl::DelegateCreateParams*>( in Create()
|
D | chrome_browser_delegate.h | 19 class ChromeBrowserHostImpl; variable 102 CefRefPtr<ChromeBrowserHostImpl> opener,
|
D | chrome_content_browser_client_cef.cc | 191 auto browser = ChromeBrowserHostImpl::GetBrowserForContents(web_contents); in OverrideWebkitPrefs()
|
/third_party/cef/libcef/browser/ |
D | browser_host_create.cc | 155 auto browser = ChromeBrowserHostImpl::Create(create_params); in Create()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 15870 @@ -218,7 +218,8 @@ void ChromeBrowserHostImpl::PrintToPDF( 15871 void ChromeBrowserHostImpl::Find(const CefString& searchText, 15880 @@ -582,3 +583,5 @@ int ChromeBrowserHostImpl::GetCurrentTabIndex() const { 15885 +void ChromeBrowserHostImpl::SetBackgroundColor(int color) {} 15890 @@ -77,7 +77,8 @@ class ChromeBrowserHostImpl : public CefBrowserHostBase { 15900 @@ -123,6 +124,9 @@ class ChromeBrowserHostImpl : public CefBrowserHostBase {
|
D | 0004-3.2-Beta5.patch | 5894 auto browser = ChromeBrowserHostImpl::Create(create_params);
|