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

  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.cc 37 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
verify_updates_command.cc 8 #include "chrome/browser/sync/engine/syncer.h"
24 using syncable::SYNCER;
38 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
apply_updates_command.cc 26 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
process_updates_command.cc 10 #include "chrome/browser/sync/engine/syncer.h"
101 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
syncer.cc 5 #include "chrome/browser/sync/engine/syncer.h"
45 using syncable::SYNCER;
56 Syncer::Syncer()
61 Syncer::~Syncer() {}
63 bool Syncer::ExitRequested() {
68 void Syncer::RequestEarlyExit() {
74 void Syncer::SyncShare(sessions::SyncSession* session) {
90 void Syncer::SyncShare(sessions::SyncSession* session
    [all...]
conflict_resolver.cc 10 #include "chrome/browser/sync/engine/syncer.h"
296 // TODO(sync): Revisit syncer code organization to see if conflict
422 WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
467 WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
process_commit_response_command.cc 40 using syncable::SYNCER;
139 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
build_and_process_conflict_sets_command.cc 46 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
syncer_util.cc 61 using syncable::SYNCER;
196 // then the syncer might assume that it was never committed.
202 // completed the commit by the time the syncer tries to get updates
665 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
    [all...]
syncapi.cc 35 #include "chrome/browser/sync/engine/syncer.h"
83 using browser_sync::Syncer;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 628 SYNCER,
872 // syncer should call it from its PerformSyncQueries member.
882 // Get the channel for post save notification, used by the syncer.
    [all...]

Completed in 802 milliseconds