HomeSort by relevance Sort by last modified time
    Searched refs:firstLine (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 141 return boxModelObject()->baselinePosition(baselineType, m_bitfields.firstLine(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
146 return boxModelObject()->lineHeight(m_bitfields.firstLine(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
RenderBlockLineLayout.cpp 537 static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lineLogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, LayoutUnit boxLogicalHeight)
539 LayoutUnit lineLogicalHeight = block->minLineHeightForReplacedRenderer(firstLine, boxLogicalHeight);
    [all...]
RenderInline.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderFlexibleBox.h 52 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
RenderText.h 89 virtual float width(unsigned from, unsigned len, float xPos, TextDirection, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
RenderBlock.h 84 virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE FINAL;
85 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
RenderTable.h 299 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
RenderBox.h 547 virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
548 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
RenderTable.cpp     [all...]
RenderObject.h     [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
cgnomelayout.c 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
pflow.c 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine)
323 for (li = firstLine; li <= lastLine; li += 1) {
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 498 String firstLine = quote(e.getClass().getName() + ": " + e.getMessage());
501 String expected = firstLine + "\n" + secondLine + "\n" + moreLines;
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
pflow.c 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine)
323 for (li = firstLine; li <= lastLine; li += 1) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 505 my $firstLine = <$fileHandle>;
508 return unless defined($firstLine);
511 if ($firstLine =~ /\r\n/) {
513 } elsif ($firstLine =~ /\r/) {
515 } elsif ($firstLine =~ /\n/) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 297 firstLine: function() { },
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
SourceFrame.js 372 var firstLine = this._textEditor.firstVisibleLine();
375 this._textEditor.scrollToLine(firstLine);
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 685 milliseconds

1 23 4