Searched defs:page_d_contents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc1567 WebContents* page_d_contents = CreateWebContents(); local
1572 strip.AddWebContents(page_d_contents, -1, ui::PAGE_TRANSITION_LINK,
1645 WebContents* page_d_contents = CreateWebContents(); local
1650 strip.AddWebContents(page_d_contents, -1, ui::PAGE_TRANSITION_LINK,
1661 strip.TabNavigating(page_d_contents, ui::PAGE_TRANSITION_LINK);
1695 WebContents* page_d_contents = CreateWebContents(); local
1700 strip.AddWebContents(page_d_contents, -1, ui::PAGE_TRANSITION_LINK,
1736 EXPECT_EQ(page_d_contents, strip.GetWebContentsAt(strip.active_index()));

Completed in 38 milliseconds