Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.h55 propertyValue(property)->applyInheritValue(selector); in applyInheritValue()
61 propertyValue(property)->applyInitialValue(selector); in applyInitialValue()
67 propertyValue(property)->applyValue(selector, value); in applyValue()
72 return propertyValue(property); in implements()
101 ApplyPropertyBase* propertyValue(CSSPropertyID property) const in propertyValue() function
DCSSStyleApplyProperty.cpp319 …tion, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundPositionX), prope… in CSSStyleApplyProperty()
325 …epeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), proper… in CSSStyleApplyProperty()
350 …tion, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyWebkitMaskPositionX), prope… in CSSStyleApplyProperty()
356 …epeat, new ApplyPropertyExpandingSuppressValue(propertyValue(CSSPropertyBackgroundRepeatX), proper… in CSSStyleApplyProperty()
376 …ue(CSSPropertyOverflow, new ApplyPropertyExpanding(propertyValue(CSSPropertyOverflowX), propertyVa… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp1680 RefPtr<CSSValue> propertyValue; in getPropertyCSSValue() local
1682 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueNone); in getPropertyCSSValue()
1684 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueAll); in getPropertyCSSValue()
1686propertyValue = primitiveValueCache->createValue(getPropertyName(static_cast<CSSPropertyID>(prop))… in getPropertyCSSValue()
1687 list->append(propertyValue); in getPropertyCSSValue()
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java403 String propertyValue = null; in lookup() local
406 propertyValue = rb.getString (propertyName); in lookup()
409 if (propertyValue != null) return propertyValue; in lookup()
420 String propertyValue = null; in lookup() local
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName); in lookup()
426 if (propertyValue != null) return propertyValue; in lookup()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp201 String propertyValue = toWebCoreStringWithNullCheck(value); in namedPropertySetter() local
203 propertyValue.append("px"); in namedPropertySetter()
206 int importantIndex = propertyValue.find("!important", 0, false); in namedPropertySetter()
210 propertyValue = propertyValue.left(importantIndex - 1); in namedPropertySetter()
212 imp->setProperty(propInfo->propID, propertyValue, important, ec); in namedPropertySetter()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.cpp116 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); in callMethod() local
118 return propertyValue; in callMethod()
155 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result); in callObject() local
157 return propertyValue; in callObject()
394 …JSValue propertyValue = thisObj->m_objectMap->convertNPVariantToJSValue(exec, thisObj->globalObjec… in propertyGetter() local
396 return propertyValue; in propertyGetter()
/external/webkit/Source/WebCore/bindings/v8/
DScriptValue.cpp115 RefPtr<InspectorValue> propertyValue = v8ToInspectorValue(object->Get(name)); in v8ToInspectorValue() local
116 if (!propertyValue) { in v8ToInspectorValue()
120 inspectorObject->setValue(toWebCoreStringWithNullCheck(name), propertyValue); in v8ToInspectorValue()
DSerializedScriptValue.cpp1100 v8::Local<v8::Value> propertyValue = element(i + 1); in initializeObject() local
1101 object->Set(propertyName, propertyValue); in initializeObject()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp166 …NPVariant propertyValue = m_npRemoteObjectMap->npVariantDataToNPVariant(propertyValueData, m_plugi… in setProperty() local
169 …m_npObject->_class->setProperty(m_npObject, propertyNameData.createNPIdentifier(), &propertyValue); in setProperty()
172 releaseNPVariantValue(&propertyValue); in setProperty()
/external/webkit/Tools/Scripts/
DVCSUtils.pm1117 my $propertyValue;
1128 ($propertyValue, $_) = parseSvnPropertyValue($fileHandle, $_);
1131 if (!$propertyValue) {
1161 $propertyHash{value} = $propertyValue;
1186 my $propertyValue;
1189 $propertyValue = $2; # Does not include the end-of-line character(s).
1209 $propertyValue .= "$eol$_";
1213 return ($propertyValue, $_);
/external/webkit/Source/WebCore/bindings/js/
DScriptValue.cpp152 JSValue propertyValue = object->get(scriptState, name); in jsToInspectorValue() local
153 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue); in jsToInspectorValue()
/external/clang/test/Analysis/
Dretain-release-path-notes.m27 @property(retain) id propertyValue; property
60 …id leaked = foo.propertyValue; // expected-warning{{leak}} expected-note{{Property returns an Obje…
91 …id object = foo.propertyValue; // expected-note{{Property returns an Objective-C object with a +0 …
115 …id result = self.propertyValue; // expected-note{{Property returns an Objective-C object with a +0…
Dretain-release-path-notes-gc.m27 @property(retain) id propertyValue; property
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) in propertyValue() function
61 JSValueRef value = propertyValue(context, object, propertyName); in propertyValueDouble()
80 JSValueRef nodeNameValue = propertyValue(context, nodeValue, "nodeName"); in dumpPath()
84 JSValueRef parentNode = propertyValue(context, nodeValue, "parentNode"); in dumpPath()
122 JSValueRef startNodeValue = propertyValue(context, rangeObject, "startContainer"); in toStr()
126 JSValueRef endNodeValue = propertyValue(context, rangeObject, "endContainer"); in toStr()
DLayoutTestController.cpp53 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) in propertyValue() function
64 JSValueRef value = propertyValue(context, object, propertyName); in propertyObject()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp154 …JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportG… in pageProperty() local
155 return propertyValue; in pageProperty()
165 …JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportG… in pageSizeAndMarginsInPixels() local
166 return propertyValue; in pageSizeAndMarginsInPixels()
/external/proguard/src/proguard/
DConfigurationParser.java1076 String propertyValue = System.getProperty(propertyName); in replaceSystemProperties() local
1077 if (propertyValue == null) in replaceSystemProperties()
1084 propertyValue + in replaceSystemProperties()
/external/v8/src/
Dmirror-debugger.js2284 var propertyValue = propertyMirror.value();
2285 if (this.inlineRefs_() && propertyValue.isValue()) {
2286 result.value = this.serializeReferenceWithDisplayData_(propertyValue);
2294 result.ref = propertyValue.handle();
Dd8.js1636 var property_value = value.propertyValue(i);
2563 ProtocolValue.prototype.propertyValue = function(index) { method in ProtocolValue
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp116 … frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue) in executeApplyStyle() argument
119 style->setProperty(propertyID, propertyValue); in executeApplyStyle()
123 …yle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue) in executeApplyStyle() argument
126 style->setProperty(propertyID, propertyValue); in executeApplyStyle()
174 … frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue) in executeApplyParagraphStyle() argument
177 style->setProperty(propertyID, propertyValue); in executeApplyParagraphStyle()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm296 …JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame p…
297 return propertyValue;
307 …JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame p…
308 return propertyValue;
/external/webkit/Tools/
DChangeLog-2011-02-1620164 (WTR::propertyValue):
20736 (WTR::propertyValue):
26580 (WTR::propertyValue): Copied this here from InjectedBundlePage.cpp.
26850 (WTR::propertyValue): Added.
26853 (WTR::numericWindowPropertyValue): Changed to call propertyValue.
/external/webkit/Source/WebCore/
DChangeLog4744 Rename CSSStyleApplyProperty::propertyValue and setPropertyValue.
4750 Rename propertyValue propertyHandler and setPropertyValue setPropertyHandler.
4752 Rename propertyValue propertyHandler and setPropertyValue setPropertyHandler.
47047 (WebCore::CSSStyleApplyProperty::propertyValue):