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

  /external/chromium/chrome/browser/history/
visit_database.h 62 // If |max_results| is non-zero, up to that many results will be returned. If
68 int max_results, VisitVector* visits);
74 // If |max_results| is non-zero, up to that many results will be returned. If
81 int max_results,
108 // Returns the |max_results| most recent visit sessions for |url_id|.
114 int max_results,
visit_database.cc 248 int max_results,
264 max_results ? max_results : std::numeric_limits<int64>::max());
272 int max_results,
293 max_results ? max_results : std::numeric_limits<int64>::max());
366 int max_results,
382 statement.BindInt(1, max_results);
url_database.h 172 size_t max_results,
url_database.cc 294 size_t max_results,
331 statement.BindInt(2, static_cast<int>(max_results));
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 268 // Removes results that redirect to each other, leaving at most |max_results|
272 size_t max_results) const;
history_url_provider.cc 715 size_t max_results) const {
717 (source < matches->size()) && (source < max_results); ) {
739 if (matches->size() > max_results)
740 matches->resize(max_results);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 2667 FT_UInt32 max_results; member in struct:TT_CMap14Rec_
    [all...]

Completed in 817 milliseconds