Searched
refs:WebContents (Results
376 -
400 of
1805) sorted by null
<<11121314151617181920>>
/external/chromium_org/ash/test/ |
ash_test_views_delegate.h | 22 virtual content::WebContents* CreateWebContents(
|
/external/chromium_org/athena/extensions/chrome/ |
athena_chrome_app_window_client.h | 24 virtual void OpenDevToolsWindow(content::WebContents* web_contents,
|
/external/chromium_org/athena/extensions/shell/ |
athena_shell_app_window_client.cc | 26 content::WebContents* web_contents,
|
athena_shell_app_window_client.h | 23 virtual void OpenDevToolsWindow(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_reloader.h | 19 class WebContents; 76 content::WebContents* web_contents, 119 content::WebContents* web_contents() { return web_contents_; } 144 // by from a WebContentsObserver function, since the WebContents is currently 161 content::WebContents* web_contents_; 168 // notion of a provisional load used by the WebContents.
|
/external/chromium_org/chrome/browser/ |
certificate_viewer.cc | 10 void ShowCertificateViewerByID(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
js_checker.h | 11 class WebContents; 22 explicit JSChecker(content::WebContents* web_contents); 42 void set_web_contents(content::WebContents* web_contents) { 51 content::WebContents* web_contents_;
|
/external/chromium_org/chrome/browser/extensions/api/reading_list_private/ |
reading_list_private_api.h | 13 class WebContents;
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_extension_host_delegate.cc | 23 content::WebContents* web_contents) { 41 void ChromeExtensionHostDelegate::CreateTab(content::WebContents* web_contents, 51 content::WebContents* web_contents, 60 content::WebContents* web_contents,
|
extension_infobar_delegate.h | 19 class WebContents; 38 static void Create(content::WebContents* web_contents, 56 // Returns the WebContents associated with the ExtensionInfoBarDelegate. 57 content::WebContents* GetWebContents(); 63 content::WebContents* web_contents,
|
webstore_install_with_prompt.h | 16 class WebContents; 58 virtual content::WebContents* GetWebContents() const OVERRIDE; 70 virtual content::WebContents* OpenURL( 78 // A non-visible WebContents used to download data from the webstore. 79 scoped_ptr<content::WebContents> dummy_web_contents_;
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_observer.h | 12 // WebContents relating to external protocols. 23 explicit ExternalProtocolObserver(content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/guest_view/app_view/ |
chrome_app_view_guest_delegate.cc | 18 content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/guest_view/extension_options/ |
chrome_extension_options_guest_delegate.h | 27 virtual content::WebContents* OpenURLInNewTab(
|
/external/chromium_org/chrome/browser/guest_view/mime_handler_view/ |
chrome_mime_handler_view_guest_delegate.h | 11 class WebContents;
|
/external/chromium_org/chrome/browser/net/ |
predictor_tab_helper.h | 27 explicit PredictorTabHelper(content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_installer.h | 22 class WebContents; 49 content::WebContents* web_contents); 54 content::WebContents* web_contents); 59 content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_tab_helper.h | 26 content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
context_menu_content_type_app_mode.cc | 8 content::WebContents* web_contents,
|
context_menu_content_type_extension_popup.cc | 8 content::WebContents* web_contents,
|
context_menu_content_type_panel.cc | 8 content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_resource_throttle_browsertest.cc | 28 using content::WebContents; 52 // Tests that showing the blocking interstitial for a WebContents without a 64 scoped_ptr<WebContents> web_contents( 65 WebContents::Create(WebContents::CreateParams(profile)));
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_tab_delegate_android.h | 13 class WebContents; 41 virtual content::WebContents* GetWebContents() const OVERRIDE; 53 virtual void SetWebContents(content::WebContents* web_contents); 58 content::WebContents* web_contents_;
|
/external/chromium_org/chrome/browser/tab_contents/ |
navigation_metrics_recorder.h | 18 explicit NavigationMetricsRecorder(content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/translate/ |
translate_manager_browsertest.cc | 37 content::WebContents* current_web_contents = 41 content::Source<content::WebContents> source(current_web_contents); 70 content::WebContents* current_web_contents = 72 content::Source<content::WebContents> source(current_web_contents);
|
Completed in 588 milliseconds
<<11121314151617181920>>