HomeSort by relevance Sort by last modified time
    Searched refs:syncable (Results 126 - 150 of 408) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/sync/internal_api/public/test/
test_entry_factory.h 16 namespace syncable { namespace in namespace:syncer
23 explicit TestEntryFactory(syncable::Directory* dir);
47 void CreateUnsyncedItem(const syncable::Id& item_id,
48 const syncable::Id& parent_id,
100 syncable::Directory* directory_;
  /external/chromium_org/sync/sessions/
ordered_commit_set.h 15 #include "sync/syncable/syncable_id.h"
40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
43 const std::vector<syncable::Id>& GetAllCommitIds() const {
54 const syncable::Id& GetCommitIdAt(const size_t position) const {
102 syncable::Id id;
111 std::vector<syncable::Id> commit_ids_;
  /external/chromium_org/sync/internal_api/
base_node.cc 23 #include "sync/syncable/directory.h"
24 #include "sync/syncable/entry.h"
25 #include "sync/syncable/syncable_id.h"
32 using syncable::SPECIFICS;
36 static int64 IdToMetahandle(syncable::BaseTransaction* trans,
37 const syncable::Id& id) {
38 syncable::Entry entry(trans, syncable::GET_BY_ID, id);
41 return entry.Get(syncable::META_HANDLE);
67 if (!GetEntry()->Get(syncable::UNIQUE_SERVER_TAG).empty()
    [all...]
sync_encryption_handler_impl.h 19 #include "sync/syncable/nigori_handler.h"
47 public syncable::NigoriHandler {
71 syncable::BaseTransaction* const trans) OVERRIDE;
74 syncable::BaseTransaction* const trans) const OVERRIDE;
76 syncable::BaseTransaction* const trans) const OVERRIDE;
79 syncable::BaseTransaction* const trans) OVERRIDE;
82 syncable::BaseTransaction* const trans) const OVERRIDE;
149 syncable::BaseTransaction* const trans);
168 syncable::BaseTransaction* const trans);
210 syncable::BaseTransaction* const trans)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 6 // functionality is provided by the Syncable layer, which has its own
34 #include "chrome/browser/sync/syncable/directory_manager.h"
35 #include "chrome/browser/sync/syncable/nigori_util.h"
36 #include "chrome/browser/sync/syncable/syncable.h"
37 #include "chrome/browser/sync/syncable/syncable_id.h"
55 using syncable::ModelType;
56 using syncable::ModelTypeSet;
95 syncable::ModelType model_type,
136 // Creates the "synced" root node for a particular datatype. We use the syncable
    [all...]
model_safe_worker.cc 9 ModelSafeGroup GetGroupForModelType(const syncable::ModelType type,
16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER)
syncer_types.h 13 #include "chrome/browser/sync/syncable/model_type.h"
15 namespace syncable { namespace
128 typedef std::vector<syncable::Id> ConflictSet;
130 typedef std::map<syncable::Id, ConflictSet*> IdToConflictSetMap;
change_reorder_buffer.cc 13 #include "chrome/browser/sync/syncable/syncable.h"
23 // Traversal provides a way to collect a set of nodes from the syncable
38 void ExpandToInclude(syncable::BaseTransaction* trans,
50 syncable::Entry node(trans, syncable::GET_BY_HANDLE, node_to_include);
52 if (node.Get(syncable::ID).IsRoot()) {
58 top_ = node.Get(syncable::META_HANDLE);
61 syncable::Entry parent(trans, syncable::GET_BY_ID
    [all...]
process_updates_command.cc 15 #include "chrome/browser/sync/syncable/directory_manager.h"
16 #include "chrome/browser/sync/syncable/syncable.h"
38 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
75 bool ReverifyEntry(syncable::WriteTransaction* trans, const SyncEntity& entry,
76 syncable::MutableEntry* same_id) {
80 const syncable::ModelType model_type = entry.GetModelType();
93 const syncable::ScopedDirLookup& dir,
97 using namespace syncable;
98 syncable::Id server_id = update.id()
    [all...]
syncer.cc 28 #include "chrome/browser/sync/syncable/directory_manager.h"
29 #include "chrome/browser/sync/syncable/syncable-inl.h"
30 #include "chrome/browser/sync/syncable/syncable.h"
34 using syncable::Blob;
35 using syncable::IS_UNAPPLIED_UPDATE;
36 using syncable::SERVER_CTIME;
37 using syncable::SERVER_IS_DEL;
38 using syncable::SERVER_IS_DIR
    [all...]
download_updates_command.h 12 #include "chrome/browser/sync/syncable/model_type.h"
24 // in the syncable::Directory, and the set of enabled types as indicated by
46 void SetRequestedTypes(const syncable::ModelTypeBitSet& target_datatypes,
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 15 #include "chrome/browser/sync/syncable/model_type.h"
59 typedef std::map<syncable::ModelType,
61 typedef std::map<syncable::ModelType, DataTypeController::State> StateMap;
78 virtual syncable::ModelType type() const = 0;
autofill_profile_data_type_controller.cc 22 syncable::ModelType AutofillProfileDataTypeController::type() const {
23 return syncable::AUTOFILL_PROFILE;
sync_backend_host.h 28 #include "chrome/browser/sync/syncable/model_type.h"
96 const syncable::ModelTypeSet& encrypted_types) = 0;
100 const syncable::ModelTypeSet& types) = 0;
136 const syncable::ModelTypeSet& types,
168 const syncable::ModelTypeSet& types,
180 const syncable::ModelTypeSet& encrypted_types);
182 syncable::AutofillMigrationState
186 syncable::AutofillMigrationState state);
188 syncable::AutofillMigrationDebugInfo
192 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set
    [all...]
data_type_manager_impl2_unittest.cc 17 #include "chrome/browser/sync/syncable/model_type.h"
85 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::BOOKMARKS));
93 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PREFERENCES));
106 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PASSWORDS));
165 std::set<syncable::ModelType> types_;
181 controllers_[syncable::BOOKMARKS] = bookmark_dtc;
184 types_.insert(syncable::BOOKMARKS);
197 controllers_[syncable::BOOKMARKS] = bookmark_dtc;
200 types_.insert(syncable::BOOKMARKS);
212 controllers_[syncable::BOOKMARKS] = bookmark_dtc
    [all...]
autofill_profile_data_type_controller.h 22 virtual syncable::ModelType type() const;
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 11 #include "chrome/browser/sync/syncable/model_type.h"
12 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
61 syncable::ModelTypeSet types;
62 types.insert(syncable::BOOKMARKS);
63 types.insert(syncable::AUTOFILL);
  /external/chromium_org/sync/engine/
build_commit_command.h 13 #include "sync/syncable/entry_kernel.h"
22 namespace syncable { namespace in namespace:syncer
29 // syncable::Directory, which is why it must be called within the same
42 syncable::BaseTransaction* trans,
64 syncable::BaseTransaction* trans_;
apply_updates_and_resolve_conflicts_command_unittest.cc 15 #include "sync/syncable/mutable_entry.h"
16 #include "sync/syncable/syncable_id.h"
17 #include "sync/syncable/syncable_read_transaction.h"
18 #include "sync/syncable/syncable_util.h"
19 #include "sync/syncable/syncable_write_transaction.h"
30 using syncable::Id;
31 using syncable::MutableEntry;
32 using syncable::UNITTEST;
33 using syncable::WriteTransaction;
73 string root_server_id = syncable::GetNullId().GetServerId()
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator.h 10 #include "chrome/browser/sync/syncable/model_type.h"
40 void MigrateTypes(const syncable::ModelTypeSet& types);
60 syncable::ModelTypeSet to_migrate_;
js_sync_manager_observer.cc 14 #include "chrome/browser/sync/syncable/model_type.h"
26 syncable::ModelType model_type,
32 syncable::ModelTypeToString(model_type)));
43 syncable::ModelType model_type) {
46 syncable::ModelTypeToString(model_type)));
94 const syncable::ModelTypeSet& encrypted_types) {
96 return_args.Append(syncable::ModelTypeSetToValue(encrypted_types));
102 const syncable::ModelTypeSet& types) {
104 return_args.Append(syncable::ModelTypeSetToValue(types));
profile_sync_service_harness.cc 93 : waiting_for_encryption_type_(syncable::UNSPECIFIED),
129 syncable::ModelTypeSet synced_datatypes;
130 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
131 i < syncable::MODEL_TYPE_COUNT; ++i) {
132 synced_datatypes.insert(syncable::ModelTypeFromInt(i));
138 const syncable::ModelTypeSet& synced_datatypes) {
166 (syncable::MODEL_TYPE_COUNT - syncable::FIRST_REAL_MODEL_TYPE));
463 syncable::ModelTypeSet types, other_types, intersection_types;
470 for (syncable::ModelTypeSet::iterator i = intersection_types.begin()
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 12 #include "chrome/browser/sync/syncable/model_type.h"
18 namespace syncable { namespace
51 const syncable::ModelTypeSet& encrypted_types,
60 } // namespace syncable
  /external/chromium_org/sync/internal_api/public/
read_node.h 18 // ReadNode wraps a syncable::Entry to provide the functionality of a
46 virtual const syncable::Entry* GetEntry() const OVERRIDE;
55 // The underlying syncable object which this class wraps.
56 syncable::Entry* entry_;
  /external/chromium_org/sync/syncable/
parent_child_index.h 15 namespace syncable { namespace in namespace:syncer
54 typedef std::map<syncable::Id, OrderedChildSet*> ParentChildrenMap;
63 } // namespace syncable

Completed in 995 milliseconds

1 2 3 4 56 7 8 91011>>