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

  /external/webkit/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 422 void addProperty(String label, String value) {
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 40 component.addProperty(new ICalendar.Property("prop2", "value3"));
41 component.addProperty(new ICalendar.Property("prop1", "value1"));
42 component.addProperty(new ICalendar.Property("prop1", "value2"));
59 child.addProperty(new ICalendar.Property("prop2", "value2"));
61 parent.addProperty(new ICalendar.Property("prop1", "value1"));
62 parent.addProperty(new ICalendar.Property("prop1", "value12"));
  /external/webkit/WebCore/rendering/style/
KeyframeList.h 70 void addProperty(int prop) { m_properties.add(prop); }
  /frameworks/base/core/java/android/pim/
ICalendar.java 138 public void addProperty(Property prop) {
518 component.addProperty(property);
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 744 public void addProperty(final Property property) {
    [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp 422 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
608 addProperty(propId, CSSInheritedValue::create(), important);
614 addProperty(propId, CSSInitialValue::createExplicit(), important);
727 addProperty(CSSPropertyOverflowY, value, important);
815 addProperty(properties[1], value, important);
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 212 milliseconds