Searched refs:old_web_contents (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils.h15 void DistillCurrentPageAndView(content::WebContents* old_web_contents);
H A Dtab_utils.cc136 void DistillCurrentPageAndView(content::WebContents* old_web_contents) { argument
137 DCHECK(old_web_contents);
140 old_web_contents->GetBrowserContext());
147 old_web_contents->GetController());
154 old_web_contents->GetLastCommittedURL());
156 CoreTabHelper::FromWebContents(old_web_contents)->delegate()->SwapTabContents(
157 old_web_contents, new_web_contents, false, false);
159 StartDistillation(old_web_contents);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.h62 content::WebContents* old_web_contents,
H A Dweb_navigation_api_helpers.cc223 content::WebContents* old_web_contents,
229 ExtensionTabUtil::GetTabId(old_web_contents));
222 DispatchOnTabReplaced( content::WebContents* old_web_contents, content::BrowserContext* browser_context, content::WebContents* new_web_contents) argument
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc131 scoped_ptr<content::WebContents> old_web_contents(wc_owner_.Pass());
136 return old_web_contents.Pass();
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.h154 content::WebContents* old_web_contents,
H A Dtab_helper.cc280 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents, argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_dialog_controller_browsertest.cc69 WebContents* old_web_contents,
H A Dprint_preview_pdf_generated_browsertest.cc281 WebContents* old_web_contents,
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h278 virtual void DidCloneToNewWebContents(WebContents* old_web_contents, argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc635 WebContents* old_web_contents = web_contents; local
637 DCHECK(old_web_contents);
641 &old_web_contents->GetController(),
643 CoreTabHelper::FromWebContents(old_web_contents)->delegate()->
644 SwapTabContents(old_web_contents,
658 if (old_web_contents->NeedToFireBeforeUnload()) {
662 new OnCloseWebContentsDeleter(this, old_web_contents));
663 old_web_contents->DispatchBeforeUnload(false);
666 ScheduleDeleteOldWebContents(old_web_contents, NULL);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc1793 scoped_ptr<content::WebContents> old_web_contents; local
1794 old_web_contents.reset(browser()->tab_strip_model()->GetActiveWebContents());
1799 old_web_contents->GetController().GetSessionStorageNamespaceMap());
1803 .CopyStateFrom(old_web_contents->GetController());
1807 old_web_contents.get());
1818 old_web_contents.reset();
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc476 scoped_ptr<content::WebContents> old_web_contents(
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc1185 scoped_ptr<content::WebContents> old_web_contents(
1190 // old_web_contents goes out of scope.

Completed in 228 milliseconds