HomeSort by relevance Sort by last modified time
    Searched full:syncer (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 44 // TODO(tim): Add syncer test to verify previous routing info is set.
clear_data_command.cc 9 #include "chrome/browser/sync/engine/syncer.h"
download_updates_command.h 30 // session can be found in the Syncer logic. When looping, the
post_commit_message_command.cc 37 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
http_post_provider_interface.h 14 // required HTTP POST functionality to the syncer backend. This interface is
update_applicator.h 6 // applying them to the client using the given syncer session.
all_status.cc 51 // The syncer may not be done yet, which could cause conflicting updates.
115 LOG(ERROR) << "Unrecognized Syncer Event: " << event.what_happened;
process_updates_command.cc 10 #include "chrome/browser/sync/engine/syncer.h"
101 WriteTransaction trans(dir, SYNCER, __FILE__, __LINE__);
syncer_thread.cc 10 #include "chrome/browser/sync/engine/syncer.h"
69 Syncer* syncer)
78 syncer_(syncer),
363 // the nudge. Doing different would throw off some syncer commands like
611 // broken response while trying to download all updates, because the Syncer
613 // but HasMoreToSync is false, this implies that the Syncer determined no
619 VLOG(1) << "SyncerThread(" << this << ")" << " syncer has work to do: "
    [all...]
syncer_util.h 6 // syncer.
17 #include "chrome/browser/sync/engine/syncer.h"
apply_updates_command_unittest.cc 10 #include "chrome/browser/sync/engine/syncer.h"
378 Syncer::UnsyncedMetaHandles handles;
423 Syncer::UnsyncedMetaHandles handles;
450 Syncer::UnsyncedMetaHandles handles;
472 Syncer::UnsyncedMetaHandles handles;
518 Syncer::UnsyncedMetaHandles handles;
547 Syncer::UnsyncedMetaHandles handles;
syncer_proto_util.cc 10 #include "chrome/browser/sync/engine/syncer.h"
126 LOG(WARNING) << "Birthday changed, showing syncer stuck";
156 LOG(WARNING) << "Error posting from syncer:" << http_response;
download_updates_command.cc 9 #include "chrome/browser/sync/engine/syncer.h"
syncer_proto_util.h 101 // mismatch. Return false if the syncer should be stuck.
syncapi.h 5 // This file defines the "sync API", an interface to the syncer
15 // This interface is used as the entry point into the syncer backend
22 // should ideally compile the syncer backend and this API as part of the
687 bool server_broken; // True of the syncer is stopped because of server
704 // True if any syncer is stuck.
709 // Total updates received by the syncer since browser start.
770 // A round-trip sync-cycle took place and the syncer has resolved any
    [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__);
syncapi.cc 35 #include "chrome/browser/sync/engine/syncer.h"
83 using browser_sync::Syncer;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_columns.h 27 // up to the syncer to translate to Java time when syncing.
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 82 // The syncer requires a passphrase to decrypt sensitive
144 // This starts the SyncerThread running a Syncer object to communicate with
171 // Makes an asynchronous call to syncer to switch to config mode. When done
172 // syncer will call us back on FinishConfigureDataTypes.
347 // syncer.
370 // SaveChanges, close sqlite handles, and halt the syncer thread (which
457 // Invoked when the syncer attempts to set a passphrase but fails to decrypt
533 // Called to finish the job of ConfigureDataTypes once the syncer is in
ui_model_worker.cc 17 // the UI loop has initiated shutdown but the syncer hasn't got the memo yet.
126 work_done_->Signal(); // Unblock the syncer thread that scheduled us.
data_type_manager.h 24 DOWNLOAD_PENDING, // Not implemented yet: Waiting for the syncer to
http_bridge.h 30 // A bridge between the syncer and Chromium HTTP layers.
156 // This should be the main syncer thread (SyncerThread) which is what blocks
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.h 103 // If this is called, configuring data types will require a syncer
sync_ui_util.cc 58 // the Syncer, we do not show the (re)login link.
380 "Syncer Stuck",
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 59 // Data pertaining to the status of an active Syncer object.
80 // If the syncer encountered a MIGRATION_DONE code, these are the types that

Completed in 1297 milliseconds

12 3