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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 199 InternalCloseTabs(closing_tabs, CLOSE_NONE);
371 InternalCloseTabs(closing_tabs, CLOSE_CREATE_HISTORICAL_TAB);
377 return InternalCloseTabs(closing_tabs, close_types);
686 InternalCloseTabs(selection_model_.selected_indices(),
856 InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
865 InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
    [all...]
tab_strip_model.h 496 bool InternalCloseTabs(const std::vector<int>& indices, uint32 close_types);
498 // Invoked from InternalCloseTabs and when an extension is removed for an app
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 546 InternalCloseTabs(closing_tabs, CLOSE_CREATE_HISTORICAL_TAB);
553 return InternalCloseTabs(closing_tabs, close_types);
847 InternalCloseTabs(selection_model_.selected_indices(),
    [all...]
tab_strip_model.h 489 bool InternalCloseTabs(const std::vector<int>& indices,
492 // Invoked from InternalCloseTabs and when an extension is removed for an app

Completed in 2466 milliseconds