HomeSort by relevance Sort by last modified time
    Searched defs:syncer (Results 101 - 125 of 468) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/test/
fake_encryptor.cc 9 namespace syncer { namespace
23 } // namespace syncer
local_sync_test_server.h 12 namespace syncer { namespace
47 } // namespace syncer
null_directory_change_delegate.h 11 namespace syncer { namespace
35 } // namespace syncer
test_directory_backing_store.h 11 namespace syncer { namespace
62 } // namespace syncer
  /external/chromium_org/sync/util/
encryptor.h 10 namespace syncer { namespace
25 } // namespace syncer
get_session_name_win.cc 9 namespace syncer { namespace
21 } // namespace syncer
logging.h 16 namespace syncer { namespace
21 } // namespace syncer
32 ::syncer::VlogIsOnForLocation(from_here, verbose_level))) \
test_unrecoverable_error_handler.cc 9 namespace syncer { namespace
22 } // namespace syncer
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service.h 12 namespace syncer { namespace
15 } // namespace syncer
75 syncer::InvalidationHandler* handler) = 0;
83 syncer::InvalidationHandler* handler,
84 const syncer::ObjectIdSet& ids) = 0;
92 syncer::InvalidationHandler* handler) = 0;
97 const syncer::AckHandle& ack_handle) = 0;
102 virtual syncer::InvalidatorState GetInvalidatorState() const = 0;
invalidation_service_factory.h 16 namespace syncer { namespace
p2p_invalidation_service.h 13 namespace syncer { namespace
37 syncer::InvalidationHandler* handler) OVERRIDE;
39 syncer::InvalidationHandler* handler,
40 const syncer::ObjectIdSet& ids) OVERRIDE;
42 syncer::InvalidationHandler* handler) OVERRIDE;
45 const syncer::AckHandle& ack_handle) OVERRIDE;
46 virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE;
53 const syncer::ObjectIdInvalidationMap& invalidation_map);
56 scoped_ptr<syncer::P2PInvalidator> invalidator_;
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.h 13 namespace syncer { namespace
30 const scoped_refptr<syncer::ExtensionsActivity>& GetExtensionsActivity();
33 scoped_refptr<syncer::ExtensionsActivity> extensions_activity_;
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui.h 17 namespace syncer { namespace
19 } // namespace syncer
23 public syncer::JsEventHandler,
24 public syncer::JsReplyHandler {
46 // syncer::JsEventHandler implementation.
49 const syncer::JsEventDetails& details) OVERRIDE;
51 // syncer::JsReplyHandler implementation.
54 const syncer::JsArgList& args) OVERRIDE;
58 base::WeakPtr<syncer::JsController> js_controller_;
  /external/chromium_org/sync/api/
string_ordinal.h 11 namespace syncer { namespace
45 } // namespace syncer
  /external/chromium_org/sync/engine/
backoff_delay_provider.h 11 namespace syncer { namespace
54 } // namespace syncer
nudge_source.h 8 namespace syncer { namespace
22 } // namespace syncer
process_updates_command.h 17 namespace syncer { namespace
25 // A syncer command for verifying and processing updates.
57 } // namespace syncer
store_timestamps_command.h 18 namespace syncer { namespace
30 // A syncer command that extracts the changelog timestamp information from
54 } // namespace syncer
syncer.h 22 namespace syncer { namespace
24 // A Syncer provides a control interface for driving the individual steps
30 // A Syncer instance expects to run on a dedicated thread. Calls
34 class SYNC_EXPORT_PRIVATE Syncer {
38 Syncer();
39 virtual ~Syncer();
41 // Called by other threads to tell the syncer to stop what it's doing
107 DISALLOW_COPY_AND_ASSIGN(Syncer);
110 } // namespace syncer
syncer_command.cc 7 namespace syncer { namespace
17 } // namespace syncer
syncer_proto_util.h 27 namespace syncer { namespace
127 // mismatch. Return false if the syncer should be stuck.
157 } // namespace syncer
  /external/chromium_org/sync/internal_api/
base_transaction.cc 11 namespace syncer { namespace
32 } // namespace syncer
js_mutation_event_observer.h 23 namespace syncer { namespace
68 } // namespace syncer
js_sync_encryption_handler_observer.h 21 namespace syncer { namespace
62 } // namespace syncer
js_sync_manager_observer.h 21 namespace syncer { namespace
43 syncer::ModelTypeSet restored_types) OVERRIDE;
57 } // namespace syncer

Completed in 239 milliseconds

1 2 3 45 6 7 8 91011>>