Searched refs:FileChangeList (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.cc44 FileChangeList::FileChangeList() {} function in class:sync_file_system::FileChangeList
45 FileChangeList::~FileChangeList() {}
47 void FileChangeList::Update(const FileChange& new_change) {
73 FileChangeList FileChangeList::PopAndGetNewList() const {
74 FileChangeList changes;
80 std::string FileChangeList::DebugString() const {
H A Dfile_change.h49 class FileChangeList { class in namespace:sync_file_system
53 FileChangeList();
54 ~FileChangeList();
66 FileChangeList PopAndGetNewList() const;
H A Dremote_change_processor.h24 class FileChangeList;
40 const FileChangeList& changes)> PrepareChangeCallback;
H A Dsync_file_metadata.h37 FileChangeList changes;
H A Dfile_change_unittest.cc33 void CreateList(FileChangeList* list, const FileChange (&inputs)[INPUT_SIZE]) {
40 void VerifyList(const FileChangeList& list,
55 FileChangeList list;
86 FileChangeList list;
H A Dfake_remote_change_processor.h34 FileChangeList,
H A Dfake_remote_change_processor.cc55 FileChangeList change_list;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_to_local_syncer.h178 const FileChangeList& changes);
212 scoped_ptr<FileChangeList> local_changes_;
H A Dremote_to_local_syncer.cc759 const FileChangeList& local_changes) {
767 local_changes_.reset(new FileChangeList(local_changes));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.h79 FileChangeList* changes);
133 FileChangeList change_list;
H A Dlocal_file_sync_context_unittest.cc83 FileChangeList* changes,
101 FileChangeList* changes,
114 FileChangeList* changes,
123 FileChangeList* changes_out,
148 FileChangeList changes;
249 FileChangeList changes;
301 FileChangeList changes;
474 FileChangeList changes;
560 FileChangeList changes;
H A Dlocal_file_sync_service.h218 const FileChangeList& changes,
H A Dcanned_syncable_file_system.h50 class FileChangeList;
156 FileChangeList* changes);
H A Dlocal_file_sync_service.cc244 SyncFileMetadata(), FileChangeList());
396 callback.Run(status, SyncFileMetadata(), FileChangeList());
458 const FileChangeList& changes,
H A Dsyncable_file_system_unittest.cc78 FileChangeList changes;
H A Dlocal_file_change_tracker.cc148 const FileSystemURL& url, FileChangeList* changes) {
238 FileChangeList::List change_list = iter->second.change_list.list();
H A Dlocal_file_sync_context.cc491 FileChangeList changes;
920 FileChangeList changes;
H A Dcanned_syncable_file_system.cc535 FileChangeList* changes) {
H A Dlocal_file_change_tracker_unittest.cc90 FileChangeList changes;
H A Dlocal_file_sync_service_unittest.cc57 const FileChangeList& changes) {

Completed in 646 milliseconds