/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.cc | 111 browser->tab_strip_model()->InsertWebContentsAt(tab_index, web_contents, 153 tab_strip->InsertWebContentsAt(insertion_index + 1,
|
browser_tab_strip_model_delegate.cc | 80 new_model->InsertWebContentsAt(
|
browser_commands.cc | 598 browser->tab_strip_model()->InsertWebContentsAt( [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_unittest.cc | 449 // Test InsertWebContentsAt, foreground tab. 453 tabstrip.InsertWebContentsAt(1, contents2, TabStripModel::ADD_ACTIVE); 473 // Test InsertWebContentsAt, background tab. 477 tabstrip.InsertWebContentsAt(2, contents3, TabStripModel::ADD_NONE); 661 // We use |InsertWebContentsAt| here instead of |AppendWebContents| so that 663 tabstrip.InsertWebContentsAt(tabstrip.count(), contents1, 665 tabstrip.InsertWebContentsAt(tabstrip.count(), contents2, 667 tabstrip.InsertWebContentsAt(tabstrip.count(), contents3, 669 tabstrip.InsertWebContentsAt(tabstrip.count(), contents4, 671 tabstrip.InsertWebContentsAt(tabstrip.count(), contents5 [all...] |
tab_strip_model.h | 176 void InsertWebContentsAt(int index, 381 // InsertWebContentsAt to do the actual insertion. Pass kNoTab for |index| to
|
tab_strip_model.cc | 272 InsertWebContentsAt(count(), contents, 277 void TabStripModel::InsertWebContentsAt(int index, 820 InsertWebContentsAt(index, contents, 828 // TODO(sky): figure out why this is here and not in InsertWebContentsAt. When [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 469 attached_tabstrip_->model()->InsertWebContentsAt( 711 attached_tabstrip_->model()->InsertWebContentsAt( 738 source_tabstrip_->model()->InsertWebContentsAt( [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.cc | 597 target_tab_strip->InsertWebContentsAt(urls.size(), contents, [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_browsertest.cc | [all...] |