Searched defs:QueryOptions (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_types.cc297 // QueryOptions ----------------------------------------------------------------
299 QueryOptions::QueryOptions() : max_count(0) {} function in class:history::QueryOptions
301 void QueryOptions::SetRecentDayRange(int days_ago) {
H A Dhistory_types.h475 // QueryOptions ----------------------------------------------------------------
477 struct QueryOptions { struct in namespace:history
478 QueryOptions();
/external/chromium_org/chrome/browser/history/
H A Dhistory_types.cc243 // QueryOptions ----------------------------------------------------------------
245 QueryOptions::QueryOptions() function in class:history::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 {
H A Dhistory_types.h432 // QueryOptions ----------------------------------------------------------------
434 struct QueryOptions { struct in namespace:history
435 QueryOptions();

Completed in 94 milliseconds