Home
last modified time | relevance | path

Searched refs:textSizeAdjust (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp49 , textSizeAdjust(RenderStyle::initialTextSizeAdjust()) in StyleRareInheritedData()
85 , textSizeAdjust(o.textSizeAdjust) in StyleRareInheritedData()
136 && textSizeAdjust == o.textSizeAdjust in operator ==()
DStyleRareInheritedData.h82 bool textSizeAdjust : 1; // An Apple extension. variable
DRenderStyle.cpp394 || rareInheritedData->textSizeAdjust != other->rareInheritedData->textSizeAdjust in diff()
DRenderStyle.h779 bool textSizeAdjust() const { return rareInheritedData->textSizeAdjust; } in textSizeAdjust() function
1129 void setTextSizeAdjust(bool b) { SET_VAR(rareInheritedData, textSizeAdjust, b); } in setTextSizeAdjust()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1366 if (style->textSizeAdjust()) in getPropertyCSSValue()
DCSSStyleSelector.cpp4415 if (m_style->textSizeAdjust()) { in applyProperty()
5564 HANDLE_INHERIT_AND_INITIAL(textSizeAdjust, TextSizeAdjust) in applyProperty()
6726 if (m_style->textSizeAdjust()) in checkForTextSizeAdjust()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-196260 (textSizeAdjust):
6266 (khtml::RenderStyle::textSizeAdjust):
DChangeLog-2005-08-2342103 (textSizeAdjust):
42109 (khtml::RenderStyle::textSizeAdjust):