HomeSort by relevance Sort by last modified time
    Searched refs:file_change (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.h 38 bool operator==(const FileChange &file_change) const {
39 return path_ == file_change.path() && type_ == file_change.type();
42 bool operator<(const FileChange &file_change) const {
43 return (path_ < file_change.path()) ||
44 (path_ == file_change.path() && type_ < file_change.type());
file_change_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_change.h"
15 FileChange file_change(change_path, change_type);
17 EXPECT_EQ(change_path, file_change.path());
18 EXPECT_EQ(change_type, file_change.type());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
conflict_resolver_unittest.cc 193 const FileChange& file_change) {
196 if (file_change.IsAddOrUpdate())
200 SyncFileMetadata(file_change.file_type(), 0, base::Time()),
201 file_change, local_path, url));
local_to_remote_syncer_unittest.cc 169 SyncStatusCode RunLocalToRemoteSyncer(FileChange file_change,
175 SyncFileMetadata(file_change.file_type(), 0, base::Time()),
176 file_change, local_path, url));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 517 void (*file_change) (cpp_reader *, const struct line_map *); member in struct:cpp_callbacks
    [all...]

Completed in 575 milliseconds