HomeSort by relevance Sort by last modified time
    Searched defs:new_tab (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 151 TestTabContentsWithPendingInfoBar* new_tab = local
153 new_tab->controller().LoadURL(url, GURL(), PageTransition::TYPED);
154 static_cast<TestRenderViewHost*>(new_tab->render_manager()->current_host())->
156 extra_tabs_.push_back(new_tab);
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 507 TabContentsWrapper* new_tab = browser()->instant()->GetPreviewContents(); local
508 ASSERT_TRUE(new_tab);
509 ASSERT_NE(new_tab, initial_tab);
511 new_tab->tab_contents()->GetRenderWidgetHostView();
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 235 DiSym* new_tab; local
243 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
247 new_tab[i] = di->symtab[i];
250 di->symtab = new_tab;
264 DiSym* new_tab; local
268 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkSym",
270 VG_(memcpy)(new_tab, di->symtab, new_sz * sizeof(DiSym));
273 di->symtab = new_tab;
283 DiLoc* new_tab; local
291 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1"
312 DiLoc* new_tab; local
426 DiCfSI* new_tab; local
    [all...]
readdwarf.c 87 Word* new_tab; local
101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
102 vg_assert(new_tab != NULL);
104 new_tab[i] = wa->tab[i];
108 wa->tab = new_tab;
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 1230 TabContentsWrapper* new_tab = local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 1067 TabContents* new_tab = wrapper->tab_contents(); local
1283 TabContents* new_tab = GetOrCloneTabForDisposition(disposition); local
    [all...]

Completed in 440 milliseconds