/external/chromium_org/content/public/test/ |
D | content_browser_test_utils.cc | 123 &WebContentsAddedObserver::WebContentsCreated, in WebContentsAddedObserver() 133 void WebContentsAddedObserver::WebContentsCreated(WebContents* web_contents) { in WebContentsCreated() function in content::WebContentsAddedObserver
|
D | content_browser_test_utils.h | 103 void WebContentsCreated(WebContents* web_contents);
|
/external/chromium_org/android_webview/native/ |
D | aw_web_contents_delegate.h | 44 virtual void WebContentsCreated(content::WebContents* source_contents,
|
D | aw_web_contents_delegate.cc | 168 void AwWebContentsDelegate::WebContentsCreated( in WebContentsCreated() function in android_webview::AwWebContentsDelegate
|
/external/chromium_org/chrome/browser/android/ |
D | chrome_web_contents_delegate_android.h | 80 virtual void WebContentsCreated(content::WebContents* source_contents,
|
D | chrome_web_contents_delegate_android.cc | 340 void ChromeWebContentsDelegateAndroid::WebContentsCreated( in WebContentsCreated() function in chrome::android::ChromeWebContentsDelegateAndroid
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_window.h | 239 virtual void WebContentsCreated(content::WebContents* source_contents,
|
D | devtools_window.cc | 858 void DevToolsWindow::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in DevToolsWindow
|
/external/chromium_org/content/public/browser/ |
D | web_contents_delegate.h | 320 virtual void WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function
|
/external/chromium_org/extensions/browser/guest_view/web_view/ |
D | web_view_guest.h | 152 virtual void WebContentsCreated(content::WebContents* source_contents,
|
D | web_view_guest.cc | 1049 void WebViewGuest::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in extensions::WebViewGuest
|
/external/chromium_org/chrome/browser/ui/ |
D | browser.h | 595 virtual void WebContentsCreated(content::WebContents* source_contents,
|
D | browser.cc | 1560 void Browser::WebContentsCreated(WebContents* source_contents, in WebContentsCreated() function in Browser
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 1594 delegate_->WebContentsCreated( in CreateNewWindow()
|