Home
last modified time | relevance | path

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

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