Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dweb_navigation_api_helpers.h71 content::WebContents* old_web_contents,
Dweb_navigation_api_helpers.cc225 content::WebContents* old_web_contents, in DispatchOnTabReplaced() argument
231 ExtensionTabUtil::GetTabId(old_web_contents)); in DispatchOnTabReplaced()
/external/chromium_org/chrome/browser/prerender/
Dprerender_manager.cc638 WebContents* old_web_contents = web_contents; in SwapInternal() local
640 DCHECK(old_web_contents); in SwapInternal()
646 &old_web_contents->GetController(), in SwapInternal()
648 CoreTabHelper::FromWebContents(old_web_contents)->delegate()-> in SwapInternal()
649 SwapTabContents(old_web_contents, new_web_contents); in SwapInternal()
678 if (old_web_contents->NeedToFireBeforeUnload()) { in SwapInternal()
682 new OnCloseWebContentsDeleter(this, old_web_contents)); in SwapInternal()
683 old_web_contents->GetRenderViewHost()-> in SwapInternal()
687 ScheduleDeleteOldWebContents(old_web_contents, NULL); in SwapInternal()
/external/chromium_org/chrome/browser/printing/
Dprint_preview_dialog_controller_browsertest.cc72 WebContents* old_web_contents, in DidCloneToNewWebContents() argument
/external/chromium_org/chrome/browser/extensions/
Dtab_helper.h181 content::WebContents* old_web_contents,
Dtab_helper.cc285 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
/external/chromium_org/content/public/browser/
Dweb_contents_observer.h285 virtual void DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager_unittest.cc1322 scoped_ptr<content::WebContents> old_web_contents; in TEST_F() local
1323 old_web_contents.reset(browser()->tab_strip_model()->GetActiveWebContents()); in TEST_F()
1328 old_web_contents->GetController().GetSessionStorageNamespaceMap()); in TEST_F()
1332 .CopyStateFrom(old_web_contents->GetController()); in TEST_F()
1336 old_web_contents.get()); in TEST_F()
1347 old_web_contents.reset(); in TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc1174 content::WebContents* old_web_contents = in TEST_F() local
1180 old_web_contents->GetController().GetSessionStorageNamespaceMap()); in TEST_F()
1184 .CopyStateFrom(old_web_contents->GetController()); in TEST_F()
1188 browser()->tab_strip_model()->GetIndexOfWebContents(old_web_contents); in TEST_F()
1199 delete old_web_contents; in TEST_F()
/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller_state_unittest.cc470 scoped_ptr<content::WebContents> old_web_contents( in TEST_F() local
/external/chromium_org/chrome/browser/sessions/
Dsession_restore_browsertest.cc1139 scoped_ptr<content::WebContents> old_web_contents( in IN_PROC_BROWSER_TEST_F() local