HomeSort by relevance Sort by last modified time
    Searched refs:propertyValue (Results 1 - 25 of 46) 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/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
CSSStyleApplyProperty.cpp 319 setPropertyValue(CSSPropertyBackgroundPosition, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundPositionX), propertyValue(CSSPropertyBackgroundPositionY)));
325 setPropertyValue(CSSPropertyBackgroundRepeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), propertyValue(CSSPropertyBackgroundRepeatY)));
350 setPropertyValue(CSSPropertyWebkitMaskPosition, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyWebkitMaskPositionX), propertyValue(CSSPropertyWebkitMaskPositionY)));
356 setPropertyValue(CSSPropertyWebkitMaskRepeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), propertyValue(CSSPropertyBackgroundRepeatY)));
376 setPropertyValue(CSSPropertyOverflow, new ApplyPropertyExpanding(propertyValue(CSSPropertyOverflowX), propertyValue(CSSPropertyOverflowY)))
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 201 String propertyValue = toWebCoreStringWithNullCheck(value);
203 propertyValue.append("px");
206 int importantIndex = propertyValue.find("!important", 0, false);
210 propertyValue = propertyValue.left(importantIndex - 1);
212 imp->setProperty(propInfo->propID, propertyValue, important, ec);
  /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/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/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/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;
  /external/webkit/Source/WebCore/bindings/js/
ScriptValue.cpp 152 JSValue propertyValue = object->get(scriptState, name);
153 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 78 public Result setProperty(Object objectView, String propertyName, String propertyValue) {
80 return super.setProperty(objectView, propertyName, propertyValue);
  /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/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
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...]
LayoutTestController.cpp 53 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName)
64 JSValueRef value = propertyValue(context, object, propertyName);
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 154 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageProperty(mainFrame, propertyName, pageNumber).data()));
155 return propertyValue;
165 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageSizeAndMarginsInPixels(mainFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).data()));
166 return propertyValue;
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 296 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageProperty:propertyName:pageNumber]));
297 return propertyValue;
307 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageSizeAndMarginsInPixels:pageNumber:width:height:marginTop:marginRight:marginBottom:marginLeft]));
308 return propertyValue;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 723 final String propertyValue = getPotentialMultiline(propertyRawValue);
725 VCardUtils.constructListFromValue(propertyValue, getVersion());
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
119 style->setProperty(propertyID, propertyValue);
123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
126 style->setProperty(propertyID, propertyValue);
174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
177 style->setProperty(propertyID, propertyValue);
    [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 
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java     [all...]

Completed in 1473 milliseconds

1 2