Searched refs:InsertWebContentsAt (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.cc114 browser->tab_strip_model()->InsertWebContentsAt(tab_index, web_contents,
161 tab_strip->InsertWebContentsAt(insertion_index + 1,
H A Dbrowser_tab_strip_model_delegate.cc73 new_model->InsertWebContentsAt(
H A Dbrowser_commands.cc683 browser->tab_strip_model()->InsertWebContentsAt(
1206 browser->tab_strip_model()->InsertWebContentsAt(
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc480 // Test InsertWebContentsAt, foreground tab.
484 tabstrip.InsertWebContentsAt(1, contents2, TabStripModel::ADD_ACTIVE);
504 // Test InsertWebContentsAt, background tab.
508 tabstrip.InsertWebContentsAt(2, contents3, TabStripModel::ADD_NONE);
699 // We use |InsertWebContentsAt| here instead of |AppendWebContents| so that
701 tabstrip.InsertWebContentsAt(tabstrip.count(), contents1,
703 tabstrip.InsertWebContentsAt(tabstrip.count(), contents2,
705 tabstrip.InsertWebContentsAt(tabstrip.count(), contents3,
707 tabstrip.InsertWebContentsAt(tabstrip.count(), contents4,
709 tabstrip.InsertWebContentsAt(tabstri
[all...]
H A Dtab_strip_model.h176 void InsertWebContentsAt(int index,
381 // InsertWebContentsAt to do the actual insertion. Pass kNoTab for |index| to
H A Dtab_strip_model.cc269 InsertWebContentsAt(count(), contents,
274 void TabStripModel::InsertWebContentsAt(int index, function in class:TabStripModel
820 InsertWebContentsAt(index, contents,
828 // TODO(sky): figure out why this is here and not in InsertWebContentsAt. When
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc762 InsertWebContentsAt(0, tab, TabStripModel::ADD_ACTIVE);
776 InsertWebContentsAt(0, tab, TabStripModel::ADD_ACTIVE);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc918 GetModel(attached_tabstrip_)->InsertWebContentsAt(
1469 GetModel(source_tabstrip_)->InsertWebContentsAt(
1482 GetModel(source_tabstrip_)->InsertWebContentsAt(
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc580 target_tab_strip->InsertWebContentsAt(urls.size(), contents,
1398 target_tab_strip->InsertWebContentsAt(
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1085 tab_strip_model2->InsertWebContentsAt(1,

Completed in 141 milliseconds