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

1 2

  /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/webkit/Source/WebCore/bindings/v8/
ScriptValue.cpp 115 RefPtr<InspectorValue> propertyValue = v8ToInspectorValue(object->Get(name));
116 if (!propertyValue) {
120 inspectorObject->setValue(toWebCoreStringWithNullCheck(name), propertyValue);
SerializedScriptValue.cpp 1100 v8::Local<v8::Value> propertyValue = element(i + 1);
1101 object->Set(propertyName, propertyValue);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.h 55 propertyValue(property)->applyInheritValue(selector);
61 propertyValue(property)->applyInitialValue(selector);
67 propertyValue(property)->applyValue(selector, value);
72 return propertyValue(property);
101 ApplyPropertyBase* propertyValue(CSSPropertyID property) const
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.cpp 166 NPVariant propertyValue = m_npRemoteObjectMap->npVariantDataToNPVariant(propertyValueData, m_plugin);
169 returnValue = m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue);
172 releaseNPVariantValue(&propertyValue);
  /external/webkit/Source/WebCore/bindings/js/
ScriptValue.cpp 152 JSValue propertyValue = object->get(scriptState, name);
153 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue);
  /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;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 116 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result);
118 return propertyValue;
155 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result);
157 return propertyValue;
394 JSValue propertyValue = thisObj->m_objectMap->convertNPVariantToJSValue(exec, thisObj->globalObject(), result);
396 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/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 53 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName)
64 JSValueRef value = propertyValue(context, object, propertyName);
InjectedBundlePage.cpp 51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName)
61 JSValueRef value = propertyValue(context, object, propertyName);
80 JSValueRef nodeNameValue = propertyValue(context, nodeValue, "nodeName");
84 JSValueRef parentNode = propertyValue(context, nodeValue, "parentNode");
122 JSValueRef startNodeValue = propertyValue(context, rangeObject, "startContainer");
126 JSValueRef endNodeValue = propertyValue(context, rangeObject, "endContainer");
    [all...]
  /external/v8/src/
d8.js     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [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 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /external/emma/lib/
emma.jar 

Completed in 553 milliseconds

1 2