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

  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 41 typedef SyncManager::ChangeRecord ChangeRecord;
49 // ChangeRecord.
56 // ChangeRecord.
63 // ChangeRecord. Also, if |position_changed| is true, all siblings of this
65 // pushed, the siblings will have an ACTION_UPDATE ChangeRecord.
93 std::vector<ChangeRecord>* changelist);
111 // Stores entity-specific ChangeRecord data per-ID.
syncapi.h 631 // ChangeRecord indicates a single item that changed as a result of a sync
635 struct ChangeRecord {
641 ChangeRecord();
642 ~ChangeRecord();
754 const ChangeRecord* changes,
    [all...]
syncapi.cc     [all...]

Completed in 1504 milliseconds