Searched refs:prop (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | ICalendar.java | 56 public void addProperty(Property prop) { in addProperty() argument 57 String name= prop.getName(); in addProperty() 63 props.add(prop); in addProperty()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 2162 prop: function( name, value ) { method 2163 return jQuery.access( this, name, value, true, jQuery.prop ); 2452 return jQuery.prop( elem, name, value ); 2574 prop: function( elem, name, value ) { method 2635 property = jQuery.prop( elem, name ); 3315 var i, prop, 3323 prop = copy[ --i ]; 3324 event[ prop ] = originalEvent[ prop ]; 5072 for ( var prop in oldSizzle ) { 5073 Sizzle[ prop ] = oldSizzle[ prop ]; [all …]
|