HomeSort by relevance Sort by last modified time
    Searched refs:ExpireHistoryArgs (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/history/
web_history_service.h 71 const std::vector<ExpireHistoryArgs>& expire_list,
history_types.cc 417 ExpireHistoryArgs::ExpireHistoryArgs() {
420 ExpireHistoryArgs::~ExpireHistoryArgs() {
423 void ExpireHistoryArgs::SetTimeRangeForOneDay(base::Time time) {
history_types.h 736 struct ExpireHistoryArgs {
737 ExpireHistoryArgs();
738 ~ExpireHistoryArgs();
web_history_service.cc 313 const std::vector<ExpireHistoryArgs>& expire_list,
319 for (std::vector<ExpireHistoryArgs>::const_iterator it = expire_list.begin();
367 std::vector<ExpireHistoryArgs> expire_list(1);
history_backend.h 459 // The fields of |ExpireHistoryArgs| map directly to the arguments of
461 void ExpireHistory(const std::vector<ExpireHistoryArgs>& expire_list);
    [all...]
history_service.h 418 // vector. The fields of |ExpireHistoryArgs| map directly to the arguments of
420 void ExpireHistory(const std::vector<history::ExpireHistoryArgs>& expire_list,
    [all...]
history_backend.cc     [all...]
history_service.cc     [all...]
history_backend_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 545 std::vector<history::ExpireHistoryArgs> expire_list;
571 history::ExpireHistoryArgs* expire_args = NULL;
    [all...]

Completed in 63 milliseconds