/external/chromium_org/chrome/browser/dom_distiller/ |
D | tab_utils.cc | 136 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()
|
D | tab_utils.h | 15 void DistillCurrentPageAndView(content::WebContents* old_web_contents);
|
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
D | web_navigation_api_helpers.h | 62 content::WebContents* old_web_contents,
|
D | web_navigation_api_helpers.cc | 223 content::WebContents* old_web_contents, in DispatchOnTabReplaced() argument 229 ExtensionTabUtil::GetTabId(old_web_contents)); in DispatchOnTabReplaced()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_manager.cc | 635 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/ |
D | webview.cc | 131 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/ |
D | print_preview_dialog_controller_browsertest.cc | 69 WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
D | print_preview_pdf_generated_browsertest.cc | 281 WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/chrome/browser/extensions/ |
D | tab_helper.h | 154 content::WebContents* old_web_contents,
|
D | tab_helper.cc | 280 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/content/public/browser/ |
D | web_contents_observer.h | 278 virtual void DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() argument
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | sessions_sync_manager_unittest.cc | 1793 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/ |
D | fullscreen_controller_state_unittest.cc | 476 scoped_ptr<content::WebContents> old_web_contents( in TEST_F() local
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 1185 scoped_ptr<content::WebContents> old_web_contents( in IN_PROC_BROWSER_TEST_F() local
|