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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.cc 15 FileChange::Change::Change(ChangeType change, FileType file_type)
19 std::string FileChange::Change::DebugString() const {
31 case FileChange::FILE_TYPE_FILE:
34 case FileChange::FILE_TYPE_DIRECTORY:
44 FileChange::ChangeList::ChangeList() {
46 FileChange::ChangeList::~ChangeList() {
49 void FileChange::ChangeList::Update(const Change& new_change) {
75 FileChange::ChangeList FileChange::ChangeList::PopAndGetNewList() const {
82 std::string FileChange::ChangeList::DebugString() const
    [all...]
file_change.h 19 class FileChange {
83 typedef std::map<base::FilePath, FileChange::ChangeList> Map;
85 FileChange();
86 ~FileChange();
89 const FileChange::Change& new_change);
91 const FileChange::ChangeList& list);
94 FileChange::ChangeType change);
97 FileChange::ChangeType change);
98 void Apply(const FileChange& new_changed_files);
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 13 FileChange::FileChange(
19 std::string FileChange::DebugString() const {
47 void FileChangeList::Update(const FileChange& new_change) {
53 FileChange& last = list_.back();
file_change.h 18 class FileChange {
25 FileChange(ChangeType change, SyncFileType file_type);
39 bool operator==(const FileChange& that) const {
51 typedef std::deque<FileChange> List;
57 void Update(const FileChange& new_change);
63 const FileChange& front() const { return list_.front(); }
64 const FileChange& back() const { return list_.back(); }
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 32 struct FileChange {
37 FileChange(SourceLocation From, const Module *Mod) : Mod(Mod), From(From) {
46 typedef std::map<unsigned, FileChange> FileChangeMap;
82 const FileChange *FindFileChangeLocation(SourceLocation Loc) const;
181 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
189 const InclusionRewriter::FileChange *
397 if (const FileChange *Change = FindFileChangeLocation(

Completed in 432 milliseconds