Searched defs:ModelType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h45 enum ModelType { enum in class:BackForwardMenuModel
50 BackForwardMenuModel(Browser* browser, ModelType model_type);
199 ModelType model_type_;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDistance.h41 enum ModelType { enum in class:blink::DistanceEffect
52 ModelType model() { return m_model; }
54 void setModel(ModelType model, bool clamped)
74 ModelType m_model;
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
H A DModelType.java24 public enum ModelType { enum
86 private static final String TAG = "ModelType";
92 ModelType(String modelType, boolean nonInvalidationType) { method in class:ModelType
98 ModelType(String modelType) { method in class:ModelType
112 * Returns the {@link ObjectId} representation of this {@link ModelType}.
114 * This should be used with caution, since it converts even {@link ModelType} instances with
115 * |mNonInvalidationType| set. For automatically stripping such {@link ModelType} entries out,
116 * use {@link ModelType#modelTypesToObjectIds(java.util.Set)} instead.
123 public static ModelType fromObjectId(ObjectId objectId) {
132 * Converts string representations of types to sync to {@link ModelType}
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h35 enum ModelType { enum in namespace:syncer
144 typedef EnumSet<ModelType, FIRST_REAL_MODEL_TYPE, LAST_REAL_MODEL_TYPE>
146 typedef EnumSet<ModelType, UNSPECIFIED, LAST_REAL_MODEL_TYPE>
149 inline ModelType ModelTypeFromInt(int i) {
152 return static_cast<ModelType>(i);
156 SYNC_EXPORT void AddDefaultFieldValue(ModelType datatype,
159 // Extract the model type of a SyncEntity protocol buffer. ModelType is a
160 // local concept: the enum is not in the protocol. The SyncEntity's ModelType
163 SYNC_EXPORT_PRIVATE ModelType GetModelType(
169 SYNC_EXPORT ModelType GetModelTypeFromSpecific
[all...]

Completed in 654 milliseconds