Home
last modified time | relevance | path

Searched refs:firstLineStyle (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.h594 …RenderStyle* firstLineStyle() const { return document()->usesFirstLineRules() ? firstLineStyleSlow… in firstLineStyle() function
595 RenderStyle* style(bool firstLine) const { return firstLine ? firstLineStyle() : style(); } in style()
DRenderObject.cpp2223 RenderStyle* parentStyle = parent()->firstLineStyle(); in uncachedFirstLineStyle()
2241 RenderStyle* parentStyle = renderer->parent()->firstLineStyle(); in firstLineStyleSlowCase()
DRenderBlock.cpp5238 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics(); in lastLineBoxBaseline()
5257 const FontMetrics& fontMetrics = firstLineStyle()->fontMetrics(); in lastLineBoxBaseline()
5302 …yle = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, firstLetterContainer->firstLineStyle()); in styleForFirstLetter()
5817 RenderStyle* currentStyle = firstLineStyle(); in localCaretRect()
DRenderBlockLineLayout.cpp2437 const Font& firstLineFont = firstLineStyle()->font(); in checkLinesForTextOverflow()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1263 const FontMetrics& fontMetrics = renderObject->firstLineStyle()->fontMetrics(); in baselinePositionForRenderObject()
1264 …return fontMetrics.ascent() + (renderObject->firstLineStyle()->computedLineHeight() - fontMetrics.… in baselinePositionForRenderObject()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1443554 Bug 13424, firstLineStyle and verticalPositionHint together take
43568 (WebCore::RenderObject::firstLineStyle):
62338 firstLineStyle() functions in cases where there's no a firstLineStyle boolean.
DChangeLog-2009-06-1645376 firstLineStyle.
45378 * rendering/RenderObject.h: Moved the definition of the firstLineStyle
48358 (WebCore::RenderObject::firstLineStyle):
78003 (WebCore::RenderObject::firstLineStyle):
DChangeLog-2005-12-199757 (RenderObject::firstLineStyle):
DChangeLog-2006-12-3112850 (WebCore::RenderObject::firstLineStyle):