OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modeltypes
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java
128
Set<ModelType>
modelTypes
= new HashSet<ModelType>(syncTypes.size());
131
modelTypes
.add(valueOf(syncType));
137
return
modelTypes
;
155
public static Set<ObjectId> modelTypesToObjectIds(Set<ModelType>
modelTypes
) {
156
Set<ObjectId> objectIds = new HashSet<ObjectId>(
modelTypes
.size());
157
for (ModelType modelType :
modelTypes
) {
166
public static Set<String> modelTypesToSyncTypes(Set<ModelType>
modelTypes
) {
167
Set<String> objectIds = new HashSet<String>(
modelTypes
.size());
168
for (ModelType modelType :
modelTypes
) {
/external/chromium_org/chrome/browser/sync/
profile_sync_service_model_type_selection_android.h
8
// This file contains the list of sync
ModelTypes
that Android can register for
/external/chromium_org/sync/syncable/
directory_change_delegate.h
37
// Must return the set of all
ModelTypes
that were modified in the
model_type_unittest.cc
73
// Make sure we can convert
ModelTypes
to and from specifics field
/external/chromium/chrome/browser/sync/syncable/
model_type.h
95
// are some
ModelTypes
(like TOP_LEVEL_FOLDER) that can't be inferred this way;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java
212
// Store some preferences for
ModelTypes
and account. We are using the helper class
/external/chromium_org/sync/engine/
download.cc
121
// Builds a map of
ModelTypes
to indices to progress markers in the given
/external/chromium_org/sync/internal_api/public/base/
model_type.h
166
// are some
ModelTypes
(like TOP_LEVEL_FOLDER) that can't be inferred this way;
/external/chromium/chrome/browser/sync/engine/
syncapi.h
268
// hash locally. This also ensures that
ModelTypes
have unique namespaces.
[
all
...]
Completed in 339 milliseconds