Home
last modified time | relevance | path

Searched refs:WebViewCreated (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/renderer/chrome/
Dchrome_content_renderer_client_cef.cc56 void ChromeContentRendererClientCef::WebViewCreated(blink::WebView* web_view) { in WebViewCreated() function in ChromeContentRendererClientCef
57 ChromeContentRendererClient::WebViewCreated(web_view); in WebViewCreated()
61 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated()
Dchrome_content_renderer_client_cef.h42 void WebViewCreated(blink::WebView* web_view) override;
/third_party/cef/libcef/renderer/
Drender_manager.h58 void WebViewCreated(blink::WebView* web_view,
Drender_manager.cc117 void CefRenderManager::WebViewCreated(blink::WebView* web_view, in WebViewCreated() function in CefRenderManager
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc319 void AlloyContentRendererClient::WebViewCreated(blink::WebView* web_view) { in WebViewCreated() function in AlloyContentRendererClient
322 render_manager_->WebViewCreated(web_view, browser_created, is_windowless); in WebViewCreated()
Dalloy_content_renderer_client.h87 void WebViewCreated(blink::WebView* web_view) override;
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch8079 void AlloyContentRendererClient::WebViewCreated(blink::WebView* web_view) {