Home
last modified time | relevance | path

Searched refs:textCombine (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h743 …TextCombine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textComb… in textCombine() function
744 bool hasTextCombine() const { return textCombine() != TextCombineNone; } in hasTextCombine()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1690 return primitiveValueCache->createValue(style->textCombine()); in getPropertyCSSValue()
DCSSStyleSelector.cpp5924 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textCombine, TextCombine) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1641052 * rendering/style/StyleRareNonInheritedData.h: Changed textCombine field size.
DChangeLog48634 - Changed to return Detach when textCombine style was changed.
DChangeLog-2010-12-0619722 (WebCore::InheritedFlags::textCombine):