Home
last modified time | relevance | path

Searched refs:ChromeBrowserHostImpl (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc32 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 …]
Dchrome_browser_host_impl.h21 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);
Dchrome_browser_delegate.cc49 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()
Dchrome_browser_delegate.h19 class ChromeBrowserHostImpl; variable
102 CefRefPtr<ChromeBrowserHostImpl> opener,
Dchrome_content_browser_client_cef.cc191 auto browser = ChromeBrowserHostImpl::GetBrowserForContents(web_contents); in OverrideWebkitPrefs()
/third_party/cef/libcef/browser/
Dbrowser_host_create.cc155 auto browser = ChromeBrowserHostImpl::Create(create_params); in Create()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch15870 @@ -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 {
D0004-3.2-Beta5.patch5894 auto browser = ChromeBrowserHostImpl::Create(create_params);