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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 53 for ( p in r ) { e[e.length] = { property:p, value:r[p] }; t.addProperty( p, r[p]) };
64 this.addProperty = addProperty;
66 function addProperty(name, value) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
GetPropReceiver.java 60 mDevice.addProperty(label, value);
Device.java 439 void addProperty(String label, String value) {
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 46 void addProperty(int prop) { m_properties.add(prop); }
80 void addProperty(int prop) { m_properties.add(prop); }
  /frameworks/base/libs/utils/
PropertyMap.cpp 50 void PropertyMap::addProperty(const String8& key, const String8& value) {
210 mMap->addProperty(keyToken, valueToken);
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 137 public void addProperty(Property prop) {
517 component.addProperty(property);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 59 * supplied with {@link #addProperty(VCardProperty)}. After supplying all data,
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 636 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
830 addProperty(propId, CSSInheritedValue::create(), important);
836 addProperty(propId, CSSInitialValue::createExplicit(), important);
946 addProperty(CSSPropertyOverflowY, value, important);
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 259 milliseconds