Home
last modified time | relevance | path

Searched refs:WebContentsCreated (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/public/test/
Dcontent_browser_test_utils.cc123 &WebContentsAddedObserver::WebContentsCreated, in WebContentsAddedObserver()
133 void WebContentsAddedObserver::WebContentsCreated(WebContents* web_contents) { in WebContentsCreated() function in content::WebContentsAddedObserver
Dcontent_browser_test_utils.h103 void WebContentsCreated(WebContents* web_contents);
/external/chromium_org/android_webview/native/
Daw_web_contents_delegate.h44 virtual void WebContentsCreated(content::WebContents* source_contents,
Daw_web_contents_delegate.cc168 void AwWebContentsDelegate::WebContentsCreated( in WebContentsCreated() function in android_webview::AwWebContentsDelegate
/external/chromium_org/chrome/browser/android/
Dchrome_web_contents_delegate_android.h80 virtual void WebContentsCreated(content::WebContents* source_contents,
Dchrome_web_contents_delegate_android.cc340 void ChromeWebContentsDelegateAndroid::WebContentsCreated( in WebContentsCreated() function in chrome::android::ChromeWebContentsDelegateAndroid
/external/chromium_org/chrome/browser/devtools/
Ddevtools_window.h239 virtual void WebContentsCreated(content::WebContents* source_contents,
Ddevtools_window.cc858 void DevToolsWindow::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in DevToolsWindow
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h320 virtual void WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function
/external/chromium_org/extensions/browser/guest_view/web_view/
Dweb_view_guest.h152 virtual void WebContentsCreated(content::WebContents* source_contents,
Dweb_view_guest.cc1049 void WebViewGuest::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in extensions::WebViewGuest
/external/chromium_org/chrome/browser/ui/
Dbrowser.h595 virtual void WebContentsCreated(content::WebContents* source_contents,
Dbrowser.cc1560 void Browser::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in Browser
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc1594 delegate_->WebContentsCreated( in CreateNewWindow()