Home
last modified time | relevance | path

Searched refs:new_tab (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/
Dtab_restore_uitest.cc149 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F() local
150 ASSERT_TRUE(new_tab.get()); in TEST_F()
152 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, new_tab->NavigateToURL(url1_)); in TEST_F()
154 ASSERT_TRUE(new_tab->Close(true)); in TEST_F()
155 new_tab = NULL; in TEST_F()
180 scoped_refptr<TabProxy> new_tab(browser_proxy->GetTab(closed_tab_index)); in TEST_F() local
181 ASSERT_TRUE(new_tab.get()); in TEST_F()
183 ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, new_tab->NavigateToURL(url1_)); in TEST_F()
185 ASSERT_TRUE(new_tab->Close(true)); in TEST_F()
186 new_tab = NULL; in TEST_F()
[all …]
/external/chromium/chrome/browser/extensions/
Dextension_devtools_bridge.cc119 void ExtensionDevToolsBridge::TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
120 DCHECK_EQ(profile_, new_tab->profile()); in TabReplaced()
Dextension_devtools_bridge.h34 virtual void TabReplaced(TabContentsWrapper* new_tab);
/external/chromium/chrome/browser/debugger/
Dinspectable_tab_proxy.cc51 void DevToolsClientHostImpl::TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
53 id_ = new_tab->controller().session_id().id(); in TabReplaced()
Ddevtools_client_host.h55 virtual void TabReplaced(TabContentsWrapper* new_tab) = 0;
Ddevtools_window.cc132 void DevToolsWindow::TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
133 DCHECK_EQ(profile_, new_tab->profile()); in TabReplaced()
134 inspected_tab_ = new_tab->tab_contents(); in TabReplaced()
Dinspectable_tab_proxy.h79 virtual void TabReplaced(TabContentsWrapper* new_tab);
Ddevtools_manager.cc260 TabContentsWrapper* new_tab) { in TabReplaced() argument
269 client_host->TabReplaced(new_tab); in TabReplaced()
270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host()); in TabReplaced()
Ddevtools_manager_unittest.cc43 virtual void TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
Ddevtools_window.h43 virtual void TabReplaced(TabContentsWrapper* new_tab);
Ddevtools_manager.h88 void TabReplaced(TabContentsWrapper* old_tab, TabContentsWrapper* new_tab);
Ddevtools_http_protocol_handler.cc65 virtual void TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c259 DiSym* new_tab; in ML_() local
270 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1", in ML_()
274 new_tab[i] = di->symtab[i]; in ML_()
277 di->symtab = new_tab; in ML_()
291 DiLoc* new_tab; in addLoc() local
299 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1", in addLoc()
303 new_tab[i] = di->loctab[i]; in addLoc()
306 di->loctab = new_tab; in addLoc()
322 DiLoc* new_tab; in shrinkLocTab() local
327 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab", in shrinkLocTab()
[all …]
Dreaddwarf.c87 Word* new_tab; in addto_WordArray() local
101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word)); in addto_WordArray()
102 vg_assert(new_tab != NULL); in addto_WordArray()
104 new_tab[i] = wa->tab[i]; in addto_WordArray()
108 wa->tab = new_tab; in addto_WordArray()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_permission_context_unittest.cc151 TestTabContentsWithPendingInfoBar* new_tab = in AddNewTab() local
153 new_tab->controller().LoadURL(url, GURL(), PageTransition::TYPED); in AddNewTab()
154 static_cast<TestRenderViewHost*>(new_tab->render_manager()->current_host())-> in AddNewTab()
156 extra_tabs_.push_back(new_tab); in AddNewTab()
/external/chromium/chrome/browser/instant/
Dinstant_browsertest.cc507 TabContentsWrapper* new_tab = browser()->instant()->GetPreviewContents(); in IN_PROC_BROWSER_TEST_F() local
508 ASSERT_TRUE(new_tab); in IN_PROC_BROWSER_TEST_F()
509 ASSERT_NE(new_tab, initial_tab); in IN_PROC_BROWSER_TEST_F()
511 new_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F()
/external/valgrind/main/helgrind/
Dlibhb_core.c2706 /*MOD*/XArray* /* of VtsTE */ new_tab, in remap_VtsID()
2717 new_te = VG_(indexXA)( new_tab, new_id ); in remap_VtsID()
2724 /*MOD*/XArray* /* of VtsTE */ new_tab, in remap_VtsIDs_in_SVal()
2733 remap_VtsID( old_tab, new_tab, &rMin ); in remap_VtsIDs_in_SVal()
2734 remap_VtsID( old_tab, new_tab, &wMin ); in remap_VtsIDs_in_SVal()
2872 XArray* /* of VtsTE */ new_tab in vts_tab__do_GC() local
2971 Word j = VG_(addToXA)( new_tab, &new_te ); in vts_tab__do_GC()
3024 remap_VtsIDs_in_SVal(vts_tab, new_tab, &lineZ->dict[j]); in vts_tab__do_GC()
3032 remap_VtsIDs_in_SVal(vts_tab, new_tab, &lineF->w64s[j]); in vts_tab__do_GC()
3052 remap_VtsID( vts_tab, new_tab, &hbthr->viR ); in vts_tab__do_GC()
[all …]
/external/chromium/chrome/browser/ui/
Dbrowser.cc1067 TabContents* new_tab = wrapper->tab_contents(); in AddRestoredTab() local
1069 new_tab->controller().RestoreFromState(navigations, selected_navigation, in AddRestoredTab()
1089 new_tab->view()->SizeContents(window_->GetRestoredBounds().size()); in AddRestoredTab()
1090 new_tab->HideContents(); in AddRestoredTab()
1095 session_service->TabRestored(&new_tab->controller(), pin); in AddRestoredTab()
1097 return new_tab; in AddRestoredTab()
1283 TabContents* new_tab = GetOrCloneTabForDisposition(disposition); in GoBack() local
1287 (new_tab != current_tab->tab_contents())) in GoBack()
1289 new_tab->controller().GoBack(); in GoBack()
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.cc1230 TabContentsWrapper* new_tab = in NotifySelectionChanged() local
1234 TabSelectedAt(old_tab, new_tab, active_index(), true)); in NotifySelectionChanged()
/external/chromium/chrome/browser/resources/
Dnew_new_tab.css2 /* This is needed because of chrome://theme/css/new_tab.css */