Home
last modified time | relevance | path

Searched refs:DidCloneToNewWebContents (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/printing/
Dprint_preview_dialog_controller_browsertest.cc71 virtual void DidCloneToNewWebContents( in DidCloneToNewWebContents() function in PrintPreviewDialogClonedObserver
/external/chromium_org/chrome/browser/extensions/
Dtab_helper.h180 virtual void DidCloneToNewWebContents(
Dtab_helper.cc285 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() function in extensions::TabHelper
/external/chromium_org/content/public/browser/
Dweb_contents_observer.h285 virtual void DidCloneToNewWebContents(WebContents* old_web_contents, in DidCloneToNewWebContents() function
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc1020 DidCloneToNewWebContents(this, tc)); in Clone()