Searched defs:allow_base (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
H A Durl_database.cc345 bool allow_base,
355 sql.append(allow_base ? ">=" : ">");
341 FindShortestURLFromBase(const std::string& base, const std::string& url, int min_visits, int min_typed, bool allow_base, history::URLRow* info) argument
/external/chromium_org/chrome/browser/history/
H A Durl_database.cc306 bool allow_base,
316 sql.append(allow_base ? ">=" : ">");
302 FindShortestURLFromBase(const std::string& base, const std::string& url, int min_visits, int min_typed, bool allow_base, history::URLRow* info) argument

Completed in 1435 milliseconds