Searched refs:old_web_contents (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
D | web_navigation_api_helpers.h | 71 content::WebContents* old_web_contents,
|
D | web_navigation_api_helpers.cc | 225 content::WebContents* old_web_contents, in DispatchOnTabReplaced() argument 231 ExtensionTabUtil::GetTabId(old_web_contents)); in DispatchOnTabReplaced()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_manager.cc | 638 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/ |
D | print_preview_dialog_controller_browsertest.cc | 72 WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/chrome/browser/extensions/ |
D | tab_helper.h | 181 content::WebContents* old_web_contents,
|
D | tab_helper.cc | 285 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/content/public/browser/ |
D | web_contents_observer.h | 285 virtual void DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
D | sessions_sync_manager_unittest.cc | 1322 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/ |
D | profile_sync_service_session_unittest.cc | 1174 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/ |
D | fullscreen_controller_state_unittest.cc | 470 scoped_ptr<content::WebContents> old_web_contents( in TEST_F() local
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 1139 scoped_ptr<content::WebContents> old_web_contents( in IN_PROC_BROWSER_TEST_F() local
|