OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIndexOfNextWebContentsOpenedBy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc
65
int index = tabstrip_->
GetIndexOfNextWebContentsOpenedBy
(removed_contents,
73
int index = tabstrip_->
GetIndexOfNextWebContentsOpenedBy
(parent_opener,
tab_strip_model_unittest.cc
679
EXPECT_EQ(2, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 1, false));
682
EXPECT_EQ(4, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 5, false));
692
tabstrip.
GetIndexOfNextWebContentsOpenedBy
(contents1, 3, false));
698
EXPECT_EQ(-1, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 1, false));
699
EXPECT_EQ(-1, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 5, false));
710
EXPECT_EQ(2, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(contents5, 1, false));
714
EXPECT_EQ(3, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(contents5, 4, false));
795
EXPECT_EQ(3, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 2, false));
796
EXPECT_EQ(2, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 3, false));
831
EXPECT_EQ(-1, tabstrip.
GetIndexOfNextWebContentsOpenedBy
(opener, 2, false))
[
all
...]
tab_strip_model.h
283
int
GetIndexOfNextWebContentsOpenedBy
(const content::WebContents* opener,
tab_strip_model.cc
577
int TabStripModel::
GetIndexOfNextWebContentsOpenedBy
(const WebContents* opener,
[
all
...]
Completed in 178 milliseconds