HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_ (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_controller.h 88 content::WebContents* web_contents() { return web_contents_; }
116 content::WebContents* const web_contents_; member in class:autofill::NewCreditCardBubbleController::content
popup_controller_common.h 37 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/components/dom_distiller/content/
distiller_page_web_contents.h 34 scoped_ptr<content::WebContents> web_contents_; member in class:dom_distiller::SourcePageHandleWebContents
108 scoped_ptr<content::WebContents> web_contents_; member in class:dom_distiller::DistillerPageWebContents
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_unittest.cc 63 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::__anon8584::WebstoreInlineInstallerTest
68 web_contents_.reset(CreateTestWebContents());
72 web_contents_.reset(NULL);
85 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
103 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 218 web_contents_(static_cast<WebContentsImpl*>(web_contents)),
264 return web_contents_->GetJavaWebContents();
274 DCHECK(web_contents_);
276 static_cast<WebContentsImpl*>(web_contents_)->GetView())->
278 DCHECK(!web_contents_->GetUserData(kContentViewUserDataKey));
279 web_contents_->SetUserData(kContentViewUserDataKey,
309 web_contents_->GetRenderViewHost());
326 if (web_contents_) {
327 rwhv = web_contents_->GetRenderWidgetHostView();
328 if (web_contents_->ShowingInterstitialPage())
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 37 : 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/
web_ui_impl.cc 49 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,
  /external/chromium_org/android_webview/native/
aw_contents.cc 163 : 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_.get(), ScopedJavaLocalRef<jobject>(env, io_thread_client))
    [all...]
aw_autofill_client.cc 40 : web_contents_(contents), save_form_data_(false) {
46 AwContents* aw_contents = AwContents::FromWebContents(web_contents_);
76 web_contents_->GetBrowserContext())->GetFormDatabaseService();
93 gfx::Rect client_area = web_contents_->GetContainerBounds();
  /external/chromium_org/apps/shell/browser/
shell_app_window.h 54 // Returns the routing ID of the render view host of |web_contents_|.
67 scoped_ptr<content::WebContents> web_contents_; member in class:apps::ShellAppWindow
  /external/chromium_org/athena/content/
web_activity.h 48 content::WebContents* web_contents_; member in class:athena::WebActivity
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.h 57 content::WebContents* web_contents_; member in class:chromeos::attestation::PlatformVerificationDialog
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 58 content::WebContents* web_contents_; member in class:file_manager::AppInstaller
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.h 70 // Helper function to get OAuth2LoginManager out of |web_contents_|.
78 content::WebContents* web_contents_; member in class:chromeos::MergeSessionLoadPage
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.h 112 content::WebContents* web_contents_; member in class:chromeos::CaptivePortalWindowProxy
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 59 web_contents_(web_contents),
81 web_contents_->GetBrowserContext());
116 web_contents_->GetBrowserContext());
145 web_contents_->GetBrowserContext());
offline_load_page.h 76 content::WebContents* web_contents_; member in class:chromeos::OfflineLoadPage
  /external/chromium_org/chrome/browser/media/
audio_stream_monitor.h 74 // updates through |web_contents_| if needed. When the indicator is turned
81 content::WebContents* const web_contents_; member in class:AudioStreamMonitor::content
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.h 53 content::WebContents* web_contents_; member in class:SupervisedUserInterstitial
  /external/chromium_org/chrome/browser/ui/android/
context_menu_helper.h 45 content::WebContents* web_contents_; member in class:ContextMenuHelper
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 33 web_contents_(web_contents),
58 content::WebContents* web_contents_; member in class:internal::FaviconRawBitmapHandler
111 web_contents_->DownloadImage(
166 : web_contents_(web_contents) {
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 58 content::WebContents* web_contents_; member in class:ChromeWebContentsViewDelegateMac
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.h 56 content::WebContents* web_contents_; member in class:PrefsTabHelper
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_impl.h 49 const content::WebContents* web_contents_; member in class:SearchIPCRouterPolicyImpl
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_delegate_base.h 50 scoped_ptr<content::WebContents> web_contents_; member in class:ConstrainedWebDialogDelegateBase
56 // If true, release |web_contents_| on close instead of destroying it.

Completed in 749 milliseconds

1 2 34 5 6 7 8 9