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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h 139 storage::FileSystemURL::Comparator> FileChangeMap;
164 FileChangeMap* changes,
175 FileChangeMap changes_;
178 FileChangeMap mirror_changes_; // For mirrors.
179 FileChangeMap demoted_changes_; // For demoted changes.
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 46 typedef std::map<unsigned, FileChange> FileChangeMap;
47 FileChangeMap FileChanges; ///< Tracks which files were included where.
50 FileChangeMap::iterator LastInsertedFileChange;
180 std::pair<FileChangeMap::iterator, bool> p = FileChanges.insert(
191 FileChangeMap::const_iterator I = FileChanges.find(Loc.getRawEncoding());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 714 typedef std::map<base::FilePath, drive::FileChange> FileChangeMap;
716 FileChangeMap map;
725 for (FileChangeMap::const_iterator it = map.begin(); it != map.end(); it++) {
    [all...]

Completed in 317 milliseconds