HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_ (Results 101 - 125 of 205) 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 44 WebContentsImpl* web_contents_; member in class:content::GestureNavSimple
gesture_nav_simple.cc 115 : web_contents_(web_contents),
163 return web_contents_->GetNativeView()->bounds();
173 NavigationControllerImpl& controller = web_contents_->GetController();
182 NavigationControllerImpl& controller = web_contents_->GetController();
203 aura::Window* window = web_contents_->GetNativeView();
  /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/chrome/browser/devtools/
devtools_ui_bindings.cc 181 : web_contents_(web_contents) {}
202 content::WebContents* web_contents_; member in class:__anon8076::DefaultBindingsDelegate
207 web_contents_->GetDelegate()->ActivateContents(web_contents_);
208 web_contents_->Focus();
215 Browser* browser = FindBrowser(web_contents_);
220 web_contents_->GetRenderViewHost()->ClosePage();
224 return InfoBarService::FromWebContents(web_contents_);
308 web_contents_(web_contents),
309 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:__anon8068::SelectFileDialog
213 : web_contents_(web_contents),
267 web_contents_);
314 web_contents_);
373 std::string file_system_id = RegisterFileSystem(web_contents_,
384 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
401 std::string file_system_id = RegisterFileSystem(web_contents_,
404 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
    [all...]
  /external/chromium_org/chrome/browser/media/
audio_stream_monitor_unittest.cc 47 web_contents_.reset(content::WebContents::Create(
49 web_contents_->SetDelegate(&mock_web_contents_delegate_);
52 // |web_contents_|, and override its clock with the test clock.
53 AudioStreamMonitor::CreateForWebContents(web_contents_.get());
59 return AudioStreamMonitor::FromWebContents(web_contents_.get());
99 NavigationStateChanged(web_contents_.get(),
137 scoped_ptr<content::WebContents> web_contents_; member in class:AudioStreamMonitorTest
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 254 web_contents_(web_contents),
318 return (!web_contents_->GetBrowserContext()->IsOffTheRecord() &&
319 web_contents_->GetURL().SchemeIs(url::kHttpScheme));
358 web_contents_->OpenURL(params);
378 web_contents_->OpenURL(params);
387 web_contents_->OpenURL(params);
413 if (web_contents_->GetController().CanGoBack()) {
414 web_contents_->GetController().GoBack();
416 web_contents_->GetController().LoadURL(
462 web_contents_->OpenURL(params)
    [all...]
  /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/ui/webui/memory_internals/
memory_internals_proxy.cc 135 for (std::set<content::WebContents*>::iterator iter = web_contents_.begin();
136 iter != web_contents_.end(); ++iter)
141 web_contents_.insert(content);
145 web_contents_.clear();
150 if (!web_contents_.empty())
151 web_contents_.erase(web_contents_.begin());
155 return web_contents_.empty();
175 std::set<content::WebContents*> web_contents_; // This class does not own member in class:RendererDetails
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 117 web_contents_(web_contents),
152 ZoomController::FromWebContents(web_contents_);
199 ShowBubble(zoom_bubble_->web_contents_, false);
205 chrome_page_zoom::Zoom(web_contents_, content::PAGE_ZOOM_RESET);
213 ZoomController::FromWebContents(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/dom_distiller/
tab_utils.cc 66 content::WebContents* web_contents_; member in class:__anon8085::SelfDeletingRequestDelegate
86 : web_contents_(web_contents) {
87 content::WebContentsObserver::Observe(web_contents_);
  /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/media/android/
browser_media_player_manager.cc 94 browser_media_player_manager->web_contents_));
131 web_contents_(WebContents::FromRenderFrameHost(render_frame_host)),
176 if (WebContentsDelegate* delegate = web_contents_->GetDelegate())
177 delegate->ToggleFullscreenModeForTab(web_contents_, false);
182 web_contents_->GetRenderWidgetHostView())) {
224 web_contents_->GetRenderWidgetHostView())) {
341 RendererPreferences* prefs = web_contents_->GetMutableRendererPrefs();
367 if (!web_contents_)
384 client->OverrideCreateExternalVideoSurfaceContainer(web_contents_));
421 web_contents_->GetRenderWidgetHostView()))
    [all...]
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 105 content::WebContents* web_contents = web_contents_.release();
113 content::WebContents* web_contents = web_contents_.release();
134 : web_contents_(web_contents),
157 if (web_contents_ &&
158 frame_id == web_contents_->GetMainFrame()->GetRoutingID()) {
165 content::WebContents* web_contents_; member in class:dom_distiller::WebContentsMainFrameHelper
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.cc 30 web_contents_(web_contents) {
52 new PrintManager(web_contents_, print_settings_.get(), fd, this));
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.cc 42 web_contents_(web_contents),
76 web_modal::WebContentsModalDialogManager::FromWebContents(web_contents_);
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 44 content::WebContents* web_contents() { return web_contents_.get(); }
108 scoped_ptr<content::WebContents> web_contents_; member in class:PanelHost
  /external/chromium_org/content/browser/web_contents/
web_contents_view_mac.h 122 WebContentsImpl* web_contents() { return web_contents_; }
130 WebContentsImpl* web_contents_; member in class:content::WebContentsViewMac
  /external/chromium_org/apps/
app_window_contents.h 72 scoped_ptr<content::WebContents> web_contents_; member in class:apps::AppWindowContentsImpl
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.h 72 scoped_ptr<content::WebContents> web_contents_; member in class:AshPanelContents
  /external/chromium_org/chrome/browser/extensions/
location_bar_controller.h 94 content::WebContents* web_contents_; member in class:extensions::LocationBarController

Completed in 827 milliseconds

1 2 3 45 6 7 8 9