HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_ (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.h 67 content::WebContents* web_contents_; member in class:web_app::UpdateShortcutWorker
69 // Icons info from web_contents_'s web app data.
72 // Cached shortcut data from the web_contents_.
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.h 45 WebContentsImpl* web_contents_; member in class:content::GestureNavSimple
gesture_nav_simple.cc 118 : web_contents_(web_contents),
167 return web_contents_->GetNativeView()->bounds();
177 NavigationControllerImpl& controller = web_contents_->GetController();
186 NavigationControllerImpl& controller = web_contents_->GetController();
207 aura::Window* window = web_contents_->GetNativeView();
  /external/chromium_org/extensions/browser/app_window/
app_web_contents_helper.h 69 content::WebContents* web_contents_; member in class:extensions::AppWebContentsHelper
app_window_contents.h 57 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::AppWindowContentsImpl
  /external/chromium_org/extensions/browser/guest_view/web_view/
test_guest_view_manager.h 29 content::WebContents* web_contents_; member in class:extensions::TestGuestViewManager
  /external/chromium_org/extensions/browser/
script_executor.cc 108 web_contents_(web_contents),
110 CHECK(web_contents_);
131 ExtensionRegistry::Get(web_contents_->GetBrowserContext())
152 new Handler(script_observers_, web_contents_, params, callback);
script_executor.h 106 content::WebContents* web_contents_; member in class:extensions::ScriptExecutor
  /external/chromium_org/apps/
custom_launcher_page_contents.h 42 content::WebContents* web_contents() const { return web_contents_.get(); }
90 scoped_ptr<content::WebContents> web_contents_; member in class:apps::CustomLauncherPageContents
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 40 web_contents_(contents),
125 DCHECK(web_contents_);
131 PermissionBubbleManager::FromWebContents(web_contents_);
142 InfoBarService::FromWebContents(web_contents_), factory_.GetWeakPtr());
147 if (!web_contents_)
150 DownloadRequestLimiter::GetContentSettings(web_contents_);
152 ContentSettingsPattern::FromURL(web_contents_->GetURL()));
178 : web_contents_(NULL),
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 29 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/devtools/
devtools_ui_bindings.cc 180 : web_contents_(web_contents) {}
199 content::WebContents* web_contents_; member in class:__anon8182::DefaultBindingsDelegate
204 web_contents_->GetDelegate()->ActivateContents(web_contents_);
205 web_contents_->Focus();
212 Browser* browser = FindBrowser(web_contents_);
217 web_contents_->GetRenderViewHost()->ClosePage();
221 return InfoBarService::FromWebContents(web_contents_);
322 web_contents_(web_contents),
323 delegate_(new DefaultBindingsDelegate(web_contents_)),
    [all...]
devtools_file_helper.cc 70 web_contents_(web_contents) {
85 platform_util::GetTopLevel(web_contents_->GetNativeView()),
115 WebContents* web_contents_; member in class:__anon8174::SelectFileDialog
212 : web_contents_(web_contents),
266 web_contents_);
313 web_contents_);
372 std::string file_system_id = RegisterFileSystem(web_contents_,
383 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
400 std::string file_system_id = RegisterFileSystem(web_contents_,
403 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 134 web_contents_(web_contents),
168 ZoomController::FromWebContents(web_contents_);
199 new extensions::IconImage(web_contents_->GetBrowserContext(),
215 new extensions::IconImage(web_contents_->GetBrowserContext(),
271 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
278 chrome_page_zoom::Zoom(web_contents_, content::PAGE_ZOOM_RESET);
311 ZoomController::FromWebContents(web_contents_);
  /external/chromium_org/chrome/browser/
file_select_helper.cc 78 web_contents_(NULL),
325 DCHECK(!web_contents_);
327 web_contents_ = web_contents;
334 content::Source<WebContents>(web_contents_));
359 if (!render_view_host_ || !web_contents_) {
367 this, new ChromeSelectFilePolicy(web_contents_));
428 web_contents_ = NULL;
464 DCHECK(content::Source<WebContents>(source).ptr() == web_contents_);
465 web_contents_ = NULL;
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 314 web_contents_(web_contents),
348 web_contents_,
370 web_contents_->GetLastCommittedURL(),
371 web_contents_->GetBrowserContext()));
410 web_contents_, true, request_url_, this);
538 ssl_info_.cert.get(), web_contents_->GetRenderProcessHost()->GetID());
574 web_contents_->GetController().Reload(true);
585 web_contents_->GetController().LoadURLWithParams(help_page_params);
601 web_contents_->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 138 for (std::set<content::WebContents*>::iterator iter = web_contents_.begin();
139 iter != web_contents_.end(); ++iter)
144 web_contents_.insert(content);
148 web_contents_.clear();
153 if (!web_contents_.empty())
154 web_contents_.erase(web_contents_.begin());
158 return web_contents_.empty();
178 std::set<content::WebContents*> web_contents_; // This class does not own member in class:RendererDetails
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.cc 92 browser_media_player_manager->web_contents_));
127 web_contents_(WebContents::FromRenderFrameHost(render_frame_host)),
172 if (WebContentsDelegate* delegate = web_contents_->GetDelegate())
173 delegate->ToggleFullscreenModeForTab(web_contents_, false);
176 web_contents_->GetRenderWidgetHostView())) {
215 web_contents_->GetRenderWidgetHostView())) {
337 RendererPreferences* prefs = web_contents_->GetMutableRendererPrefs();
363 if (!web_contents_)
380 client->OverrideCreateExternalVideoSurfaceContainer(web_contents_));
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view_browsertest.cc 82 content::WebContents* web_contents() { return web_contents_; }
93 content::WebContents* web_contents_; member in class:ExtensionInstallDialogViewTestBase
104 web_contents_(NULL) {
113 web_contents_ = browser()->tab_strip_model()->GetWebContentsAt(0);
115 install_prompt_ = new MockExtensionInstallPrompt(web_contents_);
  /external/chromium_org/content/browser/download/
drag_download_file.cc 46 web_contents_(web_contents),
51 DCHECK(web_contents_);
60 BrowserContext::GetDownloadManager(web_contents_->GetBrowserContext());
64 DownloadUrlParameters::FromWebContents(web_contents_, url_));
143 WebContents* web_contents_; member in class:content::DragDownloadFile::DragDownloadFileUI
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 49 web_contents_(web_contents),
258 !content::InterstitialPage::GetInterstitialPage(web_contents_)) {
267 content::NavigationController* controller = &web_contents_->GetController();
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 72 : web_contents_(web_contents),
131 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
134 // |web_contents_| might not be in a browser in case of v2 apps. In that case,
138 web_contents_->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/android/
context_menu_helper.cc 23 : web_contents_(web_contents) {
39 content::ContentViewCore::FromWebContents(web_contents_);
112 web_contents_,
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 153 web_contents_(web_contents),
201 g_web_contents_to_interstitial_page->find(web_contents_);
230 iter = g_web_contents_to_interstitial_page->find(web_contents_);
232 (*g_web_contents_to_interstitial_page)[web_contents_] = this;
309 g_web_contents_to_interstitial_page->find(web_contents_);
316 web_contents_ = NULL;
437 if (web_contents_)
438 return static_cast<WebContentsImpl*>(web_contents_)->GetAccessibilityMode();
523 CHECK(!web_contents_);
544 if (web_contents_) {
    [all...]
  /external/chromium_org/content/browser/media/
audio_stream_monitor.cc 30 : web_contents_(contents),
33 DCHECK(web_contents_);
149 web_contents_->NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);

Completed in 522 milliseconds

1 2 3 45 6 7 8 9