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

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper.h29 // BrowsingDataFileSystemHelper instances for a specific profile should be
43 class BrowsingDataFileSystemHelper class in inherits:base::RefCountedThreadSafe
44 : public base::RefCountedThreadSafe<BrowsingDataFileSystemHelper> {
58 // Creates a BrowsingDataFileSystemHelper instance for the file systems
59 // stored in |profile|'s user data directory. The BrowsingDataFileSystemHelper
63 // The BrowsingDataFileSystemHelper will not change the profile itself, but
65 static BrowsingDataFileSystemHelper* Create(
73 // BrowsingDataFileSystemHelper takes ownership of the Callback1, and is
84 friend class base::RefCountedThreadSafe<BrowsingDataFileSystemHelper>;
86 BrowsingDataFileSystemHelper() {} function in class:BrowsingDataFileSystemHelper
[all...]

Completed in 112 milliseconds