Searched defs:web_contents (Results 226 - 250 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_reinstaller.cc11 #include "content/public/browser/web_contents.h"
22 content::WebContents* web_contents,
27 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
29 content::WebContentsObserver(web_contents) {
40 return web_contents() != NULL;
68 return web_contents();
21 WebstoreReinstaller( content::WebContents* web_contents, const std::string& extension_id, const WebstoreStandaloneInstaller::Callback& callback) argument
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_navigation_helper_impl.cc13 #include "content/public/browser/web_contents.h"
16 content::WebContents* web_contents,
19 web_contents_(web_contents) {
15 GoogleURLTrackerNavigationHelperImpl( content::WebContents* web_contents, GoogleURLTracker* tracker) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc18 #include "content/public/browser/web_contents.h"
32 HistoryTabHelper::HistoryTabHelper(WebContents* web_contents) argument
33 : content::WebContentsObserver(web_contents),
61 params.url, timestamp, web_contents(), params.page_id,
100 web_contents()->GetURL(), details.entry->GetTimestamp(),
105 Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
108 prerender_manager->GetPrerenderContents(web_contents());
117 Browser* browser = chrome::FindBrowserWithWebContents(web_contents());
137 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
147 WebContents* tab = web_contents();
[all...]
H A Dredirect_browsertest.cc29 #include "content/public/browser/web_contents.h"
161 content::WebContents* web_contents = local
163 content::TestNavigationObserver navigation_observer(web_contents);
169 content::SimulateMouseClick(web_contents, 0,
179 EXPECT_EQ("myanchor", web_contents->GetURL().ref());
276 content::WebContents* web_contents = local
278 content::TestNavigationObserver observer(web_contents, 2);
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.cc15 #include "content/public/browser/web_contents.h"
95 content::WebContents* web_contents = local
97 web_contents->SendToAllFrames((type_ == DISPLAY) ?
102 web_contents->GetMainFrame()->Send(new ChromeViewMsg_ReloadFrame(
103 web_contents->GetMainFrame()->GetRoutingID()));
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc28 infobar_service->web_contents()->GetController().GetLastCommittedEntry();
65 content::WebContents* web_contents = local
68 web_contents->GetLastCommittedURL(),
H A Dprotected_media_identifier_permission_context.cc23 #include "content/public/browser/web_contents.h"
49 content::WebContents* web_contents,
57 int render_process_id = web_contents->GetRenderProcessHost()->GetID();
58 int render_view_id = web_contents->GetRenderViewHost()->GetRoutingID();
70 if (extensions::GetViewType(web_contents) !=
82 GURL embedder = web_contents->GetLastCommittedURL();
92 content::RenderViewHost* rvh = web_contents->GetRenderViewHost();
48 RequestProtectedMediaIdentifierPermission( content::WebContents* web_contents, const GURL& origin, base::Callback<void(bool)> result_callback, base::Closure* cancel_callback) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client_unittest.cc21 #include "content/public/browser/web_contents.h"
41 explicit TestChromePasswordManagerClient(content::WebContents* web_contents) argument
42 : ChromePasswordManagerClient(web_contents, NULL),
90 web_contents(), NULL);
97 return ChromePasswordManagerClient::FromWebContents(web_contents());
229 new TestChromePasswordManagerClient(web_contents()));
258 new TestChromePasswordManagerClient(web_contents()));
268 client.reset(new TestChromePasswordManagerClient(web_contents()));
337 new TestChromePasswordManagerClient(web_contents()));
353 new TestChromePasswordManagerClient(web_contents()));
[all...]
H A Dsave_password_infobar_delegate.cc17 #include "content/public/browser/web_contents.h"
24 content::WebContents* web_contents,
39 web_contents,
46 InfoBarService::FromWebContents(web_contents)->AddInfoBar(
23 Create( content::WebContents* web_contents, scoped_ptr<password_manager::PasswordFormManager> form_to_save, const std::string& uma_histogram_suffix) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer.cc18 #include "content/public/browser/web_contents.h"
89 content::WebContents* web_contents) {
92 web_contents->GetBrowserContext());
94 plugin_url, web_contents, download_manager);
99 content::WebContents* web_contents,
105 content::DownloadUrlParameters::FromWebContents(web_contents,
129 content::WebContents* web_contents) {
131 web_contents->OpenURL(content::OpenURLParams(
133 content::Referrer(web_contents->GetURL(),
88 StartInstalling(const GURL& plugin_url, content::WebContents* web_contents) argument
97 StartInstallingWithDownloadManager( const GURL& plugin_url, content::WebContents* web_contents, content::DownloadManager* download_manager) argument
128 OpenDownloadURL(const GURL& plugin_url, content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_common.cc15 #include "content/public/browser/web_contents.h"
172 NavigationID::NavigationID(content::WebContents* web_contents) argument
173 : render_process_id(web_contents->GetRenderProcessHost()->GetID()),
174 render_frame_id(web_contents->GetRenderViewHost()->GetRoutingID()),
175 main_frame_url(web_contents->GetURL()) {
/external/chromium_org/chrome/browser/printing/
H A Dbackground_printing_manager.cc15 #include "content/public/browser/web_contents.h"
27 Observer(BackgroundPrintingManager* manager, WebContents* web_contents);
37 BackgroundPrintingManager* manager, WebContents* web_contents)
38 : content::WebContentsObserver(web_contents),
44 manager_->DeletePreviewContents(web_contents());
47 manager_->DeletePreviewContents(web_contents());
36 Observer( BackgroundPrintingManager* manager, WebContents* web_contents) argument
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc13 #include "content/public/browser/web_contents.h"
25 WebContents* web_contents,
28 web_contents_(web_contents),
24 SpellingBubbleModel(Profile* profile, WebContents* web_contents, bool include_autocorrect) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.cc20 #include "content/public/browser/web_contents.h"
48 WebContents* web_contents = render_view_host ? local
53 if (web_contents)
54 (new chromeos::OfflineLoadPage(web_contents, url, callback))->Show();
/external/chromium_org/chrome/browser/signin/
H A Dsignin_browsertest.cc25 #include "content/public/browser/web_contents.h"
182 explicit BackOnNTPCommitObserver(content::WebContents* web_contents) argument
183 : content::WebContentsObserver(web_contents) {
195 web_contents()->GetController().GoBack();
220 content::WebContents* web_contents = local
237 BackOnNTPCommitObserver commit_observer(web_contents);
241 EXPECT_EQ(skip_url, web_contents->GetLastCommittedURL());
242 EXPECT_EQ(start_url, web_contents->GetVisibleURL());
248 EXPECT_EQ(start_url, web_contents->GetLastCommittedURL());
/external/chromium_org/chrome/browser/sync/sessions/
H A Dnotification_service_sessions_router.cc22 #include "content/public/browser/web_contents.h"
86 WebContents* web_contents = content::Source<WebContents>(source).ptr(); local
88 SyncedTabDelegate::ImplFromWebContents(web_contents);
115 if (extension_tab_helper->web_contents()->GetBrowserContext() !=
121 extension_tab_helper->web_contents());
142 content::WebContents* web_contents) {
144 SyncedTabDelegate::ImplFromWebContents(web_contents);
141 OnNavigationBlocked( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dguest_information.cc22 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = GetWebContents(); local
67 if (!web_contents) {
72 extensions::GuestViewBase::FromWebContents(web_contents);
75 util::GetTitleFromWebContents(web_contents));
79 WebContents* web_contents = GetWebContents(); local
80 if (web_contents && FaviconTabHelper::FromWebContents(web_contents)) {
81 return FaviconTabHelper::FromWebContents(web_contents)->
99 bool GuestInformation::CheckOwnership(WebContents* web_contents) { argument
110 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); local
117 MakeResource( WebContents* web_contents) argument
[all...]
H A Dpanel_information.cc18 #include "content/public/browser/web_contents.h"
106 bool PanelInformation::CheckOwnership(WebContents* web_contents) { argument
109 if (panels[i]->GetWebContents() == web_contents) {
124 WebContents* web_contents) {
127 if (panels[i]->GetWebContents() == web_contents) {
123 MakeResource( WebContents* web_contents) argument
H A Dprinting_information.cc22 #include "content/public/browser/web_contents.h"
32 explicit PrintingResource(content::WebContents* web_contents);
47 PrintingResource::PrintingResource(WebContents* web_contents) argument
48 : RendererResource(web_contents->GetRenderProcessHost()->GetHandle(),
49 web_contents->GetRenderViewHost()),
50 web_contents_(web_contents) {}
78 bool PrintingInformation::CheckOwnership(WebContents* web_contents) { argument
82 if (backgrounded_print_jobs->HasPrintPreviewDialog(web_contents)) {
87 web_contents)) {
110 WebContents* web_contents) {
109 MakeResource( WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/android/content_settings/
H A Dpopup_blocked_infobar_delegate.cc21 void PopupBlockedInfoBarDelegate::Create(content::WebContents* web_contents, argument
23 const GURL& url = web_contents->GetURL();
25 Profile::FromBrowserContext(web_contents->GetBrowserContext());
31 InfoBarService::FromWebContents(web_contents);
96 content::WebContents* web_contents = local
99 PopupBlockerTabHelper::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/android/
H A Dcontext_menu_helper.cc22 ContextMenuHelper::ContextMenuHelper(content::WebContents* web_contents) argument
23 : web_contents_(web_contents) {
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_container_android.cc15 #include "content/public/browser/web_contents.h"
90 jobject web_contents,
95 content::WebContents::FromJavaWebContents(web_contents));
88 Init(JNIEnv* env, jobject obj, jobject web_contents, jobject auto_login_delegate) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader_browsertest.cc14 #include "content/public/browser/web_contents.h"
26 explicit ContentsObserver(WebContents* web_contents) argument
27 : WebContentsObserver(web_contents),
71 WebContents* web_contents = variable
73 contents_observer_.reset(new ContentsObserver(web_contents));
74 favicon_loader_.reset(new LauncherFaviconLoader(this, web_contents));
/external/chromium_org/chrome/browser/ui/ash/
H A Dmedia_delegate_chromeos.cc19 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents,
31 if (indicator->IsCapturingVideo(web_contents))
33 if (indicator->IsCapturingAudio(web_contents))
50 content::WebContents* web_contents = tab_strip_model->GetWebContentsAt(i); local
51 if (web_contents->GetBrowserContext() != context)
53 GetMediaCaptureState(indicator, web_contents, media_state_out);
70 GetMediaCaptureState(indicator, (*iter)->web_contents(), media_state_out);
88 content::WebContents* web_contents = local
91 if (!web_contents)
27 GetMediaCaptureState( const MediaStreamCaptureIndicator* indicator, content::WebContents* web_contents, int* media_state_out) argument
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.h95 content::WebContents* web_contents() { return web_contents_; } function in class:autofill::GeneratedCreditCardBubbleController
96 const content::WebContents* web_contents() const { return web_contents_; } function in class:autofill::GeneratedCreditCardBubbleController
99 // Creates a bubble connected to |web_contents|.

Completed in 293 milliseconds

1234567891011>>