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

  /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 {
  /external/webkit/WebCore/svg/
SVGAnimateElement.h 47 enum PropertyType { NumberProperty, ColorProperty, StringProperty, PathProperty };

Completed in 73 milliseconds