OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendWebContents
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc
244
model->
AppendWebContents
(contents, true);
429
// Test
AppendWebContents
, ContainsIndex
432
tabstrip.
AppendWebContents
(contents1, true);
511
tabstrip.
AppendWebContents
(detached, true);
654
tabstrip.
AppendWebContents
(opener, true);
661
// We use |InsertWebContentsAt| here instead of |
AppendWebContents
| so that
747
tabstrip.
AppendWebContents
(opener, true);
775
tabstrip.
AppendWebContents
(opener, true);
780
tabstrip.
AppendWebContents
(other, false);
857
tabstrip.
AppendWebContents
(opener, true)
[
all
...]
tab_strip_model.h
164
void
AppendWebContents
(content::WebContents* contents, bool foreground);
tab_strip_model.cc
270
void TabStripModel::
AppendWebContents
(WebContents* contents,
[
all
...]
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc
37
browser()->tab_strip_model()->
AppendWebContents
(web_contents, true);
/external/chromium_org/chrome/browser/ui/
browser_unittest.cc
43
tab_strip_model->
AppendWebContents
(contents1, true);
51
tab_strip_model->
AppendWebContents
(contents2, false);
browser_commands.cc
652
b->tab_strip_model()->
AppendWebContents
(contents, true);
[
all
...]
/external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc
76
tab_strip->
AppendWebContents
(web_contents, true);
/external/chromium_org/chrome/browser/ui/views/
constrained_window_views_browsertest.cc
289
browser()->tab_strip_model()->
AppendWebContents
(
322
browser2->tab_strip_model()->
AppendWebContents
(web_contents, true);
343
browser()->tab_strip_model()->
AppendWebContents
(web_contents, true);
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc
625
tab_strip_model->
AppendWebContents
(contents4.get(), true);
626
tab_strip_model->
AppendWebContents
(contents3.get(), true);
627
tab_strip_model->
AppendWebContents
(contents2.get(), true);
629
tab_strip_model->
AppendWebContents
(contents1.get(), true);
[
all
...]
Completed in 7413 milliseconds