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

  /external/chromium_org/components/history/core/browser/
history_types.cc 155 // QueryOptions ----------------------------------------------------------------
157 QueryOptions::QueryOptions()
159 duplicate_policy(QueryOptions::REMOVE_ALL_DUPLICATES) {
162 void QueryOptions::SetRecentDayRange(int days_ago) {
167 int64 QueryOptions::EffectiveBeginTime() const {
171 int64 QueryOptions::EffectiveEndTime() const {
176 int QueryOptions::EffectiveMaxCount() const {
history_types.h 240 // QueryOptions ----------------------------------------------------------------
242 struct QueryOptions {
243 QueryOptions();

Completed in 57 milliseconds