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

  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc 119 int index = tabstrip_->GetIndexOfTabContents(old_contents);
tab_strip_model.cc 323 int TabStripModel::GetIndexOfTabContents(
475 int index = GetIndexOfTabContents(contents);
483 int index = GetIndexOfTabContents(contents);
657 index = GetIndexOfTabContents(contents);
826 int index = GetIndexOfTabContents(tabs[i]);
843 int index = GetIndexOfTabContents(tabs[i]);
    [all...]
tab_strip_model.h 254 int GetIndexOfTabContents(const TabContentsWrapper* contents) const;
tab_strip_model_unittest.cc 549 EXPECT_EQ(0, tabstrip.GetIndexOfTabContents(contents2));
550 EXPECT_EQ(1, tabstrip.GetIndexOfTabContents(contents1));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 268 int from_index = attached_model->GetIndexOfTabContents(dragged_contents_);
411 int index = attached_model->GetIndexOfTabContents(dragged_contents_);
559 int index = tabstrip->model()->GetIndexOfTabContents(dragged_contents_);
616 int index = attached_tabstrip_->model()->GetIndexOfTabContents(
677 new_model->SetTabPinned(new_model->GetIndexOfTabContents(dragged_contents_),
tab_strip_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 736 attached_model->GetIndexOfTabContents(last_contents);
751 attached_model->GetIndexOfTabContents(last_contents)) {
    [all...]
browser_tab_strip_controller.cc 323 tabstrip_->SelectTabAt(model_->GetIndexOfTabContents(old_contents),
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 202 tabstrip_model->GetIndexOfTabContents(tab_contents_));
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 762 params.browser->tabstrip_model()->GetIndexOfTabContents(
898 tab_index = tab_strip->GetIndexOfTabContents(contents);
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
browser_navigator_browsertest.cc 517 EXPECT_EQ(0, browser()->tabstrip_model()->GetIndexOfTabContents(
    [all...]

Completed in 319 milliseconds