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

/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h35 enum ModelType { enum in class:BackForwardMenuModel
40 BackForwardMenuModel(Browser* browser, ModelType model_type);
184 ModelType model_type_;
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.h30 enum ModelType { enum in namespace:syncable
77 typedef std::set<ModelType> ModelTypeSet;
79 inline ModelType ModelTypeFromInt(int i) {
82 return static_cast<ModelType>(i);
85 void AddDefaultExtensionValue(syncable::ModelType datatype,
88 // Extract the model type of a SyncEntity protocol buffer. ModelType is a
89 // local concept: the enum is not in the protocol. The SyncEntity's ModelType
92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);
97 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
101 ModelType GetModelTypeFromExtensionFieldNumbe
[all...]
/external/webkit/Source/WebCore/platform/audio/
H A DDistance.h38 enum ModelType { enum in class:WebCore::DistanceEffect
49 ModelType model() { return m_model; }
51 void setModel(ModelType model, bool clamped)
71 ModelType m_model;

Completed in 129 milliseconds