Home
last modified time | relevance | path

Searched refs:getPropertyCSSValue (Results 1 – 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp104 …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 …]
Dmarkup.cpp292 …(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()
DEditor.cpp588 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()
DApplyStyleCommand.cpp382 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/
DCSSStyleDeclaration.cpp41 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()
DCSSMutableStyleDeclaration.cpp110 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 …]
DCSSStyleDeclaration.h50 PassRefPtr<CSSValue> getPropertyCSSValue(const String& propertyName);
56 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const = 0;
DCSSComputedStyleDeclaration.h50 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
59 PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID, EUpdateLayout) const;
DCSSFontSelector.cpp92 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()
DCSSStyleDeclaration.idl34 CSSValue getPropertyCSSValue(in DOMString propertyName);
DWebKitCSSMatrix.cpp59 RefPtr<CSSValue> value = styleDeclaration->getPropertyCSSValue(CSSPropertyWebkitTransform); in setMatrixValue()
DCSSMutableStyleDeclaration.h98 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
DCSSComputedStyleDeclaration.cpp681 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/
DDOMCSSClasses.cpp111 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyCSSValue( in getPropertyCSSValue() function in DOMCSSStyleDeclaration
DDOMCSSClasses.h92 virtual HRESULT STDMETHODCALLTYPE getPropertyCSSValue(
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCSS.idl143 - (DOMCSSValue *)getPropertyCSSValue:(NSString *)propertyName;
145 HRESULT getPropertyCSSValue([in] BSTR propertyName, [out, retval] IDOMCSSValue** result);
/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp161 RefPtr<CSSValue> v = thisObj->impl()->getPropertyCSSValue(prop); in nameGetter()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp171 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValue(propInfo->propID); in namedPropertyGetter()
/external/webkit/Source/WebCore/svg/
DSVGFontFaceElement.cpp306 RefPtr<CSSValue> src = m_styleDeclaration->getPropertyCSSValue(CSSPropertySrc); in rebuildFontFace()
DSVGStyledElement.cpp408 return cssSVGAttr->style()->getPropertyCSSValue(name); in getPresentationAttribute()
/external/webkit/Source/WebCore/html/
DHTMLBodyElement.cpp129 RefPtr<CSSValue> val = m_linkDecl->getPropertyCSSValue(CSSPropertyColor); in parseMappedAttribute()
DHTMLTableElement.cpp317 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth); in parseMappedAttribute()
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm216 …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/
DDataGrid.js1399 …var computedLeftPadding = window.getComputedStyle(cell).getPropertyCSSValue("padding-left").getFlo…
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1761 …styleSelector->applyPropertyToStyle(CSSPropertyFont, tempDecl->getPropertyCSSValue(CSSPropertyFont… in setFont()

12