Searched refs:getIdentifierValue (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 861 if (getIdentifierValue(style, CSSPropertyFontWeight) == CSSValueBold) { in extractTextStyles() 866 int fontStyle = getIdentifierValue(style, CSSPropertyFontStyle); in extractTextStyles() 889 int verticalAlign = getIdentifierValue(style, CSSPropertyVerticalAlign); in extractTextStyles() 969 int textAlign = getIdentifierValue(style, CSSPropertyTextAlign); in getTextAlignment() 1010 int getIdentifierValue(CSSStyleDeclaration* style, int propertyID) in getIdentifierValue() function
|
D | EditingStyle.h | 201 int getIdentifierValue(CSSStyleDeclaration*, int propertyID);
|
D | ApplyStyleCommand.cpp | 442 int unicodeBidi = getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi); in splitAncestorsWithUnicodeBidi() 494 int unicodeBidi = getIdentifierValue(computedStyle(element).get(), CSSPropertyUnicodeBidi); in removeEmbeddingUpToEnclosingBlock() 521 …if (n->isHTMLElement() && getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi) == CS… in highestEmbeddingAncestor()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 82619 Use getIdentifierValue to obtain direction and unicode-bidi properties in ApplyStyleCommand 82622 Deployed getIdentifierValue in various parts of ApplyStyleCommand where 82628 … (WebCore::getIdentifierValue): Takes CSSStyleDeclaration instead of CSSMutableStyleDeclaration. 82629 (WebCore::ApplyStyleCommand::splitAncestorsWithUnicodeBidi): Calls getIdentifierValue. 82630 (WebCore::ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock): Calls getIdentifierValue. 82631 (WebCore::ApplyStyleCommand::applyInlineStyle): Calls getIdentifierValue.
|
D | ChangeLog | 23557 Moved StyleChange, getIdentifierValue, and legacyFontSizeFromCSSValue from ApplyStyleCommand 23558 to EditingStyle. Also moved reconcileTextDecorationProperties, getIdentifierValue, 23576 (WebCore::getIdentifierValue):
|
D | ChangeLog-2010-01-29 | 68938 (WebCore::getIdentifierValue): 69044 (WebCore::getIdentifierValue): Obtains the identifier of a CSSPrimitiveValue
|