HomeSort by relevance Sort by last modified time
    Searched defs:BrowsingDataRemover (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 104 bool BrowsingDataRemover::is_removing_ = false;
106 BrowsingDataRemover::CompletionInhibitor*
107 BrowsingDataRemover::completion_inhibitor_ = NULL;
109 // Helper to create callback for BrowsingDataRemover::DoesOriginMatchMask.
119 BrowsingDataRemover::NotificationDetails::NotificationDetails()
125 BrowsingDataRemover::NotificationDetails::NotificationDetails(
126 const BrowsingDataRemover::NotificationDetails& details)
132 BrowsingDataRemover::NotificationDetails::NotificationDetails(
141 BrowsingDataRemover::NotificationDetails::~NotificationDetails() {}
144 BrowsingDataRemover* BrowsingDataRemover::CreateForUnboundedRange
    [all...]
browsing_data_remover.h 57 // BrowsingDataRemover is responsible for removing data related to browsing:
60 class BrowsingDataRemover
124 // When BrowsingDataRemover successfully removes data, a notification of type
164 BrowsingDataRemover* remover,
171 // Creates a BrowsingDataRemover object that removes data regardless of the
172 // time it was last modified. Returns a raw pointer, as BrowsingDataRemover
174 static BrowsingDataRemover* CreateForUnboundedRange(Profile* profile);
176 // Creates a BrowsingDataRemover object bound on both sides by a time. Returns
177 // a raw pointer, as BrowsingDataRemover retains ownership of itself, and
179 static BrowsingDataRemover* CreateForRange(Profile* profile
    [all...]

Completed in 584 milliseconds