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

<<11121314151617

  /external/chromium_org/sync/syncable/
mutable_entry.h 10 #include "sync/syncable/entry.h"
11 #include "sync/syncable/metahandle_set.h"
12 #include "sync/syncable/model_neutral_mutable_entry.h"
17 namespace syncable { namespace in namespace:syncer
72 bool MarkForSyncing(syncable::MutableEntry* e);
74 } // namespace syncable
nigori_util.h 22 namespace syncable { namespace in namespace:syncer
82 } // namespace syncable
nigori_util_unittest.cc 7 #include "sync/syncable/nigori_util.h"
12 namespace syncable { namespace in namespace:syncer
49 } // namespace syncable
syncable_base_transaction.cc 5 #include "sync/syncable/syncable_base_transaction.h"
8 #include "sync/syncable/directory.h"
11 namespace syncable { namespace in namespace:syncer
78 } // namespace syncable
syncable_base_transaction.h 10 #include "sync/syncable/syncable_id.h"
13 namespace syncable { namespace in namespace:syncer
82 } // namespace syncable
syncable_delete_journal.h 13 #include "sync/syncable/metahandle_set.h"
14 #include "sync/syncable/syncable-inl.h"
17 namespace syncable { namespace in namespace:syncer
101 } // namespace syncable
syncable_id.cc 5 #include "sync/syncable/syncable_id.h"
15 namespace syncable { namespace in namespace:syncer
71 } // namespace syncable
syncable_util.h 20 namespace syncable { namespace in namespace:syncer
55 } // namespace syncable
write_transaction_info.cc 5 #include "sync/syncable/write_transaction_info.h"
10 namespace syncable { namespace in namespace:syncer
47 } // namespace syncable
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 73 config->data_types.insert(syncable::BOOKMARKS);
79 config->data_types.insert(syncable::PREFERENCES);
85 config->data_types.insert(syncable::THEMES);
91 config->data_types.insert(syncable::PASSWORDS);
97 config->data_types.insert(syncable::AUTOFILL);
103 config->data_types.insert(syncable::EXTENSIONS);
109 config->data_types.insert(syncable::TYPED_URLS);
115 config->data_types.insert(syncable::SESSIONS);
121 config->data_types.insert(syncable::APPS);
  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.cc 18 syncable::ModelType model_type,
87 return ExtensionSyncTraits(syncable::EXTENSIONS,
142 return ExtensionSyncTraits(syncable::APPS,
data_type_manager.h 14 #include "chrome/browser/sync/syncable/model_type.h"
19 // of many different syncable data types.
45 typedef std::set<syncable::ModelType> TypeSet;
frontend_data_type_controller_mock.h 23 MOCK_CONST_METHOD0(type, syncable::ModelType());
preference_model_associator.h 38 static syncable::ModelType model_type() { return syncable::PREFERENCES; }
autofill_profile_model_associator_unittest.cc 9 #include "chrome/browser/sync/syncable/syncable.h"
10 #include "chrome/browser/sync/syncable/syncable_mock.h"
115 kernel.put(syncable::SPECIFICS, specifics);
116 kernel.put(syncable::META_HANDLE, 1);
179 syncable::Id root_id;
190 kernel.put(syncable::SPECIFICS, specifics);
191 kernel.put(syncable::META_HANDLE, 1);
192 kernel.put(syncable::ID, root_id);
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc 23 #include "chrome/browser/sync/syncable/model_type.h"
46 EXPECT_EQ(13, syncable::MODEL_TYPE_COUNT);
156 EXPECT_EQ(syncable::MODEL_TYPE_COUNT - syncable::FIRST_REAL_MODEL_TYPE,
  /external/chromium_org/sync/internal_api/public/
base_node.h 45 namespace syncable { namespace in namespace:syncer
53 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
54 // This, like syncable::Entry, is intended for use on the stack. A valid
56 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
86 // Each object is identified by a 64-bit id (internally, the syncable
101 // of syncable::Entry.
213 virtual const syncable::Entry* GetEntry() const = 0;
239 const syncable::Entry* entry) const;
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 18 #include "sync/syncable/directory.h"
19 #include "sync/syncable/entry.h"
20 #include "sync/syncable/syncable-inl.h"
21 #include "sync/syncable/syncable_proto_util.h"
32 using syncable::BASE_VERSION;
33 using syncable::CTIME;
34 using syncable::ID;
35 using syncable::IS_DEL;
36 using syncable::IS_DIR
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier.h 39 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 5 #include "chrome/browser/sync/syncable/syncable_id.h"
15 namespace syncable { namespace
68 } // namespace syncable
model_type.h 28 namespace syncable { namespace
85 void AddDefaultExtensionValue(syncable::ModelType datatype,
135 // Returns a string corresponding to the syncable tag for this datatype.
155 } // namespace syncable
  /external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.cc 9 #include "sync/syncable/directory.h"
23 syncable::Directory* directory = user_share->directory.get();
  /external/chromium_org/sync/test/
null_directory_change_delegate.cc 8 namespace syncable { namespace in namespace:syncer
43 } // namespace syncable
  /external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc 15 routes_[syncable::BOOKMARKS] = GROUP_UI;
75 status.mutable_conflict_progress()->AddConflictingItemById(syncable::Id());
100 commits.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
159 syncable::Id());
161 syncable::Id());
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 14 #include "sync/syncable/entry.h"
15 #include "sync/syncable/syncable_base_transaction.h"
24 // Traversal provides a way to collect a set of nodes from the syncable
39 void ExpandToInclude(syncable::BaseTransaction* trans,
51 syncable::Entry node(trans, syncable::GET_BY_HANDLE, node_to_include);
62 syncable::Entry parent(trans, syncable::GET_BY_ID,
158 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();

Completed in 426 milliseconds

<<11121314151617