HomeSort by relevance Sort by last modified time
    Searched refs:propertyName (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
ImplicitAnimation.cpp 153 String propertyName = getPropertyNameString(m_animatingProperty);
164 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 509 String propertyName = event.getKey();
513 if (propertyName.equals(IPerformancesConstants.PRE_ECLIPSE_VERSION)) {
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) {
530 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_CONNECTION)) {
539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) {
ComponentResultsView.java 291 String propertyName = event.getKey();
295 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) {
302 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) {
309 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS)) {
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 42 function(apiName, propertyName, customizedFunction) {
47 this.apiFunctions_[apiName][propertyName] = customizedFunction;
372 forEach(properties, function(propertyName, propertyDef) {
373 if (propertyName in m)
378 propertyName).is_available ||
415 m[propertyName] = value;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 198 * other type than IDP_GROUP and its name matches 'propertyName' param. If
204 * @param propertyName
209 public Object findValue(String propertyName) {
210 if (name.equals(propertyName)) {
216 Object v = p.findValue(propertyName);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 420 private static String getSystemProperty(String propertyName, String defaultValue) {
421 String property = System.getProperty(propertyName);
424 logger.info("No system property " + propertyName + " found, default to "
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 385 String propertyName,
392 ICalendar.Property prop = new ICalendar.Property(propertyName);
445 String propertyName,
451 ICalendar.Property prop = new ICalendar.Property(propertyName);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 166 String propertyName = a.getString(com.android.internal.R.styleable.PropertyAnimator_propertyName);
168 anim.setPropertyName(propertyName);
  /libcore/luni/src/main/java/java/lang/
System.java 406 * @param propertyName
411 public static String getProperty(String propertyName) {
412 return getProperty(propertyName, null);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 207 static const AtomicString& propertyName(CSSPropertyID propertyID)
774 return propertyName(m_value.propertyID);
794 return propertyName(m_value.propertyID);
971 text = propertyName(m_value.propertyID);
    [all...]
  /external/chromium_org/tools/playback_benchmark/
common.js 160 var propertyName = info[1], pathToProperty = info[2];
165 Benchmark.originals[info[0]] = object[propertyName];
166 object[propertyName] = Benchmark.overrides[info[0]];
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 418 typedef bool (* NP_LOADDS NPN_GetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
425 typedef bool (* NP_LOADDS NPN_SetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
432 typedef bool (* NP_LOADDS NPN_RemovePropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
439 typedef bool (* NP_LOADDS NPN_HasPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
446 typedef bool (* NP_LOADDS NPN_HasMethodUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java 506 final String propertyName = ncvValues.getAsString(ExtendedProperties.NAME);
511 if (propertyName.equals(EXTENDED_PROPERTY_CATEGORIES)) {
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/connectivity/network/BasicNetworkDemo/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/connectivity/network/NetworkConnect/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/content/contacts/BasicContactables/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/content/multiuser/AppRestrictions/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/input/multitouch/BasicMultitouch/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/media/BasicMediaRouter/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/media/MediaRecorder/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/accessibility/BasicAccessibility/gradle/wrapper/
gradle-wrapper.jar 

Completed in 1532 milliseconds

1 2 34 5 6 7 8 910