HomeSort by relevance Sort by last modified time
    Searched refs:StringProperty (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKitTools/QueueStatusServer/model/
queuestatus.py 33 queue_name = db.StringProperty()
36 message = db.StringProperty(multiline=True)
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 25 handle = db.StringProperty(required=True)
68 username = db.StringProperty(required=True)
69 password = db.StringProperty()
82 username = db.StringProperty()
83 friend_handle = db.StringProperty(required=True)
  /system/core/nexus/
Property.cpp 37 StringProperty::StringProperty(const char *name, bool ro, int elements) :
40 int StringProperty::set(int idx, int value) {
45 int StringProperty::set(int idx, struct in_addr *value) {
50 int StringProperty::get(int idx, int *buffer) {
55 int StringProperty::get(int idx, struct in_addr *buffer) {
63 StringProperty(name, ro, 1) {
Property.h 54 class StringProperty : public Property {
56 StringProperty(const char *name, bool ro, int elements);
57 virtual ~StringProperty() {}
68 class StringPropertyHelper : public StringProperty {
VpnController.h 39 class VpnStringProperty : public StringProperty {
VpnController.cpp 60 StringProperty(name, ro, elements) {
WifiController.h 54 class WifiStringProperty : public StringProperty {
WifiNetwork.h 83 class WifiNetworkStringProperty : public StringProperty {
WifiController.cpp 666 StringProperty(name, ro, elements) {
WifiNetwork.cpp 675 StringProperty(name, ro, elements) {
  /external/webkit/WebCore/svg/
SVGAnimateElement.h 47 enum PropertyType { NumberProperty, ColorProperty, StringProperty, PathProperty };
SVGAnimateElement.cpp 39 , m_propertyType(StringProperty)
99 if (results->m_propertyType == StringProperty && m_propertyType != StringProperty)
152 results->m_propertyType = StringProperty;
183 m_propertyType = StringProperty;
228 m_propertyType = StringProperty;

Completed in 140 milliseconds