Searched defs:NotificationDetails (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnotification_details.h16 // Do not declare a NotificationDetails directly--use either
19 class CONTENT_EXPORT NotificationDetails { class in namespace:content
21 NotificationDetails() : ptr_(NULL) {} function in class:content::NotificationDetails
22 NotificationDetails(const NotificationDetails& other) : ptr_(other.ptr_) {} function in class:content::NotificationDetails
23 ~NotificationDetails() {}
25 // NotificationDetails can be used as the index for a map; this method
30 bool operator!=(const NotificationDetails& other) const {
34 bool operator==(const NotificationDetails& other) const {
39 explicit NotificationDetails(cons function in class:content::NotificationDetails
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc119 BrowsingDataRemover::NotificationDetails::NotificationDetails() function in class:BrowsingDataRemover::NotificationDetails
125 BrowsingDataRemover::NotificationDetails::NotificationDetails( function in class:BrowsingDataRemover::NotificationDetails
126 const BrowsingDataRemover::NotificationDetails& details)
132 BrowsingDataRemover::NotificationDetails::NotificationDetails( function in class:BrowsingDataRemover::NotificationDetails
141 BrowsingDataRemover::NotificationDetails::~NotificationDetails() {}
812 BrowsingDataRemover::NotificationDetails detail
[all...]
H A Dbrowsing_data_remover.h127 struct NotificationDetails { struct in class:BrowsingDataRemover
128 NotificationDetails();
129 NotificationDetails(const NotificationDetails& details);
130 NotificationDetails(base::Time removal_begin,
133 ~NotificationDetails();

Completed in 83 milliseconds