/external/webkit/Source/WebCore/css/ |
D | CSSStyleApplyProperty.h | 55 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
|
D | CSSStyleApplyProperty.cpp | 319 …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()
|
D | CSSComputedStyleDeclaration.cpp | 1680 RefPtr<CSSValue> propertyValue; in getPropertyCSSValue() local 1682 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueNone); in getPropertyCSSValue() 1684 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueAll); in getPropertyCSSValue() 1686 …propertyValue = primitiveValueCache->createValue(getPropertyName(static_cast<CSSPropertyID>(prop))… in getPropertyCSSValue() 1687 list->append(propertyValue); in getPropertyCSSValue()
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 403 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/ |
D | V8CSSStyleDeclarationCustom.cpp | 201 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/ |
D | JSNPObject.cpp | 116 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/ |
D | ScriptValue.cpp | 115 RefPtr<InspectorValue> propertyValue = v8ToInspectorValue(object->Get(name)); in v8ToInspectorValue() local 116 if (!propertyValue) { in v8ToInspectorValue() 120 inspectorObject->setValue(toWebCoreStringWithNullCheck(name), propertyValue); in v8ToInspectorValue()
|
D | SerializedScriptValue.cpp | 1100 v8::Local<v8::Value> propertyValue = element(i + 1); in initializeObject() local 1101 object->Set(propertyName, propertyValue); in initializeObject()
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectMessageReceiver.cpp | 166 …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/ |
D | VCSUtils.pm | 1117 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/ |
D | ScriptValue.cpp | 152 JSValue propertyValue = object->get(scriptState, name); in jsToInspectorValue() local 153 RefPtr<InspectorValue> inspectorValue = jsToInspectorValue(scriptState, propertyValue); in jsToInspectorValue()
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes.m | 27 @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…
|
D | retain-release-path-notes-gc.m | 27 @property(retain) id propertyValue; property
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.cpp | 51 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()
|
D | LayoutTestController.cpp | 53 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/ |
D | LayoutTestControllerGtk.cpp | 154 …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/ |
D | ConfigurationParser.java | 1076 String propertyValue = System.getProperty(propertyName); in replaceSystemProperties() local 1077 if (propertyValue == null) in replaceSystemProperties() 1084 propertyValue + in replaceSystemProperties()
|
/external/v8/src/ |
D | mirror-debugger.js | 2284 var propertyValue = propertyMirror.value(); 2285 if (this.inlineRefs_() && propertyValue.isValue()) { 2286 result.value = this.serializeReferenceWithDisplayData_(propertyValue); 2294 result.ref = propertyValue.handle();
|
D | d8.js | 1636 var property_value = value.propertyValue(i); 2563 ProtocolValue.prototype.propertyValue = function(index) { method in ProtocolValue
|
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 116 … 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/ |
D | LayoutTestControllerMac.mm | 296 …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/ |
D | ChangeLog-2011-02-16 | 20164 (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/ |
D | ChangeLog | 4744 Rename CSSStyleApplyProperty::propertyValue and setPropertyValue. 4750 Rename propertyValue propertyHandler and setPropertyValue setPropertyHandler. 4752 Rename propertyValue propertyHandler and setPropertyValue setPropertyHandler. 47047 (WebCore::CSSStyleApplyProperty::propertyValue):
|