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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 202 const size_t kItemsToScoreLimit = 500;
207 bool was_trimmed = (pre_filter_item_count_ > kItemsToScoreLimit);
217 history_ids.begin() + kItemsToScoreLimit,
221 std::copy(history_ids.begin(), history_ids.begin() + kItemsToScoreLimit,
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 362 const size_t kItemsToScoreLimit = 500;
363 if (history_id_set.size() <= kItemsToScoreLimit) {
    [all...]

Completed in 207 milliseconds