HomeSort by relevance Sort by last modified time
    Searched defs:QueryOptions (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
history_types.cc 297 // QueryOptions ----------------------------------------------------------------
299 QueryOptions::QueryOptions() : max_count(0) {}
301 void QueryOptions::SetRecentDayRange(int days_ago) {
history_types.h 475 // QueryOptions ----------------------------------------------------------------
477 struct QueryOptions {
478 QueryOptions();
  /external/chromium_org/chrome/browser/history/
history_types.cc 243 // QueryOptions ----------------------------------------------------------------
245 QueryOptions::QueryOptions()
247 duplicate_policy(QueryOptions::REMOVE_ALL_DUPLICATES) {
250 void QueryOptions::SetRecentDayRange(int days_ago) {
255 int64 QueryOptions::EffectiveBeginTime() const {
259 int64 QueryOptions::EffectiveEndTime() const {
264 int QueryOptions::EffectiveMaxCount() const {
history_types.h 432 // QueryOptions ----------------------------------------------------------------
434 struct QueryOptions {
435 QueryOptions();

Completed in 75 milliseconds