OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOpenerOfWebContentsAt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc
57
tabstrip_->
GetOpenerOfWebContentsAt
(removing_index);
104
old_opener = tabstrip_->
GetOpenerOfWebContentsAt
(index);
112
content::WebContents* new_opener = tabstrip_->
GetOpenerOfWebContentsAt
(index);
tab_strip_model.h
272
content::WebContents*
GetOpenerOfWebContentsAt
(int index);
tab_strip_model_unittest.cc
676
EXPECT_EQ(opener, tabstrip.
GetOpenerOfWebContentsAt
(i));
707
EXPECT_EQ(contents5, tabstrip.
GetOpenerOfWebContentsAt
(i));
[
all
...]
tab_strip_model.cc
565
WebContents* TabStripModel::
GetOpenerOfWebContentsAt
(int index) {
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc
163
WebContents* opener = tab_strip->
GetOpenerOfWebContentsAt
(tab_index);
Completed in 995 milliseconds