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

  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_browsertest.cc 296 content::WebContents* new_tab = local
298 EXPECT_NE(base_tab, new_tab);
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 160 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point); local
161 if (!new_tab)
164 int new_index = tab_strip->GetModelIndexOfTab(new_tab);
192 new_tab->hover_controller()->Show(views::GlowHoverController::PRONOUNCED);
197 views::View::ConvertPointToTarget(tab_strip, new_tab, &hover_point);
198 new_tab->hover_controller()->SetLocation(hover_point);
  /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/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 205 content::WebContents* new_tab = content::WebContents::Create( local
207 new_tab->GetController().LoadURL(
209 content::RenderViewHostTester::For(new_tab->GetRenderViewHost())->
213 extensions::SetViewType(new_tab, extensions::VIEW_TYPE_TAB_CONTENTS);
214 InfoBarService::CreateForWebContents(new_tab);
216 extra_tabs_.push_back(new_tab);
  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 162 SessionTab* new_tab = new SessionTab(); local
163 new_tab->navigations.resize(tab.navigations.size());
165 new_tab->navigations.begin());
166 new_window->tabs.push_back(new_tab);
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 129 Shell* new_tab = has_used_first_shell_ ? CreateBrowser() : shell(); local
131 tabs_.insert(new_tab);
132 visible_tabs_.insert(new_tab);
133 return new_tab;
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 657 const content::WebContents* new_tab = local
659 EXPECT_EQ(webui_url, new_tab->GetURL());
661 new_tab->GetRenderViewHost()->GetEnabledBindings());
674 const content::WebContents* new_tab = local
676 EXPECT_EQ(webui_url, new_tab->GetURL());
678 new_tab->GetRenderViewHost()->GetEnabledBindings());
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 1230 TabContentsWrapper* new_tab = local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 335 WebContents* new_tab = GetOrCloneTabForDisposition(browser, disposition); local
338 if (current_tab->ShowingInterstitialPage() && new_tab != current_tab)
340 new_tab->GetController().GoBack();
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 259 DiSym* new_tab; local
270 new_tab = ML_(dinfo_zalloc)( "di.storage.addSym.1",
274 new_tab[i] = di->symtab[i];
277 di->symtab = new_tab;
291 DiLoc* new_tab; local
299 new_tab = ML_(dinfo_zalloc)( "di.storage.addLoc.1",
303 new_tab[i] = di->loctab[i];
306 di->loctab = new_tab;
322 DiLoc* new_tab; local
327 new_tab = ML_(dinfo_zalloc)( "di.storage.shrinkLocTab",
444 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/ui/
browser.cc 1067 TabContents* new_tab = wrapper->tab_contents(); local
1283 TabContents* new_tab = GetOrCloneTabForDisposition(disposition); local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 2872 XArray* \/* of VtsTE *\/ new_tab local
    [all...]

Completed in 616 milliseconds