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

  /external/webkit/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/WebCore/rendering/
EllipsisBox.cpp 33 RenderStyle* style = m_renderer->style(m_firstLine);
66 ty += m_y + style->font().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->font().ascent());
73 RenderStyle* style = m_renderer->style(m_firstLine);
107 RenderStyle* style = m_renderer->style(m_firstLine);
109 int mty = ty + style->font().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->font().ascent());
InlineBox.h 46 , m_firstLine(false)
79 , m_firstLine(firstLine)
158 void setFirstLineStyleBit(bool f) { m_firstLine = f; }
159 bool isFirstLineStyle() const { return m_firstLine; }
208 inline int baselinePosition(bool isRootLineBox) const { return renderer()->baselinePosition(m_firstLine, isRootLineBox); }
209 inline int lineHeight(bool isRootLineBox) const { return renderer()->lineHeight(m_firstLine, isRootLineBox); }
265 bool m_firstLine : 1;
InlineFlowBox.cpp 81 child->setFirstLineStyleBit(m_firstLine);
264 renderer()->style(m_firstLine)->getBoxShadowHorizontalExtent(boxShadowLeft, boxShadowRight);
277 xPos += rt->style(m_firstLine)->font().wordSpacing();
286 int letterSpacing = min(0, (int)rt->style(m_firstLine)->font().letterSpacing());
418 usedFonts.append(curr->renderer()->style(m_firstLine)->font().primaryFont());
449 curr->setY(verticalPositionForBox(curr, m_firstLine));
499 const Font& font = curr->renderer()->style(m_firstLine)->font();
518 const Font& font = renderer()->style(m_firstLine)->font();
546 renderer()->style(m_firstLine)->getBoxShadowVerticalExtent(boxShadowTop, boxShadowBottom);
768 RenderStyle* styleToUse = renderer()->style(m_firstLine);
    [all...]
InlineTextBox.cpp 117 const Font& f = textObj->style(m_firstLine)->font();
200 int widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), m_firstLine);
363 int widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
377 RenderStyle* styleToUse = renderer()->style(m_firstLine);
473 int baseline = renderer()->style(m_firstLine)->font().ascent();
657 width = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
672 int baseline = renderer()->style(m_firstLine)->font().ascent();
    [all...]
InlineBox.cpp 96 return m_isText ? renderer()->style(m_firstLine)->font().height() : 0;
102 const Font& font = renderer()->style(m_firstLine)->font();
InlineFlowBox.h 187 m_overflow.set(new RenderOverflow(IntRect(m_x, m_y, m_width, m_renderer->style(m_firstLine)->font().height())));
SVGInlineTextBox.cpp 242 RenderStyle* style = textRenderer()->style(m_firstLine);
558 int baseline = renderer()->style(m_firstLine)->font().ascent();
RootInlineBox.cpp 169 RenderStyle* styleToUse = renderer()->style(m_firstLine);
  /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/JavaScriptCore/runtime/
Executable.h 136 int lineNo() const { return m_firstLine; }
149 m_firstLine = firstLine;
155 int m_firstLine;
304 m_firstLine = firstLine;
316 m_firstLine = firstLine;
  /external/emma/lib/
emma.jar 

Completed in 350 milliseconds