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

1 23 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.cc 25 web_contents_(web_contents),
36 if (web_contents_ && !key_press_event_target_) {
37 key_press_event_target_ = web_contents_->GetRenderViewHost();
44 if (web_contents_ && (!web_contents_->IsBeingDestroyed()) &&
45 key_press_event_target_ == web_contents_->GetRenderViewHost()) {
46 web_contents_->GetRenderViewHost()->RemoveKeyPressEventCallback(
generated_credit_card_bubble_controller.h 95 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
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 53 : web_contents_(web_contents),
69 InfoBarService* service = InfoBarService::FromWebContents(web_contents_);
71 // Remove all the infobars which are attached to |web_contents_| and for
79 web_contents_->GetController();
98 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
116 content::InterstitialPage::Create(web_contents_, true, url_, this);
128 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
188 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
213 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
230 int nav_entry_count = web_contents_->GetController().GetEntryCount()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
sad_tab_view.cc 48 : web_contents_(web_contents),
121 if (web_contents_) {
174 DCHECK(web_contents_);
181 web_contents_->OpenURL(params);
184 chrome::FindBrowserWithWebContents(web_contents_),
192 DCHECK(web_contents_);
194 web_contents_->GetController().Reload(true);
241 sad_tab_params.parent = web_contents_->GetNativeView();
250 web_contents_->GetNativeView());
251 gfx::Rect bounds = web_contents_->GetContainerBounds()
    [all...]
color_chooser_aura.h 53 content::WebContents* web_contents_; member in class:ColorChooserAura
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.cc 115 : web_contents_(web_contents),
131 Observe(web_contents_);
139 web_contents_->GetController().GetPendingEntry();
193 const NavigationControllerImpl& controller = web_contents_->GetController();
214 if (!web_contents_->GetController().CanGoBack())
221 if (!web_contents_->GetController().CanGoForward())
233 web_contents_->GetController().GoBack();
235 web_contents_->GetController().GoForward();
284 web_contents_->GetController().GetVisibleEntry()->GetUniqueID();
295 web_contents_->GetController().GetLastCommittedEntry()->GetUniqueID()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
script_executor.cc 112 web_contents_(web_contents),
114 CHECK(web_contents_);
134 ExtensionRegistry::Get(web_contents_->GetBrowserContext())
144 web_contents_->GetController().GetVisibleEntry();
165 ActiveScriptController::GetForWebContents(web_contents_);
189 new Handler(script_observers_, web_contents_, *params, callback);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 50 web_contents_(web_contents),
58 return web_contents_ != NULL;
87 return web_contents_;
  /external/chromium_org/chrome/browser/media/
audio_stream_monitor.cc 15 : web_contents_(contents),
18 DCHECK(web_contents_);
75 web_contents_->NotifyNavigationStateChanged(content::INVALIDATE_TYPE_TAB);
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.h 48 content::WebContents* web_contents_; member in class:android_webview::AwPdfExporter
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.cc 60 web_contents_(web_contents),
81 strings.SetString("title", web_contents_->GetTitle());
102 web_contents_->GetBrowserContext());
145 content::BrowserContext* browser_context = web_contents_->GetBrowserContext();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 174 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_->GetRenderViewHost())
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.h 42 content::WebContents* web_contents_; member in class:GoogleURLTrackerNavigationHelperImpl
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.h 42 content::WebContents* web_contents_; member in class:SpellingBubbleModel
spelling_bubble_model.cc 27 web_contents_(web_contents),
69 web_contents_->OpenURL(params);
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h 51 content::WebContents* web_contents_; member in class:ConstrainedWindowMac
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.h 32 content::WebContents* web_contents_; member in class:chrome::SadTabCocoa
  /external/chromium_org/components/dom_distiller/content/
dom_distiller_viewer_source.cc 79 content::WebContents* web_contents_; member in class:dom_distiller::DomDistillerViewerSource::RequestViewerHandle
108 : web_contents_(web_contents),
114 content::WebContentsObserver::Observe(web_contents_);
127 if (web_contents_) {
128 web_contents_->GetMainFrame()->ExecuteJavaScript(
160 web_contents_ = NULL;
175 if (!is_main_frame || web_contents_ == NULL) {
182 if (web_contents_) {
183 web_contents_->GetMainFrame()->ExecuteJavaScript(
web_contents_main_frame_observer.h 56 content::WebContents* web_contents_; member in class:dom_distiller::WebContentsMainFrameObserver
  /external/chromium_org/components/web_contents_delegate_android/
color_chooser_android.h 44 content::WebContents* web_contents_; member in class:web_contents_delegate_android::ColorChooserAndroid
  /external/chromium_org/content/shell/browser/
shell.cc 100 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_->Stop()
    [all...]
shell_web_contents_view_delegate.h 39 WebContents* web_contents_; member in class:content::ShellWebContentsViewDelegate
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.h 119 content::WebContents* web_contents() { return web_contents_; }
161 content::WebContents* web_contents_; member in class:CaptivePortalTabReloader
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.h 43 web_contents_ = web_contents;
51 content::WebContents* web_contents_; member in class:chromeos::test::JSChecker
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.h 54 content::WebContents* web_contents() const { return web_contents_.get(); }
87 scoped_ptr<content::WebContents> web_contents_; member in class:BackgroundContents

Completed in 310 milliseconds

1 23 4 5 6 7 8 9