OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIndexOfLastTabContentsOpenedBy
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc
46
index = tabstrip_->
GetIndexOfLastTabContentsOpenedBy
(
tab_strip_model.h
306
int
GetIndexOfLastTabContentsOpenedBy
(const NavigationController* opener,
tab_strip_model_unittest.cc
639
EXPECT_EQ(5, tabstrip.
GetIndexOfLastTabContentsOpenedBy
(opener, 1));
645
EXPECT_EQ(-1, tabstrip.
GetIndexOfLastTabContentsOpenedBy
(o1, 3));
651
EXPECT_EQ(-1, tabstrip.
GetIndexOfLastTabContentsOpenedBy
(opener, 1));
779
EXPECT_EQ(3, tabstrip.
GetIndexOfLastTabContentsOpenedBy
(opener, 1));
815
EXPECT_EQ(-1, tabstrip.
GetIndexOfLastTabContentsOpenedBy
(opener, 1));
[
all
...]
tab_strip_model.cc
425
int TabStripModel::
GetIndexOfLastTabContentsOpenedBy
(
[
all
...]
Completed in 1263 milliseconds