HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 412 InternalCloseTabs(closing_tabs, CLOSE_CREATE_HISTORICAL_TAB);
419 return InternalCloseTabs(closing_tabs, close_types);
716 InternalCloseTabs(selection_model_.selected_indices(),
852 InternalCloseTabs(GetIndicesForCommand(context_index),
860 InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
868 InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
    [all...]

Completed in 182 milliseconds