Searched refs:web_contents_ (Results 51 - 75 of 215) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dapp_installer.cc44 web_contents_(web_contents),
52 return web_contents_ != NULL;
84 return web_contents_;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.h95 content::WebContents* web_contents() { return web_contents_; }
96 const content::WebContents* web_contents() const { return web_contents_; }
143 content::WebContents* const web_contents_; member in class:autofill::GeneratedCreditCardBubbleController::content
H A Dnew_credit_card_bubble_controller.h88 content::WebContents* web_contents() { return web_contents_; }
116 content::WebContents* const web_contents_; member in class:autofill::NewCreditCardBubbleController::content
H A Dpopup_controller_common.h37 content::WebContents* web_contents() { return web_contents_; }
53 // associated with |web_contents_|. If callback has already been registered,
92 content::WebContents* web_contents_; member in class:autofill::PopupControllerCommon
/external/chromium_org/android_webview/native/
H A Daw_web_contents_view_delegate.h38 content::WebContents* web_contents_; member in class:android_webview::AwWebContentsViewDelegate
H A Daw_contents.cc163 : web_contents_(web_contents.Pass()),
170 web_contents_.get(),
174 icon_helper_.reset(new IconHelper(web_contents_.get()));
176 web_contents_->SetUserData(kAwContentsUserDataKey,
179 new AwRenderViewHostExt(this, web_contents_.get()));
182 new PermissionRequestHandler(this, web_contents_.get()));
185 AwAutofillClient::FromWebContents(web_contents_.get());
205 web_contents_->SetDelegate(web_contents_delegate_.get());
209 AwContentsClientBridgeBase::Associate(web_contents_.get(),
213 web_contents_
[all...]
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page.cc60 web_contents_(web_contents),
81 strings.SetString("title", web_contents_->GetTitle());
103 web_contents_->GetBrowserContext());
146 content::BrowserContext* browser_context = web_contents_->GetBrowserContext();
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc174 web_contents_.reset(
181 SessionTabHelper::CreateForWebContents(web_contents_.get());
182 SessionTabHelper::FromWebContents(web_contents_.get())->SetWindowID(
186 // logic than the FaviconTabHelper associated with web_contents_
189 new LauncherFaviconLoader(this, web_contents_.get()));
191 content::WebContentsObserver::Observe(web_contents_.get());
199 web_contents_->GetController().LoadURL(
216 return web_contents_.get();
240 return web_contents_.get();
246 params, web_contents_
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.h43 content::WebContents* web_contents_; member in class:safe_browsing::SafeBrowsingTabObserver
H A Dsafe_browsing_blocking_page.cc159 web_contents_(web_contents),
246 web_contents_->GetLastCommittedURL(),
247 web_contents_->GetBrowserContext()));
255 return (!web_contents_->GetBrowserContext()->IsOffTheRecord() &&
256 web_contents_->GetURL().SchemeIs(url::kHttpScheme));
290 web_contents_->OpenURL(params);
306 web_contents_->OpenURL(params);
335 if (web_contents_->GetController().CanGoBack()) {
336 web_contents_->GetController().GoBack();
338 web_contents_
[all...]
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.h42 content::WebContents* web_contents_; member in class:WebDragBookmarkHandlerAura
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_mac.h51 content::WebContents* web_contents_; member in class:ConstrainedWindowMac
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_drag_bookmark_handler_mac.h38 content::WebContents* web_contents_; member in class:WebDragBookmarkHandlerMac
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.h34 scoped_ptr<content::WebContents> web_contents_; member in class:chromecast::CastServiceSimple
/external/chromium_org/components/translate/content/browser/
H A Ddata_file_browser_cld_data_provider.h32 content::WebContents* web_contents_; member in class:translate::DataFileBrowserCldDataProvider
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc136 : web_contents_(web_contents),
150 Observe(web_contents_);
158 web_contents_->GetController().GetPendingEntry();
212 const NavigationControllerImpl& controller = web_contents_->GetController();
232 if (!web_contents_->GetController().CanGoBack())
239 if (!web_contents_->GetController().CanGoForward())
251 web_contents_->GetController().GoBack();
253 web_contents_->GetController().GoForward();
302 web_contents_->GetController().GetVisibleEntry();
/external/chromium_org/content/shell/browser/
H A Dshell.cc100 shell->web_contents_.reset(web_contents);
177 web_contents_->GetController().LoadURLWithParams(params);
178 web_contents_->Focus();
189 web_contents_->GetController().LoadURLWithParams(params);
190 web_contents_->Focus();
205 web_contents_->GetController().GoToOffset(offset);
206 web_contents_->Focus();
210 web_contents_->GetController().Reload(false);
211 web_contents_->Focus();
215 web_contents_
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.h119 content::WebContents* web_contents() { return web_contents_; }
161 content::WebContents* web_contents_; member in class:CaptivePortalTabReloader
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.h43 web_contents_ = web_contents;
51 content::WebContents* web_contents_; member in class:chromeos::test::JSChecker
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc28 web_contents_(web_contents),
70 web_contents_->OpenURL(params);
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.h56 content::WebContents* web_contents() const { return web_contents_; }
79 // web_contents_ must be non-NULL before this call. Theis handles
95 content::WebContents* web_contents_; member in class:FindBarController
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_inline_installer_unittest.cc66 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::__anon4038::WebstoreInlineInstallerTest
71 web_contents_.reset(CreateTestWebContents());
75 web_contents_.reset(NULL);
88 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
106 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
/external/chromium_org/ui/views/controls/webview/
H A Dwebview_unittest.cc86 : web_contents_(static_cast<content::WebContentsImpl*>(web_contents)),
94 if (web_contents_)
99 DCHECK(web_contents_); variable
101 web_contents_ = NULL;
125 content::WebContentsImpl* web_contents_; member in class:__anon17082::WebViewTestWebContentsObserver
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc37 : web_contents_(web_contents),
42 web_app::GetShortcutInfoForTab(web_contents_, &shortcut_info_);
64 &web_contents_->GetController()) {
66 web_contents_ = NULL;
75 if (web_contents_ == NULL) {
88 web_contents_->DownloadImage(
122 extensions::TabHelper::FromWebContents(web_contents_);
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc49 web_contents_(contents) {
74 HasWebUIBindings(web_contents_->GetRenderProcessHost()->GetID()) ||
76 web_contents_->GetBrowserContext(), source_url)) {
98 return web_contents_;
102 return GetScaleFactorForView(web_contents_->GetRenderWidgetHostView());
237 return web_contents_->GetMainFrame();
240 web_contents_->ForEachFrame(base::Bind(&WebUIImpl::AddToSetIfFrameNameMatches,

Completed in 1421 milliseconds

123456789