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

  /external/chromium_org/components/history/core/browser/
history_types.cc 314 // ExpireHistoryArgs ----------------------------------------------------------
316 ExpireHistoryArgs::ExpireHistoryArgs() {
319 ExpireHistoryArgs::~ExpireHistoryArgs() {
322 void ExpireHistoryArgs::SetTimeRangeForOneDay(base::Time time) {
history_types.h 534 struct ExpireHistoryArgs {
535 ExpireHistoryArgs();
536 ~ExpireHistoryArgs();
  /external/chromium_org/chrome/browser/history/
web_history_service.h 69 void ExpireHistory(const std::vector<ExpireHistoryArgs>& expire_list,
web_history_service.cc 327 const std::vector<ExpireHistoryArgs>& expire_list,
333 for (std::vector<ExpireHistoryArgs>::const_iterator it = expire_list.begin();
381 std::vector<ExpireHistoryArgs> expire_list(1);
history_backend.h 453 // The fields of |ExpireHistoryArgs| map directly to the arguments of
455 void ExpireHistory(const std::vector<ExpireHistoryArgs>& expire_list);
    [all...]
history_service.h 349 // vector. The fields of |ExpireHistoryArgs| map directly to the arguments of
351 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 562 std::vector<history::ExpireHistoryArgs> expire_list;
589 history::ExpireHistoryArgs* expire_args = NULL;
647 for (std::vector<history::ExpireHistoryArgs>::const_iterator it =
    [all...]

Completed in 184 milliseconds