Home
last modified time | relevance | path

Searched defs:QueryOptions (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_types.h477 struct QueryOptions { struct
492 base::Time begin_time;
493 base::Time end_time;
501 int max_count;
Dhistory_types.cc299 QueryOptions::QueryOptions() : max_count(0) {} in QueryOptions() function in history::QueryOptions