HomeSort by relevance Sort by last modified time
    Searched refs:syncable (Results 101 - 125 of 407) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/syncable/
syncable_base_write_transaction.cc 5 #include "sync/syncable/syncable_base_write_transaction.h"
8 namespace syncable { namespace in namespace:syncer
20 } // namespace syncable
syncable_read_transaction.cc 5 #include "sync/syncable/syncable_read_transaction.h"
8 namespace syncable { namespace in namespace:syncer
21 } // namespace syncable
  /external/chromium_org/sync/test/
test_transaction_observer.cc 9 namespace syncable { namespace in namespace:syncer
28 } // namespace syncable
fake_sync_encryption_handler.h 13 #include "sync/syncable/nigori_handler.h"
26 public syncable::NigoriHandler {
45 syncable::BaseTransaction* const trans) OVERRIDE;
48 syncable::BaseTransaction* const trans) const OVERRIDE;
50 syncable::BaseTransaction* const trans) const OVERRIDE;
53 syncable::BaseTransaction* const trans) OVERRIDE;
55 syncable::BaseTransaction* const trans) const OVERRIDE;
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.cc 12 #include "chrome/browser/sync/syncable/directory_manager.h"
13 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
15 using syncable::ScopedDirLookup;
21 using syncable::FIRST_REAL_MODEL_TYPE;
22 using syncable::MODEL_TYPE_COUNT;
45 syncable::ModelTypeBitSet enabled_types;
46 const syncable::ModelTypePayloadMap& type_payload_map =
50 syncable::ModelType model_type = syncable::ModelTypeFromInt(i->first);
57 syncable::ModelTypePayloadMap::const_iterator type_payload
    [all...]
apply_updates_command_unittest.cc 14 #include "chrome/browser/sync/syncable/directory_manager.h"
15 #include "chrome/browser/sync/syncable/nigori_util.h"
16 #include "chrome/browser/sync/syncable/syncable.h"
17 #include "chrome/browser/sync/syncable/syncable_id.h"
26 using syncable::Entry;
27 using syncable::GetEncryptedDataTypes;
28 using syncable::Id;
29 using syncable::MutableEntry;
30 using syncable::ReadTransaction
    [all...]
syncer_proto_util.h 12 #include "chrome/browser/sync/syncable/blob.h"
13 #include "chrome/browser/sync/syncable/model_type.h"
15 namespace syncable { namespace
20 } // namespace syncable
50 // Compares a syncable Entry to SyncEntity, returns true iff the data is
57 static bool Compare(const syncable::Entry& local_entry,
60 // Utility methods for converting between syncable::Blobs and protobuf byte
63 syncable::Blob* blob);
65 const syncable::Blob& blob);
66 static void CopyBlobIntoProtoBytes(const syncable::Blob& blob
    [all...]
mock_model_safe_workers.cc 21 routes[syncable::BOOKMARKS] = GROUP_PASSIVE;
28 const syncable::ModelTypeBitSet& set) {
30 for (int i = syncable::UNSPECIFIED ; i < syncable::MODEL_TYPE_COUNT; ++i) {
31 syncable::ModelType type = syncable::ModelTypeFromInt(i);
store_timestamps_command.cc 9 #include "chrome/browser/sync/syncable/directory_manager.h"
10 #include "chrome/browser/sync/syncable/model_type.h"
11 #include "chrome/browser/sync/syncable/syncable.h"
19 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
35 syncable::ModelTypeBitSet forward_progress_types;
37 syncable::ModelType model =
38 syncable::GetModelTypeFromExtensionFieldNumber(
40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER)
    [all...]
syncapi.h 52 #include "chrome/browser/sync/syncable/autofill_migration.h"
53 #include "chrome/browser/sync/syncable/model_type.h"
76 namespace syncable { namespace
110 // A UserShare encapsulates the syncable pieces that represent an authenticated
113 // syncable share.
120 scoped_ptr<syncable::DirectoryManager> dir_manager;
135 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
136 // This, like syncable::Entry, is intended for use on the stack. A valid
138 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
150 virtual bool InitByClientTagLookup(syncable::ModelType model_type
    [all...]
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;
  /external/chromium/chrome/browser/sync/glue/
extension_model_associator.h 12 #include "chrome/browser/sync/syncable/model_type.h"
33 static syncable::ModelType model_type() { return syncable::EXTENSIONS; }
  /external/chromium_org/sync/internal_api/public/test/
test_user_share.h 42 namespace syncable { namespace in namespace:syncer
73 syncable::TestTransactionObserver* transaction_observer();
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/chrome/browser/sync/sessions/
session_state.h 26 #include "chrome/browser/sync/syncable/model_type.h"
27 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
28 #include "chrome/browser/sync/syncable/syncable.h"
32 namespace syncable { namespace
46 explicit SyncSourceInfo(const syncable::ModelTypePayloadMap& t);
49 const syncable::ModelTypePayloadMap& t);
56 syncable::ModelTypePayloadMap types;
82 syncable::ModelTypeSet types_needing_local_migration;
107 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT])
    [all...]
session_state.cc 27 const syncable::ModelTypePayloadMap& t)
32 const syncable::ModelTypePayloadMap& t)
41 value->Set("types", syncable::ModelTypePayloadMapToValue(types));
75 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT]) {
77 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
78 i < syncable::MODEL_TYPE_COUNT; ++i) {
85 syncable::ModelTypeToString(syncable::ModelTypeFromInt(i)),
111 const syncable::ModelTypeBitSet& initial_sync_ended,
113 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT]
    [all...]
session_state_unittest.cc 30 syncable::ModelTypePayloadMap types;
31 types[syncable::PREFERENCES] = "preferencespayload";
32 types[syncable::EXTENSIONS] = "";
34 syncable::ModelTypePayloadMapToValue(types));
86 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT];
87 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
88 i < syncable::MODEL_TYPE_COUNT; ++i) {
95 EXPECT_EQ(syncable::MODEL_TYPE_COUNT - syncable::FIRST_REAL_MODEL_TYPE,
97 for (int i = syncable::FIRST_REAL_MODEL_TYPE
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 8 #include "sync/syncable/directory.h"
9 #include "sync/syncable/mutable_entry.h"
10 #include "sync/syncable/syncable_read_transaction.h"
11 #include "sync/syncable/syncable_write_transaction.h"
47 syncer::syncable::DirectoryBackingStore* saved_store =
66 syncable::TestTransactionObserver* TestUserShare::transaction_observer() {
72 syncer::syncable::Directory* directory = user_share->directory.get();
73 syncable::WriteTransaction wtrans(FROM_HERE, syncable::UNITTEST, directory);
79 syncable::ReadTransaction trans(FROM_HERE, user_share_->directory.get())
    [all...]
  /external/chromium_org/sync/engine/
commit_util.cc 18 #include "sync/syncable/directory.h"
19 #include "sync/syncable/entry.h"
20 #include "sync/syncable/model_neutral_mutable_entry.h"
21 #include "sync/syncable/syncable_base_transaction.h"
22 #include "sync/syncable/syncable_base_write_transaction.h"
23 #include "sync/syncable/syncable_changes_version.h"
24 #include "sync/syncable/syncable_proto_util.h"
25 #include "sync/syncable/syncable_util.h"
35 using syncable::Entry;
36 using syncable::IS_DEL
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 15 #include "chrome/browser/sync/syncable/model_type.h"
58 bool SetupSync(const syncable::ModelTypeSet& synced_datatypes);
109 void EnableSyncForDatatype(syncable::ModelType datatype);
112 void DisableSyncForDatatype(syncable::ModelType datatype);
130 bool EnableEncryptionForType(syncable::ModelType type);
133 bool IsTypeEncrypted(syncable::ModelType type);
199 std::string GetUpdatedTimestamp(syncable::ModelType model_type);
203 syncable::ModelType waiting_for_encryption_type_;
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 18 #include "chrome/browser/sync/syncable/model_type.h"
19 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
35 const syncable::ModelTypePayloadMap& type_payloads) {
36 for (syncable::ModelTypePayloadMap::const_iterator it =
39 << syncable::ModelTypeToString(it->first)
107 syncable::ModelTypeSet types;
108 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
109 i < syncable::MODEL_TYPE_COUNT; ++i) {
110 types.insert(syncable::ModelTypeFromInt(i));
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.cc 5 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
9 namespace syncable { namespace
12 const syncable::ModelTypeBitSet& types,
15 for (size_t i = syncable::FIRST_REAL_MODEL_TYPE;
18 types_with_payloads[syncable::ModelTypeFromInt(i)] = payload;
40 value->SetString(syncable::ModelTypeToString(it->first), it->second);
61 } // namespace syncable
  /external/chromium_org/sync/internal_api/
delete_journal.cc 8 #include "sync/syncable/directory.h"
9 #include "sync/syncable/syncable_base_transaction.h"
16 syncer::syncable::EntryKernelSet deleted_entries;
20 for (syncer::syncable::EntryKernelSet::const_iterator i =
23 delete_journal_list->back().id = (*i)->ref(syncer::syncable::META_HANDLE);
24 delete_journal_list->back().is_folder = (*i)->ref(syncer::syncable::IS_DIR);
27 syncer::syncable::SPECIFICS);

Completed in 90 milliseconds

1 2 3 45 6 7 8 91011>>