Searched refs:web_view (Results 1 – 14 of 14) sorted by relevance
86 if (web_view()) in WebContentsCreated()87 web_view()->SetWebContents(web_contents); in WebContentsCreated()101 if (web_view()) in BrowserDestroyed()102 web_view()->SetWebContents(nullptr); in BrowserDestroyed()150 if (web_view()) in SetPreferAccelerators()151 web_view()->set_allow_accelerators(prefer_accelerators); in SetPreferAccelerators()165 if (web_view()) in SetBackgroundColor()166 web_view()->SetResizeBackgroundColor(color); in SetBackgroundColor()250 views::WebView* CefBrowserViewImpl::web_view() const { in web_view() function in CefBrowserViewImpl
78 views::WebView* web_view() const;
192 blink::WebView* web_view = GetWebView(); in GetFrame() local193 if (web_view) { in GetFrame()197 blink::WebFrame* frame = web_view->MainFrame(); in GetFrame()203 for (blink::WebFrame* cur_frame = web_view->MainFrame(); cur_frame; in GetFrame()384 blink::WebView* web_view = GetWebView(); in OnLoadingStateChange() local385 const bool canGoBack = blink_glue::CanGoBack(web_view); in OnLoadingStateChange()386 const bool canGoForward = blink_glue::CanGoForward(web_view); in OnLoadingStateChange()
117 void CefRenderManager::WebViewCreated(blink::WebView* web_view, in WebViewCreated() argument120 auto render_view = content::RenderView::FromWebView(web_view); in WebViewCreated()123 if (web_view->MainFrame()->IsWebLocalFrame()) { in WebViewCreated()125 web_view->MainFrame()->ToWebLocalFrame()); in WebViewCreated()170 auto web_view = it->second->GetWebView(); in GetBrowserForMainFrame() local171 if (web_view && web_view->MainFrame() == frame) { in GetBrowserForMainFrame()
681 auto web_view = frame_->View(); in MoveOrResizeStarted() local682 if (web_view) in MoveOrResizeStarted()683 web_view->CancelPagePopup(); in MoveOrResizeStarted()
58 void WebViewCreated(blink::WebView* web_view,
56 void ChromeContentRendererClientCef::WebViewCreated(blink::WebView* web_view) { in WebViewCreated() argument57 ChromeContentRendererClient::WebViewCreated(web_view); in WebViewCreated()61 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated()
42 void WebViewCreated(blink::WebView* web_view) override;
1 diff --git third_party/blink/public/web/web_view.h third_party/blink/public/web/web_view.h3 --- third_party/blink/public/web/web_view.h4 +++ third_party/blink/public/web/web_view.h
319 void AlloyContentRendererClient::WebViewCreated(blink::WebView* web_view) { in WebViewCreated() argument322 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated()324 auto render_view = content::RenderView::FromWebView(web_view); in WebViewCreated()
87 void WebViewCreated(blink::WebView* web_view) override;
30 web_view_ = view_impl->web_view(); in InitBrowser()
7616 views::WebView* CefBrowserViewImpl::web_view() const {8079 void AlloyContentRendererClient::WebViewCreated(blink::WebView* web_view) {38216 diff --git a/src/third_party/blink/public/web/web_view.h b/src/third_party/blink/public/web/web_vie…38218 --- a/src/third_party/blink/public/web/web_view.h38219 +++ b/src/third_party/blink/public/web/web_view.h
24581 #include "third_party/blink/public/web/web_view.h"24990 +#include "third_party/blink/public/web/web_view.h"37431 + LoadAndLaunchPlatformApp("web_view/pointer_lock_pending",46684 …ta/extensions/platform_apps/web_view/pointer_lock_pending/main.html b/src/chrome/test/data/extensi…46688 +++ b/src/chrome/test/data/extensions/platform_apps/web_view/pointer_lock_pending/main.html46700 …ata/extensions/platform_apps/web_view/pointer_lock_pending/main.js b/src/chrome/test/data/extensio…46704 +++ b/src/chrome/test/data/extensions/platform_apps/web_view/pointer_lock_pending/main.js46728 …/extensions/platform_apps/web_view/pointer_lock_pending/manifest.json b/src/chrome/test/data/exten…46732 +++ b/src/chrome/test/data/extensions/platform_apps/web_view/pointer_lock_pending/manifest.json46747 …ata/extensions/platform_apps/web_view/pointer_lock_pending/test.js b/src/chrome/test/data/extensio…[all …]