Searched defs:web_contents (Results 26 - 50 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_manager_delegate.cc16 content::WebContents* web_contents,
27 content::WebContents* web_contents) {
15 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
26 IsWebContentsVisible( content::WebContents* web_contents) argument
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_page.py7 from telemetry.core import web_contents namespace
14 class ExtensionPage(web_contents.WebContents):
/external/chromium_org/android_webview/native/
H A Daw_web_preferences_populater_impl.cc18 content::WebContents* web_contents,
20 AwSettings* aw_settings = AwSettings::FromWebContents(web_contents);
17 PopulateFor( content::WebContents* web_contents, content::WebPreferences* web_prefs) argument
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.h22 explicit JSChecker(content::WebContents* web_contents);
42 void set_web_contents(content::WebContents* web_contents) { argument
43 web_contents_ = web_contents;
/external/chromium_org/chrome/browser/guest_view/app_view/
H A Dchrome_app_view_guest_delegate.cc18 content::WebContents* web_contents,
21 ContextMenuDelegate::FromWebContents(web_contents);
25 menu_delegate->BuildMenu(web_contents, params);
17 HandleContextMenu( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/guest_view/mime_handler_view/
H A Dchrome_mime_handler_view_guest_delegate.cc31 content::WebContents* web_contents = guest_->web_contents(); local
34 printing::PrintViewManager::CreateForWebContents(web_contents);
35 printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
37 printing::PrintViewManagerBasic::CreateForWebContents(web_contents);
41 web_contents,
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dcontext_menu_content_type_web_view.cc13 content::WebContents* web_contents,
15 : ContextMenuContentType(web_contents, params, true) {
12 ContextMenuContentTypeWebView( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc17 #include "content/public/browser/web_contents.h"
40 content::WebContents* web_contents = NULL; local
43 NULL, &web_contents, NULL)) {
51 web_contents, browser, extension(), url, height);
/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc17 PredictorTabHelper::PredictorTabHelper(content::WebContents* web_contents) argument
18 : content::WebContentsObserver(web_contents) {
28 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tab_helper.cc21 content::WebContents* web_contents)
22 : content::WebContentsObserver(web_contents) {
33 web_contents()->GetBrowserContext());
37 NavigationID navigation_id(web_contents());
47 web_contents()->GetBrowserContext());
52 summary.navigation_id = NavigationID(web_contents());
20 ResourcePrefetchPredictorTabHelper( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_platform_app.cc13 content::WebContents* web_contents,
15 : ContextMenuContentType(web_contents, params, false) {
12 ContextMenuContentTypePlatformApp( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
H A Dcontext_menu_content_type_unittest.cc19 content::WebContents* web_contents,
22 new ContextMenuContentType(web_contents, params, true));
69 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
81 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
95 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
107 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
126 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
141 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
156 scoped_ptr<ContextMenuContentType> content_type(Create(web_contents(),
18 Create( content::WebContents* web_contents, content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_browsertest.cc14 #include "content/public/browser/web_contents.h"
35 content::WebContents* web_contents = local
37 web_contents->GetController().Reload(true);
38 web_contents->GetController().Reload(true);
42 WebContentsModalDialogManager::FromWebContents(web_contents);
65 content::WebContents* web_contents = local
67 web_contents->GetController().Reload(true);
71 content::NavigationController& controller = web_contents->GetController();
81 web_contents->GetController().Reload(true);
86 content::TestNavigationObserver navigation_observer(web_contents);
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.h39 content::WebContents* web_contents);
42 content::WebContents* web_contents() { function in class:LauncherFaviconLoader
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc13 #include "content/public/browser/web_contents.h"
26 content::WebContents* web_contents = content::WebContents::Create( local
28 web_contents->GetController().LoadURL(GURL(url::kAboutBlankURL),
34 content::NavigationController* controller = &web_contents->GetController();
40 browser()->tab_strip_model()->AppendWebContents(web_contents, true);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_content_setting_bubble_model_delegate.cc28 content::WebContents* web_contents) {
29 chrome::ShowCollectedCookiesDialog(web_contents);
27 ShowCollectedCookiesDialog( content::WebContents* web_contents) argument
H A Dmedia_utils.cc9 #include "content/public/browser/web_contents.h"
37 content::WebContents* web_contents,
46 web_contents, request, callback, extension);
49 bool CheckMediaAccessPermission(content::WebContents* web_contents, argument
54 Profile::FromBrowserContext(web_contents->GetBrowserContext());
60 web_contents, security_origin, type, extension);
63 ->CheckMediaAccessPermission(web_contents, security_origin, type);
66 ->CheckMediaAccessPermission(web_contents, security_origin, type);
36 RequestMediaAccessPermission( content::WebContents* web_contents, Profile* profile, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback) argument
H A Dsad_tab_helper.cc10 #include "content/public/browser/web_contents.h"
17 SadTabHelper::SadTabHelper(content::WebContents* web_contents) argument
18 : content::WebContentsObserver(web_contents) {
46 sad_tab_.reset(chrome::SadTab::Create(web_contents(), kind));
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_interstitial_delegate.cc8 content::WebContents* web_contents,
14 content::InterstitialPage::Create(web_contents,
7 LoginInterstitialDelegate( content::WebContents* web_contents, const GURL& request_url, base::Closure& callback) argument
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router_policy_unittest.cc23 SearchTabHelper::CreateForWebContents(web_contents());
26 content::WebContents* web_contents() { function in class:SearchIPCRouterPolicyTest
32 SearchTabHelper::FromWebContents(web_contents());
H A Dsearch_tab_helper_delegate.cc14 const content::WebContents* web_contents) {
13 OnWebContentsInstantSupportDisabled( const content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate_unittest.cc61 content::WebContents* web_contents = tab_strip->GetWebContentsAt(0); local
63 InfoBarService::FromWebContents(web_contents);
76 tab_strip->AppendWebContents(web_contents, true);
/external/chromium_org/chrome/browser/ui/views/
H A Dcertificate_viewer_win.cc20 void ShowCertificateViewerImpl(content::WebContents* web_contents, argument
55 void ShowCertificateViewer(content::WebContents* web_contents, argument
61 web_contents,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_win.cc17 #include "content/public/browser/web_contents.h"
52 WebContents* web_contents) {
60 WebContents* web_contents) {
64 web_contents->GetTopLevelNativeWindow());
51 ShowNetworkProxySettings( WebContents* web_contents) argument
59 ShowManageSSLCertificates( WebContents* web_contents) argument
/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.cc16 void QUnitBrowserTestRunner::QUnitStart(content::WebContents* web_contents) { argument
22 web_contents, "browserTestHarness.run();", &result));
47 content::WebContents* web_contents = local
49 ASSERT_TRUE(web_contents);
52 QUnitStart(web_contents);

Completed in 249 milliseconds

1234567891011>>