OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendTabContents
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc
232
model->
AppendTabContents
(contents, true);
415
// Test
AppendTabContents
, ContainsIndex
418
tabstrip.
AppendTabContents
(contents1, true);
476
tabstrip.
AppendTabContents
(detached, true);
606
tabstrip.
AppendTabContents
(opener_contents, true);
613
// We use |InsertTabContentsAt| here instead of
AppendTabContents
so that
682
tabstrip.
AppendTabContents
(opener_contents, true);
727
tabstrip.
AppendTabContents
(opener_contents, true);
757
tabstrip.
AppendTabContents
(opener_contents, true);
762
tabstrip.
AppendTabContents
(other_contents, false)
[
all
...]
tab_strip_model.h
163
void
AppendTabContents
(TabContentsWrapper* contents, bool foreground);
tab_strip_model.cc
108
void TabStripModel::
AppendTabContents
(TabContentsWrapper* contents,
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc
286
browser()->tabstrip_model()->
AppendTabContents
(contents, true);
/external/chromium/chrome/browser/ui/
browser.cc
357
browser->tabstrip_model()->
AppendTabContents
(wrapper, true);
[
all
...]
Completed in 66 milliseconds