/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 104 …rtyExistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m_propertyI… in propertyExistsInStyle() 139 RefPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() 167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() 210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() 232 return dummyStyle->getPropertyCSSValue(m_propertyID); in attributeValueAsCSSValue() 356 if (m_mutableStyle->getPropertyCSSValue(CSSPropertyFontSize)) { in extractFontSizeDelta() 363 RefPtr<CSSValue> value = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitFontSizeDelta); in extractFontSizeDelta() 388 RefPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirection() 394 RefPtr<CSSValue> direction = m_mutableStyle->getPropertyCSSValue(CSSPropertyDirection); in textDirection() 515 …RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTe… in collapseTextDecorationProperties() [all …]
|
D | markup.cpp | 292 …(RefPtr<CSSValue> computedPropertyValue = computedStyleForElement->getPropertyCSSValue(property.id… in appendElement() 429 RefPtr<CSSValue> value = style->getPropertyCSSValue(propertyID); in propertyMissingOrEqualToNone() 476 …return style->getPropertyCSSValue(CSSPropertyBackgroundImage) || style->getPropertyCSSValue(CSSPro… in shouldIncludeWrapperForFullySelectedRoot() 602 …if (!fullySelectedRootStyle->getPropertyCSSValue(CSSPropertyBackgroundImage) && static_cast<Elemen… in createMarkup()
|
D | Editor.cpp | 588 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() 618 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() 630 RefPtr<CSSValue> direction = style->getPropertyCSSValue(CSSPropertyDirection); in textDirectionForSelection() 921 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor); in hasTransparentBackgroundColor() 957 … RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize); in selectionStartCSSPropertyValue()
|
D | ApplyStyleCommand.cpp | 382 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange() 1462 …mitiveValue> value = static_pointer_cast<CSSPrimitiveValue>(style->getPropertyCSSValue(CSSProperty… in computedFontSize()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleDeclaration.cpp | 41 PassRefPtr<CSSValue> CSSStyleDeclaration::getPropertyCSSValue(const String& propertyName) in getPropertyCSSValue() function in WebCore::CSSStyleDeclaration 46 return getPropertyCSSValue(propID); in getPropertyCSSValue() 127 RefPtr<CSSValue> value = getPropertyCSSValue(property->id()); in cssPropertyMatches() 156 RefPtr<CSSValue> value = getPropertyCSSValue(set[i]); in copyPropertiesInSet()
|
D | CSSMutableStyleDeclaration.cpp | 110 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID); in getPropertyValue() 259 RefPtr<CSSValue> value = getPropertyCSSValue(CSSPropertyMarkerStart); in getPropertyValue() 270 RefPtr<CSSValue> horizontalValue = getPropertyCSSValue(properties[0]); in borderSpacingValue() 271 RefPtr<CSSValue> verticalValue = getPropertyCSSValue(properties[1]); in borderSpacingValue() 287 RefPtr<CSSValue> topValue = getPropertyCSSValue(properties[0]); in get4Values() 288 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]); in get4Values() 289 RefPtr<CSSValue> bottomValue = getPropertyCSSValue(properties[2]); in get4Values() 290 RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]); in get4Values() 320 values[i] = getPropertyCSSValue(properties[i]); in getLayeredShorthandValue() 417 RefPtr<CSSValue> value = getPropertyCSSValue(properties[i]); in getShorthandValue() [all …]
|
D | CSSStyleDeclaration.h | 50 PassRefPtr<CSSValue> getPropertyCSSValue(const String& propertyName); 56 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const = 0;
|
D | CSSComputedStyleDeclaration.h | 50 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const; 59 PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID, EUpdateLayout) const;
|
D | CSSFontSelector.cpp | 92 RefPtr<CSSValue> fontFamily = style->getPropertyCSSValue(CSSPropertyFontFamily); in addFontFaceRule() 93 RefPtr<CSSValue> src = style->getPropertyCSSValue(CSSPropertySrc); in addFontFaceRule() 94 RefPtr<CSSValue> unicodeRange = style->getPropertyCSSValue(CSSPropertyUnicodeRange); in addFontFaceRule() 110 if (RefPtr<CSSValue> fontStyle = style->getPropertyCSSValue(CSSPropertyFontStyle)) { in addFontFaceRule() 142 if (RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight)) { in addFontFaceRule() 198 if (RefPtr<CSSValue> fontVariant = style->getPropertyCSSValue(CSSPropertyFontVariant)) { in addFontFaceRule()
|
D | CSSStyleDeclaration.idl | 34 CSSValue getPropertyCSSValue(in DOMString propertyName);
|
D | WebKitCSSMatrix.cpp | 59 RefPtr<CSSValue> value = styleDeclaration->getPropertyCSSValue(CSSPropertyWebkitTransform); in setMatrixValue()
|
D | CSSMutableStyleDeclaration.h | 98 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
|
D | CSSComputedStyleDeclaration.cpp | 681 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID) const in getPropertyCSSValue() function in WebCore::CSSComputedStyleDeclaration 683 return getPropertyCSSValue(propertyID, UpdateLayout); in getPropertyCSSValue() 803 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID, EUpdateLayout… in getPropertyCSSValue() function in WebCore::CSSComputedStyleDeclaration 1865 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID); in getPropertyValue()
|
/external/webkit/Source/WebKit/win/ |
D | DOMCSSClasses.cpp | 111 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyCSSValue( in getPropertyCSSValue() function in DOMCSSStyleDeclaration
|
D | DOMCSSClasses.h | 92 virtual HRESULT STDMETHODCALLTYPE getPropertyCSSValue(
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMCSS.idl | 143 - (DOMCSSValue *)getPropertyCSSValue:(NSString *)propertyName; 145 HRESULT getPropertyCSSValue([in] BSTR propertyName, [out, retval] IDOMCSSValue** result);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCSSStyleDeclarationCustom.cpp | 161 RefPtr<CSSValue> v = thisObj->impl()->getPropertyCSSValue(prop); in nameGetter()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CSSStyleDeclarationCustom.cpp | 171 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValue(propInfo->propID); in namedPropertyGetter()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFontFaceElement.cpp | 306 RefPtr<CSSValue> src = m_styleDeclaration->getPropertyCSSValue(CSSPropertySrc); in rebuildFontFace()
|
D | SVGStyledElement.cpp | 408 return cssSVGAttr->style()->getPropertyCSSValue(name); in getPresentationAttribute()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLBodyElement.cpp | 129 RefPtr<CSSValue> val = m_linkDecl->getPropertyCSSValue(CSSPropertyColor); in parseMappedAttribute()
|
D | HTMLTableElement.cpp | 317 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth); in parseMappedAttribute()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | HTMLConverter.mm | 216 …CSSPrimitiveValue *computedValue = (DOMCSSPrimitiveValue *)[computedStyle getPropertyCSSValue:key]; 231 …SPrimitiveValue *specifiedValue = (DOMCSSPrimitiveValue *)[specifiedStyle getPropertyCSSValue:key]; 391 …CSSPrimitiveValue *computedValue = (DOMCSSPrimitiveValue *)[computedStyle getPropertyCSSValue:key]; 397 …SPrimitiveValue *specifiedValue = (DOMCSSPrimitiveValue *)[specifiedStyle getPropertyCSSValue:key]; 557 …CSSPrimitiveValue *computedValue = (DOMCSSPrimitiveValue *)[computedStyle getPropertyCSSValue:key]; 564 …SPrimitiveValue *specifiedValue = (DOMCSSPrimitiveValue *)[specifiedStyle getPropertyCSSValue:key];
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DataGrid.js | 1399 …var computedLeftPadding = window.getComputedStyle(cell).getPropertyCSSValue("padding-left").getFlo…
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1761 …styleSelector->applyPropertyToStyle(CSSPropertyFont, tempDecl->getPropertyCSSValue(CSSPropertyFont… in setFont()
|