HomeSort by relevance Sort by last modified time
    Searched refs:AppendWebContents (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 248 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(opener, true)
    [all...]
tab_strip_model.h 164 void AppendWebContents(content::WebContents* contents, bool foreground);
tab_strip_model.cc 267 void TabStripModel::AppendWebContents(WebContents* contents,
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc 40 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 736 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/net/
websocket_browsertest.cc 182 browser()->tab_strip_model()->AppendWebContents(new_tab, true);
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_browsertest.cc 161 browser2->tab_strip_model()->AppendWebContents(web_contents, true);
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 765 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);
    [all...]

Completed in 676 milliseconds