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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.cc 97 const std::deque<SnapshotManager::FileReferenceWithSizeInfo>& file_refs) {
103 SnapshotManager::FileReferenceWithSizeInfo::FileReferenceWithSizeInfo(
109 SnapshotManager::FileReferenceWithSizeInfo::~FileReferenceWithSizeInfo() {
112 SnapshotManager::SnapshotManager(Profile* profile)
116 SnapshotManager::~SnapshotManager() {
126 void SnapshotManager::CreateManagedSnapshot(
142 base::Bind(&SnapshotManager::CreateManagedSnapshotAfterSpaceComputed,
148 void SnapshotManager::CreateManagedSnapshotAfterSpaceComputed
    [all...]
snapshot_manager.h 35 class SnapshotManager {
40 explicit SnapshotManager(Profile* profile);
41 ~SnapshotManager();
79 base::WeakPtrFactory<SnapshotManager> weak_ptr_factory_;
80 DISALLOW_COPY_AND_ASSIGN(SnapshotManager);

Completed in 51 milliseconds