HomeSort by relevance Sort by last modified time
    Searched refs:InternalCloseTabs (Results 1 - 2 of 2) 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

Completed in 51 milliseconds