HomeSort by relevance Sort by last modified time
    Searched defs:propertyValue (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueKeyframe.h 24 AnimatableValue* propertyValue(CSSPropertyID property) const
StringKeyframe.h 23 CSSValue* propertyValue(CSSPropertyID property) const
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 21 String propertyValue = null;
23 propertyValue = properties.getProperty(propertyName);
25 if (propertyValue == null) {
26 propertyValue = System.getProperty(propertyName);
28 if (propertyValue == null) {
34 expandedValue = sdkPathStart + propertyValue + sdkPathEnd;
45 String propertyValue = properties.getProperty(propertyName);
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 77 const CSSValue* value() const { return propertyValue(); }
79 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); }
82 CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); }
87 const CSSValue* propertyValue() const;
262 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 403 String propertyValue = null;
406 propertyValue = rb.getString (propertyName);
409 if (propertyValue != null) return propertyValue;
420 String propertyValue = null;
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
426 if (propertyValue != null) return propertyValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 89 Object propertyValue = property.getValue();
91 value = propertyValue;
92 } else if (!Objects.equal(value, propertyValue)) {
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp     [all...]
SerializedScriptValue.cpp     [all...]
  /external/chromium_org/v8/src/
d8.js     [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 347 String propertyValue = (sep >= 0) ? decodePercent(e.substring(sep + 1)) : null;
348 if (propertyValue != null) {
349 parms.get(propertyName).add(propertyValue);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 527 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE);
528 if (TextUtils.isEmpty(propertyValue)) {
535 new StringTokenizer(propertyValue, CATEGORY_TOKENIZER_DELIMITER);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 605 propertyValue: function()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 

Completed in 627 milliseconds

1 2 3