Home | History | Annotate | Download | only in startup

Lines Matching refs:tab_strip

219   TabStripModel* tab_strip = new_browser->tab_strip_model();
220 ASSERT_EQ(static_cast<int>(urls.size()), tab_strip->count());
222 EXPECT_EQ(urls[i], tab_strip->GetWebContentsAt(i)->GetURL());
227 EXPECT_NE(tab_strip->GetWebContentsAt(0)->GetSiteInstance(),
228 tab_strip->GetWebContentsAt(1)->GetSiteInstance());
407 TabStripModel* tab_strip = new_browser->tab_strip_model();
408 EXPECT_EQ(2, tab_strip->count());
411 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
413 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
436 TabStripModel* tab_strip = new_browser->tab_strip_model();
437 EXPECT_EQ(4, tab_strip->count());
440 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
442 tab_strip->GetWebContentsAt(1)->GetURL());
444 tab_strip->GetWebContentsAt(2)->GetURL().ExtractFileName());
446 tab_strip->GetWebContentsAt(3)->GetURL());
461 TabStripModel* tab_strip = new_browser->tab_strip_model();
462 EXPECT_EQ(1, tab_strip->count());
466 tab_strip->GetWebContentsAt(0)->GetURL());
469 tab_strip->GetWebContentsAt(0)->GetURL());
487 TabStripModel* tab_strip = new_browser->tab_strip_model();
488 EXPECT_EQ(2, tab_strip->count());
492 tab_strip->GetWebContentsAt(0)->GetURL());
495 tab_strip->GetWebContentsAt(0)->GetURL());
498 tab_strip->GetWebContentsAt(1)->GetURL());
521 TabStripModel* tab_strip = new_browser->tab_strip_model();
523 EXPECT_EQ(2, tab_strip->count());
525 tab_strip->GetWebContentsAt(0)->GetURL());
527 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
529 EXPECT_EQ(1, tab_strip->count());
531 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
554 TabStripModel* tab_strip = new_browser->tab_strip_model();
556 EXPECT_EQ(3, tab_strip->count());
558 tab_strip->GetWebContentsAt(0)->GetURL());
560 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
562 tab_strip->GetWebContentsAt(2)->GetURL());
564 EXPECT_EQ(2, tab_strip->count());
566 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
568 tab_strip->GetWebContentsAt(1)->GetURL());
631 TabStripModel* tab_strip = new_browser->tab_strip_model();
632 ASSERT_EQ(1, tab_strip->count());
633 EXPECT_EQ(urls1[0], tab_strip->GetWebContentsAt(0)->GetURL());
639 tab_strip = new_browser->tab_strip_model();
640 ASSERT_EQ(1, tab_strip->count());
641 EXPECT_EQ(urls2[0], tab_strip->GetWebContentsAt(0)->GetURL());
730 TabStripModel* tab_strip = new_browser->tab_strip_model();
731 ASSERT_EQ(1, tab_strip->count());
733 tab_strip->GetWebContentsAt(0)->GetURL());
739 tab_strip = new_browser->tab_strip_model();
740 ASSERT_EQ(1, tab_strip->count());
742 tab_strip->GetWebContentsAt(0)->GetURL());
825 TabStripModel* tab_strip = new_browser->tab_strip_model();
826 ASSERT_EQ(1, tab_strip->count());
828 tab_strip->GetWebContentsAt(0)->GetURL());
834 tab_strip = new_browser->tab_strip_model();
835 ASSERT_EQ(1, tab_strip->count());
836 EXPECT_EQ(urls[0], tab_strip->GetWebContentsAt(0)->GetURL());
842 tab_strip = new_browser->tab_strip_model();
843 ASSERT_EQ(1, tab_strip->count());
845 tab_strip->GetWebContentsAt(0)->GetURL());
926 TabStripModel* tab_strip = new_browser->tab_strip_model();
927 ASSERT_EQ(1, tab_strip->count());
928 content::WebContents* web_contents = tab_strip->GetWebContentsAt(0);
938 tab_strip = new_browser->tab_strip_model();
939 ASSERT_EQ(1, tab_strip->count());
940 web_contents = tab_strip->GetWebContentsAt(0);
950 tab_strip = new_browser->tab_strip_model();
951 ASSERT_EQ(1, tab_strip->count());
952 web_contents = tab_strip->GetWebContentsAt(0);
989 TabStripModel* tab_strip = new_browser->tab_strip_model();
991 EXPECT_EQ(1, tab_strip->count());
1064 TabStripModel* tab_strip = new_browser->tab_strip_model();
1065 ASSERT_EQ(2, tab_strip->count());
1067 tab_strip->GetWebContentsAt(0)->GetURL());
1069 tab_strip->GetWebContentsAt(1)->GetURL());
1098 TabStripModel* tab_strip = new_browser->tab_strip_model();
1099 ASSERT_EQ(2, tab_strip->count());
1101 tab_strip->GetWebContentsAt(0)->GetURL());
1103 tab_strip->GetWebContentsAt(1)->GetURL());
1134 TabStripModel* tab_strip = new_browser->tab_strip_model();
1135 ASSERT_EQ(2, tab_strip->count());
1137 tab_strip->GetWebContentsAt(0)->GetURL());
1139 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
1174 TabStripModel* tab_strip = new_browser->tab_strip_model();
1175 ASSERT_EQ(2, tab_strip->count());
1177 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
1179 tab_strip->GetWebContentsAt(1)->GetURL());
1213 TabStripModel* tab_strip = new_browser->tab_strip_model();
1214 ASSERT_EQ(2, tab_strip->count());
1216 tab_strip->GetWebContentsAt(0)->GetURL());
1218 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
1252 TabStripModel* tab_strip = new_browser->tab_strip_model();
1253 ASSERT_EQ(2, tab_strip->count());
1255 tab_strip->GetWebContentsAt(0)->GetURL());
1257 tab_strip->GetWebContentsAt(1)->GetURL().ExtractFileName());
1288 TabStripModel* tab_strip = new_browser->tab_strip_model();
1289 ASSERT_EQ(1, tab_strip->count());
1291 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());
1337 TabStripModel* tab_strip = new_browser->tab_strip_model();
1338 ASSERT_EQ(1, tab_strip->count());
1340 tab_strip->GetWebContentsAt(0)->GetURL().ExtractFileName());