OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFirstLineStyle
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp
39
RenderStyle* style = m_renderer->style(
isFirstLineStyle
());
126
y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer()->style(
isFirstLineStyle
())->fontMetrics().ascent()));
132
RenderStyle* style = m_renderer->style(
isFirstLineStyle
());
169
RenderStyle* style = m_renderer->style(
isFirstLineStyle
());
171
LayoutUnit mty = adjustedLocation.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer()->style(
isFirstLineStyle
())->fontMetrics().ascent());
InlineTextBox.cpp
111
return toRenderBoxModelObject(renderer()->parent())->baselinePosition(baselineType,
isFirstLineStyle
(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
119
return toRenderBR(m_renderer)->lineHeight(
isFirstLineStyle
());
122
return toRenderBoxModelObject(renderer()->parent())->lineHeight(
isFirstLineStyle
(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
208
RenderStyle* styleToUse = textObj->style(
isFirstLineStyle
());
310
float widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(),
isFirstLineStyle
());
509
LayoutUnit widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(),
isFirstLineStyle
());
520
RenderStyle* styleToUse = rendererToUse->style(
isFirstLineStyle
());
[
all
...]
InlineFlowBox.cpp
109
child->setFirstLineStyleBit(
isFirstLineStyle
());
121
RenderStyle* parentStyle = renderer()->style(
isFirstLineStyle
());
122
RenderStyle* childStyle = child->renderer()->style(
isFirstLineStyle
());
159
RenderStyle* childStyle = child->renderer()->style(
isFirstLineStyle
());
166
} else if (!child->renderer()->isBR() && (child->renderer()->style(
isFirstLineStyle
())->boxShadow() || child->boxModelObject()->hasSelfPaintingLayer()
168
|| child->renderer()->style(
isFirstLineStyle
())->hasBorderImageOutsets()))
385
logicalLeft += rt->style(
isFirstLineStyle
())->font().wordSpacing();
441
if (renderer()->style(
isFirstLineStyle
())->fontDescription().nonCJKGlyphOrientation() == NonCJKGlyphOrientationUpright
442
|| renderer()->style(
isFirstLineStyle
())->font().primaryFont()->hasVerticalGlyphs())
453
if (curr->renderer()->style(
isFirstLineStyle
())->font().primaryFont()->hasVerticalGlyphs()
[
all
...]
RootInlineBox.cpp
106
return boxModelObject()->baselinePosition(baselineType,
isFirstLineStyle
(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
111
return boxModelObject()->lineHeight(
isFirstLineStyle
(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
739
if (renderer()->style(
isFirstLineStyle
())->lineBoxContain() & LineBoxContainReplaced) {
[
all
...]
InlineFlowBox.h
143
return isHorizontal() ? renderer()->style(
isFirstLineStyle
())->borderLeftWidth() : renderer()->style(
isFirstLineStyle
())->borderTopWidth();
149
return isHorizontal() ? renderer()->style(
isFirstLineStyle
())->borderRightWidth() : renderer()->style(
isFirstLineStyle
())->borderBottomWidth();
InlineBox.cpp
125
return m_bitfields.isText() ? renderer()->style(
isFirstLineStyle
())->fontMetrics().height() : 0;
131
const FontMetrics& fontMetrics = renderer()->style(
isFirstLineStyle
())->fontMetrics();
RenderInline.cpp
564
int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent() - container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent());
565
int logicalHeight = container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().height();
579
int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent() - container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent());
580
int logicalHeight = container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().height();
597
int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent() - container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().ascent());
598
int logicalHeight = container->style(rootBox->
isFirstLineStyle
())->font().fontMetrics().height();
[
all
...]
InlineBox.h
147
bool
isFirstLineStyle
() const { return m_bitfields.firstLine(); }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp
[
all
...]
Completed in 188 milliseconds