/external/chromium/chrome/browser/ |
D | tab_restore_uitest.cc | 149 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/ |
D | extension_devtools_bridge.cc | 119 void ExtensionDevToolsBridge::TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument 120 DCHECK_EQ(profile_, new_tab->profile()); in TabReplaced()
|
D | extension_devtools_bridge.h | 34 virtual void TabReplaced(TabContentsWrapper* new_tab);
|
/external/chromium/chrome/browser/debugger/ |
D | inspectable_tab_proxy.cc | 51 void DevToolsClientHostImpl::TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument 53 id_ = new_tab->controller().session_id().id(); in TabReplaced()
|
D | devtools_client_host.h | 55 virtual void TabReplaced(TabContentsWrapper* new_tab) = 0;
|
D | devtools_window.cc | 132 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()
|
D | inspectable_tab_proxy.h | 79 virtual void TabReplaced(TabContentsWrapper* new_tab);
|
D | devtools_manager.cc | 260 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()
|
D | devtools_manager_unittest.cc | 43 virtual void TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
|
D | devtools_window.h | 43 virtual void TabReplaced(TabContentsWrapper* new_tab);
|
D | devtools_manager.h | 88 void TabReplaced(TabContentsWrapper* old_tab, TabContentsWrapper* new_tab);
|
D | devtools_http_protocol_handler.cc | 65 virtual void TabReplaced(TabContentsWrapper* new_tab) { in TabReplaced() argument
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | storage.c | 259 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 …]
|
D | readdwarf.c | 87 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/ |
D | geolocation_permission_context_unittest.cc | 151 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/ |
D | instant_browsertest.cc | 507 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/ |
D | libhb_core.c | 2706 /*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/ |
D | browser.cc | 1067 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/ |
D | tab_strip_model.cc | 1230 TabContentsWrapper* new_tab = in NotifySelectionChanged() local 1234 TabSelectedAt(old_tab, new_tab, active_index(), true)); in NotifySelectionChanged()
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.css | 2 /* This is needed because of chrome://theme/css/new_tab.css */
|