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

  /external/chromium_org/ash/shelf/
shelf_model.h 87 int ValidateInsertionIndex(ShelfItemType type, int index) const;
shelf_model.cc 58 index = ValidateInsertionIndex(item.type, index);
90 index : ValidateInsertionIndex(item.type, index);
169 int ShelfModel::ValidateInsertionIndex(ShelfItemType type, int index) const {

Completed in 353 milliseconds