Lines Matching refs:AlloyBrowserHostImpl
149 CefRefPtr<AlloyBrowserHostImpl> CefExtensionFunctionDetails::GetSenderBrowser() in GetSenderBrowser()
153 return AlloyBrowserHostImpl::GetBrowserForContents(web_contents); in GetSenderBrowser()
157 CefRefPtr<AlloyBrowserHostImpl> CefExtensionFunctionDetails::GetCurrentBrowser() in GetCurrentBrowser()
160 CefRefPtr<AlloyBrowserHostImpl> browser = GetSenderBrowser(); in GetCurrentBrowser()
169 CefRefPtr<AlloyBrowserHostImpl> active_browser_impl = in GetCurrentBrowser()
170 static_cast<AlloyBrowserHostImpl*>(active_browser.get()); in GetCurrentBrowser()
193 CefRefPtr<AlloyBrowserHostImpl> target) const { in CanAccessBrowser()
197 CefRefPtr<AlloyBrowserHostImpl> browser = GetSenderBrowser(); in CanAccessBrowser()
216 CefRefPtr<AlloyBrowserHostImpl>
223 CefRefPtr<AlloyBrowserHostImpl> browser; in GetBrowserForTabIdFirstTime()
249 CefRefPtr<AlloyBrowserHostImpl>
257 CefRefPtr<AlloyBrowserHostImpl> browser = in GetBrowserForTabIdAgain()
271 CefRefPtr<AlloyBrowserHostImpl> browser = GetSenderBrowser(); in LoadFile()
296 CefRefPtr<AlloyBrowserHostImpl> sender_browser = GetSenderBrowser(); in OpenTab()
307 CefRefPtr<AlloyBrowserHostImpl> active_browser = in OpenTab()
388 CefRefPtr<AlloyBrowserHostImpl> new_browser = in OpenTab()
389 AlloyBrowserHostImpl::Create(create_params); in OpenTab()
406 CefRefPtr<AlloyBrowserHostImpl> new_browser, in CreateTabObject()