Home
last modified time | relevance | path

Searched refs:matchNearestMailBlockquoteColor (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp43 , matchNearestMailBlockquoteColor(RenderStyle::initialMatchNearestMailBlockquoteColor()) in StyleRareNonInheritedData()
80 , matchNearestMailBlockquoteColor(o.matchNearestMailBlockquoteColor) in StyleRareNonInheritedData()
126 && matchNearestMailBlockquoteColor == o.matchNearestMailBlockquoteColor in operator ==()
DStyleRareNonInheritedData.h103 …unsigned matchNearestMailBlockquoteColor : 1; // EMatchNearestMailBlockquoteColor, FIXME: This pro… variable
DRenderStyle.h698 …r matchNearestMailBlockquoteColor() const { return static_cast<EMatchNearestMailBlockquoteColor>(r… in matchNearestMailBlockquoteColor() function
1072 …earestMailBlockquoteColor c) { SET_VAR(rareNonInheritedData, matchNearestMailBlockquoteColor, c); } in setMatchNearestMailBlockquoteColor()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1456 return primitiveValueCache->createValue(style->matchNearestMailBlockquoteColor()); in getPropertyCSSValue()
DCSSStyleSelector.cpp4033 …HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(matchNearestMailBlockquoteColor, MatchNearestMailBlockquo… in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1016034 (khtml::RenderStyle::matchNearestMailBlockquoteColor):
DChangeLog-2005-08-2323565 (khtml::RenderStyle::matchNearestMailBlockquoteColor)