Searched defs:web_contents (Results 326 - 350 of 683) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_resource_throttle.cc14 #include "content/public/browser/web_contents.h"
162 content::WebContents* web_contents = local
164 return PrerenderContents::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_message_handler.cc22 #include "content/public/browser/web_contents.h"
67 WebContents* web_contents)
68 : content::WebContentsObserver(web_contents) {
69 DCHECK(web_contents);
80 return dialog_controller->GetPrintPreviewForContents(web_contents());
93 printing::PrintViewManager::FromWebContents(web_contents())->
96 PrintPreviewDialogController::PrintPreview(web_contents());
66 PrintPreviewMessageHandler( WebContents* web_contents) argument
H A Dprint_view_manager.cc19 #include "content/public/browser/web_contents.h"
38 PrintViewManager::PrintViewManager(content::WebContents* web_contents) argument
39 : PrintViewManagerBase(web_contents),
60 dialog_controller->GetPrintPreviewForContents(web_contents());
131 content::RenderProcessHost* rph = web_contents()->GetRenderProcessHost();
170 dialog_controller->PrintPreview(web_contents());
174 dialog_controller->GetPrintPreviewForContents(web_contents()), params);
/external/chromium_org/chrome/browser/profiles/
H A Dhost_zoom_map_browsertest.cc196 content::WebContents* web_contents = local
198 chrome_page_zoom::Zoom(web_contents, content::PAGE_ZOOM_OUT);
203 chrome_page_zoom::Zoom(web_contents, content::PAGE_ZOOM_IN);
/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.cc15 #include "content/public/browser/web_contents.h"
152 content::WebContents* web_contents = local
155 prerender::PrerenderContents::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_header_helper.cc19 #include "content/public/browser/web_contents.h"
131 content::WebContents* web_contents = local
133 if (!web_contents)
137 Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
161 web_contents->OpenURL(content::OpenURLParams(
166 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc52 void GoBackToSafety(content::WebContents* web_contents) { argument
56 &web_contents->GetController();
65 chrome::GetHostDesktopTypeForNativeView(web_contents->GetNativeView());
69 DCHECK(browser == chrome::FindBrowserWithWebContents(web_contents));
74 web_contents->GetDelegate()->CloseContents(web_contents);
123 content::WebContents* web_contents = local
126 web_contents)->WarnInfoBarDismissed();
166 content::WebContents* web_contents)
167 : WebContentsObserver(web_contents),
165 SupervisedUserNavigationObserver( content::WebContents* web_contents) argument
208 content::WebContents* web_contents = local
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc16 #include "content/public/browser/web_contents.h"
95 content::WebContents* web_contents) {
96 web_contents_ = web_contents;
123 content::WebContents* web_contents) {
124 TabAndroid* tab = TabAndroid::FromWebContents(web_contents);
94 SetWebContents( content::WebContents* web_contents) argument
122 ImplFromWebContents( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc18 #include "content/public/browser/web_contents.h"
126 bool BackgroundContents::IsNeverVisible(content::WebContents* web_contents) { argument
128 extensions::GetViewType(web_contents));
/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_information.cc25 #include "content/public/browser/web_contents.h"
72 background_contents->web_contents()->GetRenderProcessHost()->
74 background_contents->web_contents()->GetRenderViewHost()),
114 bool BackgroundInformation::CheckOwnership(WebContents* web_contents) { argument
115 extensions::ViewType view_type = extensions::GetViewType(web_contents);
138 callback.Run((*iterator)->web_contents());
144 WebContents* web_contents) {
146 Profile::FromBrowserContext(web_contents->GetBrowserContext());
156 if ((*iterator)->web_contents() == web_contents) {
143 MakeResource( WebContents* web_contents) argument
[all...]
H A Dextension_information.cc17 #include "content/public/browser/web_contents.h"
33 const Extension* GetExtensionForWebContents(WebContents* web_contents) { argument
35 Profile::FromBrowserContext(web_contents->GetBrowserContext());
39 web_contents->GetRenderViewHost());
105 WebContents* web_contents = local
107 extensions::ViewType view_type = extensions::GetViewType(web_contents);
140 WebContents* web_contents = WebContents::FromRenderViewHost(*jt); local
141 if (CheckOwnership(web_contents))
142 callback.Run(web_contents);
148 bool ExtensionInformation::CheckOwnership(WebContents* web_contents) { argument
170 MakeResource( WebContents* web_contents) argument
[all...]
H A Dtab_contents_information.cc23 #include "content/public/browser/web_contents.h"
41 bool IsContentsPrerendering(WebContents* web_contents) { argument
43 Profile::FromBrowserContext(web_contents->GetBrowserContext());
47 prerender_manager->IsWebContentsPrerendering(web_contents, NULL);
55 explicit TabContentsResource(content::WebContents* web_contents);
77 TabContentsResource::TabContentsResource(WebContents* web_contents) argument
78 : RendererResource(web_contents->GetRenderProcessHost()->GetHandle(),
79 web_contents->GetRenderViewHost()),
80 web_contents_(web_contents),
81 profile_(Profile::FromBrowserContext(web_contents
139 CheckOwnership( content::WebContents* web_contents) argument
172 MakeResource( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc78 void AsyncProcessThumbnail(content::WebContents* web_contents, argument
82 RenderWidgetHost* render_widget_host = web_contents->GetRenderViewHost();
176 WebContents* web_contents) {
180 if (!web_contents || web_contents->IsBeingDestroyed())
184 if (web_contents->GetController().GetPendingEntry())
186 const GURL& url = web_contents->GetURL();
188 Profile::FromBrowserContext(web_contents->GetBrowserContext());
203 web_contents, thumbnail_service.get(), load_interrupted_));
204 AsyncProcessThumbnail(web_contents, contex
175 UpdateThumbnailIfNecessary( WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_browsertest.cc80 content::WebContents* web_contents = local
82 if (web_contents)
83 infobar_service_ = InfoBarService::FromWebContents(web_contents);
145 content::WebContents* web_contents = local
147 ASSERT_TRUE(web_contents);
148 content::TitleWatcher watcher(web_contents, base::ASCIIToUTF16("PASS"));
207 content::WebContents* web_contents = local
209 ASSERT_TRUE(web_contents);
210 content::TitleWatcher watcher(web_contents, base::ASCIIToUTF16("PASS"));
241 content::WebContents* web_contents local
274 content::WebContents* web_contents = local
307 content::WebContents* web_contents = local
340 content::WebContents* web_contents = local
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc19 #include "content/public/browser/web_contents.h"
36 content::WebContents* web_contents = local
38 if (!web_contents)
42 web_contents->GetController().GetVisibleEntry()->GetSSL().cert_id;
74 content::WebContents* web_contents = local
78 new WebsiteSettingsPopupAndroid(env, obj, web_contents));
84 WebContents* web_contents) {
87 web_contents->GetController().GetVisibleEntry();
95 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
96 TabSpecificContentSettings::FromWebContents(web_contents),
81 WebsiteSettingsPopupAndroid( JNIEnv* env, jobject java_website_settings_pop, WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc9 #include "content/public/browser/web_contents.h"
63 WebContents* web_contents,
73 : AppModalDialog(web_contents, title),
89 gfx::NativeWindow parent_window = web_contents()->GetTopLevelNativeWindow();
167 ExtraDataMap::iterator extra_data = extra_data_map_->find(web_contents());
62 JavaScriptAppModalDialog( WebContents* web_contents, ExtraDataMap* extra_data_map, const base::string16& title, content::JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, bool display_suppress_checkbox, bool is_before_unload_dialog, bool is_reload, const JavaScriptDialogManager::DialogClosedCallback& callback) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.cc16 #include "content/public/browser/web_contents.h"
78 params, web_contents()->GetRenderViewHost());
92 content::WebContents* web_contents,
106 web_contents, request, callback, extension);
127 return web_contents();
91 RequestAudioInput( content::WebContents* web_contents, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc11 #include "content/public/browser/web_contents.h"
29 FaviconRawBitmapHandler(content::WebContents* web_contents, argument
31 : content::WebContentsObserver(web_contents),
108 web_contents()->DownloadImage(
162 content::WebContents* web_contents)
163 : web_contents_(web_contents) {
165 new internal::FaviconRawBitmapHandler(web_contents, delegate));
161 LauncherFaviconLoader(Delegate* delegate, content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc28 #include "content/public/browser/web_contents.h"
55 AutoLoginRedirector(content::WebContents* web_contents,
78 content::WebContents* web_contents,
80 : content::WebContentsObserver(web_contents),
83 Profile::FromBrowserContext(web_contents->GetBrowserContext());
118 web_contents()->GetController().LoadURL(
131 bool AutoLoginInfoBarDelegate::Create(content::WebContents* web_contents, argument
133 // If |web_contents| is hosted in a WebDialog, there may be no infobar
136 InfoBarService::FromWebContents(web_contents);
141 Profile::FromBrowserContext(web_contents
77 AutoLoginRedirector( content::WebContents* web_contents, const std::string& args) argument
216 content::WebContents* web_contents = local
225 content::WebContents* web_contents = local
[all...]
H A Dbrowser_finder.cc161 Browser* FindBrowserWithWebContents(const WebContents* web_contents) { argument
162 DCHECK(web_contents);
164 if (*it == web_contents)
H A Dcertificate_dialogs.cc68 Exporter(WebContents* web_contents,
85 Exporter::Exporter(WebContents* web_contents, argument
91 new ChromeSelectFilePolicy(web_contents))) {
197 void ShowCertExportDialog(WebContents* web_contents, argument
205 new Exporter(web_contents, parent, cert_chain.begin(), cert_chain.end());
209 content::WebContents* web_contents,
213 new Exporter(web_contents, parent, certs_begin, certs_end);
208 ShowCertExportDialog( content::WebContents* web_contents, gfx::NativeWindow parent, net::X509Certificate::OSCertHandles::iterator certs_begin, net::X509Certificate::OSCertHandles::iterator certs_end) argument
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model.cc12 #include "content/public/browser/web_contents.h"
23 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
30 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
38 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
45 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
52 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
59 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
87 WebContents* web_contents) {
89 if (!web_contents)
132 Profile::FromBrowserContext(web_contents
86 UpdateFromWebContents( WebContents* web_contents) argument
185 UpdateFromWebContents( WebContents* web_contents) argument
216 UpdateFromWebContents( WebContents* web_contents) argument
291 UpdateFromWebContents( WebContents* web_contents) argument
311 UpdateFromWebContents( WebContents* web_contents) argument
321 UpdateFromWebContents( WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc37 #include "content/public/browser/web_contents.h"
181 content::WebContents* web_contents = NULL; local
183 web_contents = browser->tab_strip_model()->GetActiveWebContents();
184 return new ExtensionInstallPrompt(web_contents);
283 WebContents* web_contents =
285 if (!web_contents)
287 ErrorInfoBarDelegate::Create(InfoBarService::FromWebContents(web_contents),
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc15 #include "content/public/browser/web_contents.h"
28 FindTabHelper::FindTabHelper(WebContents* web_contents) argument
29 : content::WebContentsObserver(web_contents),
51 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
88 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
96 web_contents()->Find(current_find_request_id_, find_text_, options);
130 web_contents()->StopFinding(action);
136 web_contents()->GetRenderViewHost()->ActivateNearestFindResult(
143 web_contents()->GetRenderViewHost()->RequestFindMatchRects(current_version);
175 content::Source<WebContents>(web_contents()),
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble_model.cc54 content::WebContents* web_contents)
55 : content::WebContentsObserver(web_contents),
60 ManagePasswordsUIController::FromWebContents(web_contents);
133 ManagePasswordsUIController::FromWebContents(web_contents());
141 ManagePasswordsUIController::FromWebContents(web_contents());
149 ManagePasswordsUIController::FromWebContents(web_contents());
166 ManagePasswordsUIController::FromWebContents(web_contents())
173 if (!web_contents())
176 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
53 ManagePasswordsBubbleModel( content::WebContents* web_contents) argument

Completed in 797 milliseconds

<<11121314151617181920>>