Searched refs:page_c_contents (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc1511 TabContentsWrapper* page_c_contents = CreateTabContents(); local
1515 strip.AddTabContents(page_c_contents, -1, PageTransition::LINK,
1587 TabContentsWrapper* page_c_contents = CreateTabContents(); local
1591 strip.AddTabContents(page_c_contents, -1, PageTransition::LINK,
1610 strip.TabNavigating(page_c_contents, PageTransition::AUTO_BOOKMARK);
1635 TabContentsWrapper* page_c_contents = CreateTabContents(); local
1639 strip.AddTabContents(page_c_contents, -1, PageTransition::LINK,
1658 EXPECT_EQ(page_c_contents, strip.GetTabContentsAt(strip.active_index()));
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc1528 WebContents* page_c_contents = CreateWebContents(); local
1532 strip.AddWebContents(page_c_contents, -1, content::PAGE_TRANSITION_LINK,
1606 WebContents* page_c_contents = CreateWebContents(); local
1610 strip.AddWebContents(page_c_contents, -1, content::PAGE_TRANSITION_LINK,
1630 strip.TabNavigating(page_c_contents, content::PAGE_TRANSITION_AUTO_BOOKMARK);
1656 WebContents* page_c_contents = CreateWebContents(); local
1660 strip.AddWebContents(page_c_contents, -1, content::PAGE_TRANSITION_LINK,
1679 EXPECT_EQ(page_c_contents, strip.GetWebContentsAt(strip.active_index()));

Completed in 137 milliseconds