Searched refs:GetIndexOfLastTabContentsOpenedBy (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_order_controller.cc | 46 index = tabstrip_->GetIndexOfLastTabContentsOpenedBy( in DetermineInsertionIndex()
|
D | tab_strip_model.h | 306 int GetIndexOfLastTabContentsOpenedBy(const NavigationController* opener,
|
D | tab_strip_model_unittest.cc | 639 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()
|
D | tab_strip_model.cc | 425 int TabStripModel::GetIndexOfLastTabContentsOpenedBy( in GetIndexOfLastTabContentsOpenedBy() function in TabStripModel
|