Home
last modified time | relevance | path

Searched refs:GetIndexOfLastTabContentsOpenedBy (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_strip_model_order_controller.cc46 index = tabstrip_->GetIndexOfLastTabContentsOpenedBy( in DetermineInsertionIndex()
Dtab_strip_model.h306 int GetIndexOfLastTabContentsOpenedBy(const NavigationController* opener,
Dtab_strip_model_unittest.cc639 EXPECT_EQ(5, tabstrip.GetIndexOfLastTabContentsOpenedBy(opener, 1)); in TEST_F()
645 EXPECT_EQ(-1, tabstrip.GetIndexOfLastTabContentsOpenedBy(o1, 3)); in TEST_F()
651 EXPECT_EQ(-1, tabstrip.GetIndexOfLastTabContentsOpenedBy(opener, 1)); in TEST_F()
779 EXPECT_EQ(3, tabstrip.GetIndexOfLastTabContentsOpenedBy(opener, 1)); in TEST_F()
815 EXPECT_EQ(-1, tabstrip.GetIndexOfLastTabContentsOpenedBy(opener, 1)); in TEST_F()
Dtab_strip_model.cc425 int TabStripModel::GetIndexOfLastTabContentsOpenedBy( in GetIndexOfLastTabContentsOpenedBy() function in TabStripModel