Searched refs:GetIndexOfLastWebContentsOpenedBy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_order_controller.cc41 int index = tabstrip_->GetIndexOfLastWebContentsOpenedBy(
H A Dtab_strip_model.h289 int GetIndexOfLastWebContentsOpenedBy(const content::WebContents* opener,
H A Dtab_strip_model_unittest.cc725 EXPECT_EQ(5, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
732 tabstrip.GetIndexOfLastWebContentsOpenedBy(contents1, 3));
738 EXPECT_EQ(-1, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
835 EXPECT_EQ(3, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
872 EXPECT_EQ(-1, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
H A Dtab_strip_model.cc596 int TabStripModel::GetIndexOfLastWebContentsOpenedBy(const WebContents* opener, function in class:TabStripModel

Completed in 113 milliseconds