Home
last modified time | relevance | path

Searched refs:removal_begin (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover.h116 NotificationDetails(base::Time removal_begin,
122 base::Time removal_begin; member
Dbrowsing_data_remover.cc103 : removal_begin(base::Time()), in NotificationDetails()
110 : removal_begin(details.removal_begin), in NotificationDetails()
116 base::Time removal_begin, in NotificationDetails() argument
119 : removal_begin(removal_begin), in NotificationDetails()
Dbrowsing_data_remover_unittest.cc681 return called_with_details_->removal_begin; in GetBeginTime()
/external/chromium_org/chrome/browser/extensions/api/browsing_data/
Dbrowsing_data_test.cc49 return called_with_details_->removal_begin; in GetBeginTime()