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

  /external/chromium/chrome/browser/printing/
print_preview_tab_controller_unittest.cc 98 int preview_tab_1_index = model->GetWrapperIndex(preview_tab_1);
99 int preview_tab_2_index = model->GetWrapperIndex(preview_tab_2);
print_preview_tab_controller.cc 173 GetWrapperIndex(initiator_tab) + 1;
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 262 int GetWrapperIndex(const TabContents* contents) const;
tab_strip_model.cc 334 int TabStripModel::GetWrapperIndex(const TabContents* contents) const {
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 662 int tab_index = model->GetWrapperIndex(existing_tab);
668 tab_index = model->GetWrapperIndex(existing_tab);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 270 int index_in_window = browser.tabstrip_model()->GetWrapperIndex(&tab);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 190 int index = tab_strip->GetWrapperIndex(tab_contents);
    [all...]

Completed in 66 milliseconds