HomeSort by relevance Sort by last modified time
    Searched defs:web_contents (Results 276 - 300 of 317) sorted by null

<<111213

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 35 #include "content/public/browser/web_contents.h"
374 content::WebContents* web_contents,
380 this, new ChromeSelectFilePolicy(web_contents));
381 gfx::NativeWindow owning_window = web_contents ?
382 platform_util::GetTopLevel(web_contents->GetNativeView()) :
490 content::WebContents* web_contents = NULL; local
501 web_contents = app_window->web_contents();
503 web_contents = GetAssociatedWebContents();
510 this, web_contents, initial_path_, file_type_info, picker_type)
621 content::WebContents* web_contents = app_window->web_contents(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 40 #include "content/public/browser/web_contents.h"
353 content::WebContents* web_contents = GetAssociatedWebContents(); local
354 if (!web_contents) // The browser window has gone away.
356 install_prompt_.reset(new ExtensionInstallPrompt(web_contents));
644 content::WebContents* web_contents = GetAssociatedWebContents(); local
645 if (!web_contents) {
665 web_contents,
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc 42 #include "content/public/browser/web_contents.h"
138 base::string16 GetApplicationTitle(content::WebContents* web_contents,
146 GURL url = web_contents->GetURL();
194 // Find browser or app window from a given |web_contents|.
196 content::WebContents* web_contents) {
197 Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
203 web_contents->GetBrowserContext())->app_windows();
207 if ((*iter)->web_contents() == web_contents)
325 content::WebContents* web_contents local
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 40 #include "content/public/browser/web_contents.h"
135 SignInObserver(content::WebContents* web_contents,
138 : WebContentsObserver(web_contents),
163 if (web_contents())
164 web_contents()->Close();
391 WebContents* web_contents = web_ui()->GetWebContents(); local
392 if (web_contents)
393 DevToolsWindow::OpenDevToolsWindow(web_contents);
728 content::WebContents* web_contents = local
736 new SignInObserver(web_contents, cloud_devices::GetCloudPrintURL()
    [all...]
print_preview_pdf_generated_browsertest.cc 37 #include "content/public/browser/web_contents.h"
267 WebContents* web_contents = GetDialog(); local
268 ASSERT_TRUE(web_contents);
269 Observe(web_contents);
  /external/chromium_org/chrome/browser/ui/webui/options/
website_settings_handler.cc 20 #include "content/public/browser/web_contents.h"
728 content::WebContents* web_contents = model->GetWebContentsAt(idx); local
734 if (web_contents->GetLastCommittedURL().GetOrigin() != site_url ||
736 Profile::FromBrowserContext(web_contents->GetBrowserContext())) {
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 194 content::WebContents* web_contents = controller->GetWebContents(); local
195 if (web_contents != active_web_contents())
196 web_contents_stack_.push_back(web_contents);
198 app_web_content_ = web_contents;
621 content::WebContents* web_contents, const std::string& script) {
624 web_contents,
633 content::WebContents* web_contents, const std::string& script) {
636 web_contents,
645 content::WebContents* web_contents, const std::string& script) {
648 web_contents,
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 20 #include "content/browser/web_contents/web_contents_impl.h"
193 WebContents* web_contents = RenderViewHostImplTestHarness::web_contents(); variable
194 ASSERT_TRUE(web_contents); // The WebContents should be created by now. variable
195 WebContentsObserver::Observe(web_contents);
    [all...]
render_frame_host_manager_unittest.cc 93 virtual void BeforeUnloadFired(WebContents* web_contents,
171 PluginFaviconMessageObserver(WebContents* web_contents)
172 : WebContentsObserver(web_contents),
205 explicit FrameLifetimeConsistencyChecker(WebContentsImpl* web_contents)
206 : WebContentsObserver(web_contents) {
207 RenderViewCreated(web_contents->GetRenderViewHost());
208 RenderFrameCreated(web_contents->GetMainFrame());
674 WebContents* web_contents)
677 web_contents_(web_contents) {}
706 // Create one more tab and navigate to kUrl1. web_contents is no
709 TestWebContents* web_contents = local
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 588 WebContents* web_contents() const { return web_contents_.get(); } function in class:content::__anon11877::WebContentsVideoCaptureDeviceTest
656 ASSERT_NE(capture_preferred_size, web_contents()->GetPreferredSize());
674 EXPECT_EQ(capture_preferred_size, web_contents()->GetPreferredSize());
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 5 #include "content/browser/web_contents/web_contents_view_aura.h"
19 #include "content/browser/web_contents/web_contents_impl.h"
20 #include "content/browser/web_contents/web_contents_view.h"
259 WebContentsImpl* web_contents = local
260 static_cast<WebContentsImpl*>(shell()->web_contents());
261 NavigationControllerImpl* controller = &web_contents->GetController();
275 WebContentsImpl* web_contents = local
276 static_cast<WebContentsImpl*>(shell()->web_contents());
277 NavigationController& controller = web_contents->GetController();
278 RenderFrameHost* main_frame = web_contents->GetMainFrame()
361 WebContentsImpl* web_contents = local
469 WebContentsImpl* web_contents = local
567 WebContentsImpl* web_contents = local
672 WebContentsImpl* web_contents = local
735 WebContentsImpl* web_contents = local
778 WebContentsImpl* web_contents = local
799 WebContentsImpl* web_contents = local
832 WebContentsImpl* web_contents = local
885 WebContentsImpl* web_contents = local
934 WebContentsImpl* web_contents = local
1025 WebContentsImpl* web_contents = local
    [all...]
  /external/chromium_org/extensions/browser/
process_manager.cc 24 #include "content/public/browser/web_contents.h"
147 explicit RenderViewHostDestructionObserver(WebContents* web_contents)
148 : WebContentsObserver(web_contents) {
149 BrowserContext* context = web_contents->GetBrowserContext();
399 WebContents* web_contents = WebContents::FromRenderViewHost(render_view_host);
400 all_extension_views_[render_view_host] = GetViewType(web_contents);
465 WebContents* web_contents = local
467 ViewType view_type = GetViewType(web_contents);
792 WebContents* web_contents = agent_host->GetWebContents(); local
794 if (!web_contents || web_contents->GetBrowserContext() != GetBrowserContext()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 48 #include "content/public/browser/web_contents.h"
488 content::WebContents* web_contents = local
490 ViewType host_type = GetViewType(web_contents);
497 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
499 web_contents->GetURL(),
521 content::WebContents* web_contents = (*it)->web_contents(); local
522 RenderViewHost* host = web_contents->GetRenderViewHost();
525 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
527 web_contents->GetURL()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 242 content::WebContents* web_contents = variable
245 if (web_contents->GetURL() == url_) {
249 GuestViewBase* guest = GuestViewBase::FromWebContents(web_contents);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 66 #include "content/public/browser/web_contents.h"
884 WebContents* web_contents = tab_strip->GetWebContentsAt(i); local
904 if (!title.empty() && !MatchPattern(web_contents->GetTitle(),
909 !url_patterns.MatchesURL(web_contents->GetURL()))
912 if (loading_status_set && loading != web_contents->IsLoading())
916 web_contents, tab_strip, i, extension()));
1384 WebContents* web_contents = local
1439 content::WebContents* web_contents = NULL; local
1797 content::WebContents* web_contents = NULL; local
1824 WebContents* web_contents = GetWebContents(tab_id); local
1852 WebContents* web_contents = GetWebContents(tab_id); local
1872 WebContents* web_contents = GetWebContents(tab_id); local
1922 WebContents* web_contents = GetWebContents(tab_id); local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 50 #include "content/public/browser/web_contents.h"
331 WebContents* web_contents = content::Source<WebContents>(source).ptr(); local
334 GetRenderWidgetHost(&web_contents->GetController());
337 HandleTabClosedOrLoaded(&web_contents->GetController());
436 WebContents* web_contents = tab->GetWebContents(); local
437 if (web_contents) {
439 web_contents->GetRenderWidgetHostView();
647 WebContents* web_contents; local
650 web_contents = chrome::ReplaceRestoredTab(browser,
660 web_contents = chrome::AddRestoredTab
1038 WebContents* web_contents = local
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 431 content::WebContents* web_contents = controller_->GetWebContents(); local
432 *title = web_contents->GetTitle();
433 *favicon = FaviconTabHelper::FromWebContents(web_contents)->GetFavicon();
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 36 #include "content/public/browser/web_contents.h"
113 content::WebContents* web_contents = panel_->GetWebContents();
114 if (!web_contents)
120 SessionTabHelper::IdForTab(web_contents));
124 SessionTabHelper::IdForWindowContainingTab(web_contents));
126 extensions::tabs_constants::kUrlKey, web_contents->GetURL().spec());
129 web_contents->IsLoading()));
136 extensions::tabs_constants::kTitleKey, web_contents->GetTitle());
139 web_contents->GetBrowserContext()->IsOffTheRecord());
192 return panel_host_.get() ? panel_host_->web_contents() : NULL
533 content::WebContents* web_contents = GetWebContents(); local
590 content::WebContents* web_contents = GetWebContents(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 79 #include "content/public/browser/web_contents.h"
242 content::WebContents* web_contents = tab_util::GetWebContentsByID(child_id, local
244 if (!web_contents)
247 OneClickSigninHelper::RedirectToNtpOrAppsPage(web_contents, source);
451 web_contents()->GetController().GetLastCommittedEntryIndex();
465 content::NavigationController* nc = &web_contents()->GetController();
467 Profile::FromBrowserContext(web_contents()->GetBrowserContext()),
495 web_contents(NULL),
507 content::WebContents* web_contents,
518 web_contents(web_contents)
1053 content::WebContents* web_contents = tab_util::GetWebContentsByID(child_id, local
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 28 #include "content/public/browser/web_contents.h"
67 DeletionObserver(CloseTracker* parent, WebContents* web_contents)
68 : WebContentsObserver(web_contents),
109 WebContents* web_contents = observer->web_contents(); local
112 return web_contents;
139 WebContents* web_contents() { return contents_; } function in class:TabStripModel::WebContentsData
226 DCHECK_EQ(contents_, web_contents());
230 int index = tab_strip_model_->GetIndexOfWebContents(web_contents());
524 if (contents_data_[i]->web_contents() == contents
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 31 #include "content/public/browser/web_contents.h"
203 void OmniboxViewViews::OnTabChanged(const content::WebContents* web_contents) {
207 web_contents->GetUserData(&OmniboxState::kKey));
578 content::WebContents* web_contents) {
580 profile(), web_contents, match); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 22 #include "content/public/browser/web_contents.h"
1026 content::WebContents* web_contents = panel_->GetWebContents(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 707 content::WebContents* web_contents = local
709 if (!web_contents)
711 return extensions::TabHelper::FromWebContents(web_contents)->
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 72 #include "content/public/browser/web_contents.h"
701 web_contents()->GetRenderViewHost();
1362 WebContents* web_contents = WebContents::FromRenderViewHost(host); local
1397 WebContents* web_contents = (*it)->web_contents(); local
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 25 #include "content/browser/web_contents/web_contents_impl.h"
38 #include "content/public/browser/web_contents.h"
401 WebContents* web_contents = WebContents::FromRenderViewHost(host_);
402 if (web_contents) {
404 web_contents->GetDelegate()->GetJavaScriptDialogManager();
406 web_contents, accept, prompt_override_ptr)) {
429 WebContents* web_contents = WebContents::FromRenderViewHost(host_);
430 if (web_contents) {
431 web_contents->GetController()
446 WebContents* web_contents = WebContents::FromRenderViewHost(host_)
1330 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
    [all...]

Completed in 1532 milliseconds

<<111213