Searched refs:AppendWebContents (Results 1 - 10 of 10) sorted by path

/external/chromium_org/chrome/browser/net/
H A Dwebsocket_browsertest.cc182 browser()->tab_strip_model()->AppendWebContents(new_tab, true);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc765 tab_strip_model->AppendWebContents(contents4.get(), true);
766 tab_strip_model->AppendWebContents(contents3.get(), true);
767 tab_strip_model->AppendWebContents(contents2.get(), true);
769 tab_strip_model->AppendWebContents(contents1.get(), true);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc40 browser()->tab_strip_model()->AppendWebContents(web_contents, true);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc736 b->tab_strip_model()->AppendWebContents(contents, true);
1288 app_browser->tab_strip_model()->AppendWebContents(contents, true);
H A Dbrowser_unittest.cc43 tab_strip_model->AppendWebContents(contents1, true);
51 tab_strip_model->AppendWebContents(contents2, false);
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate_unittest.cc76 tab_strip->AppendWebContents(web_contents, true);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc267 void TabStripModel::AppendWebContents(WebContents* contents, function in class:TabStripModel
H A Dtab_strip_model.h164 void AppendWebContents(content::WebContents* contents, bool foreground);
H A Dtab_strip_model_unittest.cc248 model->AppendWebContents(contents, true);
460 // Test AppendWebContents, ContainsIndex
463 tabstrip.AppendWebContents(contents1, true);
542 tabstrip.AppendWebContents(detached, true);
692 tabstrip.AppendWebContents(opener, true);
699 // We use |InsertWebContentsAt| here instead of |AppendWebContents| so that
785 tabstrip.AppendWebContents(opener, true);
813 tabstrip.AppendWebContents(opener, true);
818 tabstrip.AppendWebContents(other, false);
895 tabstrip.AppendWebContents(opene
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views_browsertest.cc161 browser2->tab_strip_model()->AppendWebContents(web_contents, true);

Completed in 1356 milliseconds