Searched defs:new_web_contents (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_android.cc34 content::WebContents* new_web_contents = content::WebContents::Create( local
37 new_web_contents->GetController().Restore(
45 current_tab->SwapTabContents(web_contents, new_web_contents, false, false);
50 tab_model->CreateTab(new_web_contents, current_tab->GetAndroidId());
52 return new_web_contents;
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc54 void InstantPage::SetContents(content::WebContents* new_web_contents) { argument
57 if (!new_web_contents)
60 Observe(new_web_contents);
/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils.cc141 content::WebContents* new_web_contents = local
143 DCHECK(new_web_contents);
146 new_web_contents->GetController().CopyStateFrom(
153 StartNavigationToDistillerViewer(new_web_contents,
157 old_web_contents, new_web_contents, false, false);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.cc225 content::WebContents* new_web_contents) {
232 ExtensionTabUtil::GetTabId(new_web_contents));
222 DispatchOnTabReplaced( content::WebContents* old_web_contents, content::BrowserContext* browser_context, content::WebContents* new_web_contents) argument
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc474 content::WebContents* new_web_contents = content::WebContents::Create( local
478 0, new_web_contents));
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc464 WebContents* new_web_contents = new_web_contents_observer.GetWebContents(); local
465 WaitForLoadStop(new_web_contents);
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_browsertest.cc1450 WebContentsImpl* new_web_contents = static_cast<WebContentsImpl*>( local
1452 SiteInstance* site_instance2 = new_web_contents->GetSiteInstance();
1456 RenderViewHost* initial_rvh = new_web_contents->
1466 EXPECT_EQ(new_web_contents->GetSiteInstance(), site_instance1);
1468 new_web_contents->GetRenderViewHost()->GetEnabledBindings());
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc128 scoped_ptr<content::WebContents> new_web_contents) {
132 wc_owner_ = new_web_contents.Pass();
127 SwapWebContents( scoped_ptr<content::WebContents> new_web_contents) argument
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.cc281 WebContents* new_web_contents) {
284 CreateForWebContents(new_web_contents);
285 TabHelper* new_helper = FromWebContents(new_web_contents);
280 DidCloneToNewWebContents(WebContents* old_web_contents, WebContents* new_web_contents) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h279 WebContents* new_web_contents) {}
278 DidCloneToNewWebContents(WebContents* old_web_contents, WebContents* new_web_contents) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc282 WebContents* new_web_contents) OVERRIDE {
283 Observe(new_web_contents); variable
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc1797 WebContents* new_web_contents = WebContents::CreateWithSessionStorage( local
1800 SessionTabHelper::CreateForWebContents(new_web_contents);
1801 TabContentsSyncedTabDelegate::CreateForWebContents(new_web_contents);
1802 new_web_contents->GetController()
1808 browser()->tab_strip_model()->ReplaceWebContentsAt(index, new_web_contents);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc484 WebContents* new_web_contents = SwapInternal( local
487 if (!new_web_contents)
491 params->target_contents = new_web_contents;
521 if (WebContents* new_web_contents =
523 if (web_contents == new_web_contents)
531 if (!new_web_contents->GetController().CanPruneAllButLastCommitted()) {
633 WebContents* new_web_contents = local
636 DCHECK(new_web_contents);
640 new_web_contents->GetController().CopyStateFromAndPrune(
645 new_web_contents,
1193 WebContents* new_web_contents = local
[all...]

Completed in 482 milliseconds