HomeSort by relevance Sort by last modified time
    Searched refs:m_firstLine (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/parser/
SourceCode.h 43 , m_firstLine(0)
51 , m_firstLine(std::max(firstLine, 1))
59 , m_firstLine(std::max(firstLine, 1))
72 int firstLine() const { return m_firstLine; }
82 int m_firstLine;
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 46 , m_firstLine(false)
81 , m_firstLine(firstLine)
187 void setFirstLineStyleBit(bool f) { m_firstLine = f; }
188 bool isFirstLineStyle() const { return m_firstLine; }
268 virtual int baselinePosition(FontBaseline baselineType) const { return boxModelObject()->baselinePosition(baselineType, m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine); }
269 virtual int lineHeight() const { return boxModelObject()->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine); }
301 EVerticalAlign verticalAlign() const { return renderer()->style(m_firstLine)->verticalAlign(); }
337 bool m_firstLine : 1;
EllipsisBox.cpp 35 RenderStyle* style = m_renderer->style(m_firstLine);
68 ty += m_y + style->fontMetrics().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->fontMetrics().ascent());
75 RenderStyle* style = m_renderer->style(m_firstLine);
109 RenderStyle* style = m_renderer->style(m_firstLine);
111 int mty = ty + style->fontMetrics().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->fontMetrics().ascent());
RootInlineBox.h 90 virtual int baselinePosition(FontBaseline baselineType) const { return boxModelObject()->baselinePosition(baselineType, m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); }
91 virtual int lineHeight() const { return boxModelObject()->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); }
InlineFlowBox.cpp 97 child->setFirstLineStyleBit(m_firstLine);
109 RenderStyle* parentStyle = renderer()->style(m_firstLine);
110 RenderStyle* childStyle = child->renderer()->style(m_firstLine);
147 RenderStyle* childStyle = child->renderer()->style(m_firstLine);
154 } else if (!child->renderer()->isBR() && (child->renderer()->style(m_firstLine)->boxShadow() || child->boxModelObject()->hasSelfPaintingLayer()
359 logicalLeft += rt->style(m_firstLine)->font().wordSpacing();
418 if (renderer()->style(m_firstLine)->fontDescription().textOrientation() == TextOrientationUpright
419 || renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs())
430 if (curr->renderer()->style(m_firstLine)->font().primaryFont()->hasVerticalGlyphs())
580 const FontMetrics& fontMetrics = renderer()->style(m_firstLine)->fontMetrics()
    [all...]
RootInlineBox.cpp 186 RenderStyle* styleToUse = renderer()->style(m_firstLine);
571 if (renderer()->style(m_firstLine)->lineBoxContain() & LineBoxContainReplaced) {
596 if (usedFonts && !usedFonts->isEmpty() && (includeFont || (box->renderer()->style(m_firstLine)->lineHeight().isNegative() && includeLeading))) {
597 usedFonts->append(box->renderer()->style(m_firstLine)->font().primaryFont());
635 int fontAscent = box->renderer()->style(m_firstLine)->fontMetrics().ascent();
636 int fontDescent = box->renderer()->style(m_firstLine)->fontMetrics().descent();
646 glyphOverflow->top = min(glyphOverflow->top, max(0, glyphOverflow->top - box->renderer()->style(m_firstLine)->fontMetrics().ascent()));
647 glyphOverflow->bottom = min(glyphOverflow->bottom, max(0, glyphOverflow->bottom - box->renderer()->style(m_firstLine)->fontMetrics().descent()));
651 int ascentWithMargin = box->renderer()->style(m_firstLine)->fontMetrics().ascent();
652 int descentWithMargin = box->renderer()->style(m_firstLine)->fontMetrics().descent()
    [all...]
InlineTextBox.cpp 83 return toRenderBoxModelObject(renderer()->parent())->baselinePosition(baselineType, m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
91 return toRenderBR(m_renderer)->lineHeight(m_firstLine);
94 return toRenderBoxModelObject(renderer()->parent())->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
185 RenderStyle* styleToUse = textObj->style(m_firstLine);
284 float widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), m_firstLine);
505 int widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
517 RenderStyle* styleToUse = renderer()->style(m_firstLine);
    [all...]
InlineBox.cpp 97 return m_isText ? renderer()->style(m_firstLine)->fontMetrics().height() : 0;
103 const FontMetrics& fontMetrics = renderer()->style(m_firstLine)->fontMetrics();
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 50 if (m_firstLine == 0)
62 m_firstLine = firstLine;
66 return m_firstLine;
231 private int m_firstLine;
MethodItem.java 33 m_firstLine = firstLine;
53 return m_firstLine;
203 private final int m_firstLine;
SrcFileItem.java 68 if (m_firstLine == 0)
73 return m_firstLine;
240 // side effect: compute m_firstLine
246 m_firstLine = firstLine; // side effect
288 private int m_firstLine;
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 72 m_firstLine = firstLine;
77 m_firstLine = 0;
84 m_firstLine = 0;
178 return m_firstLine;
307 out.writeInt (method.m_firstLine);
322 private final int m_firstLine; // 0 if not src line info is available
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 182 int lineNo() const { return m_firstLine; }
195 m_firstLine = firstLine;
202 int m_firstLine;
Executable.cpp 83 m_firstLine = firstLine;
95 m_firstLine = firstLine;
  /external/emma/lib/
emma.jar 

Completed in 797 milliseconds