Searched refs:lastLine (Results 1 - 25 of 57) sorted by path

123

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text.js1101 var lastLine = (length == 0) ? 0 : shadow.getLineIndex(length - 1);
1102 var newCursorPosition = (lineIndex >= lastLine) ? length :
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp77 RootInlineBox* lastLine = block.lineAtIndex(block.lineCount() - 1); local
78 if (!lastLine)
83 InlineBox* anchorBox = lastLine->lastChild();
H A DInlineFlowBox.cpp305 void InlineFlowBox::determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* logicallyLastRunRenderer) argument
341 && ((lastLine || isLastObjectOnLine) && !inlineFlow.continuation()))
345 && ((lastLine || isLastObjectOnLine) && !inlineFlow.continuation()))
357 currFlow->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, logicallyLastRunRenderer);
H A DInlineFlowBox.h174 void determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* logicallyLastRunRenderer);
H A DRenderBlockFlow.cpp785 static inline LayoutUnit calculateMinimumPageHeight(RenderStyle* renderStyle, RootInlineBox* lastLine, LayoutUnit lineTop, LayoutUnit lineBottom) argument
791 RootInlineBox* line = lastLine;
H A DRenderBlockLineLayout.cpp1823 RootInlineBox* lastLine = layoutState.endLine(); local
1824 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1825 lastLine = nextLine;
1827 LayoutUnit logicalBottom = lastLine->lineBottomWithLeading() + absoluteValue(lineDelta);
H A DRenderBox.cpp3123 InlineFlowBox* lastLine = flow->lastLineBox(); local
3124 if (firstLine && lastLine && firstLine != lastLine) {
3125 computedValues.m_position = logicalLeftValue + marginLogicalLeftValue + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());
3553 InlineFlowBox* lastLine = flow->lastLineBox(); local
3554 if (firstLine && lastLine && firstLine != lastLine) {
3555 computedValues.m_position = logicalLeftValue + marginLogicalLeftAlias + lastLine->borderLogicalLeft() + (lastLine
[all...]
H A DRenderDeprecatedFlexibleBox.cpp918 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1); local
919 if (!lastLine)
933 InlineBox* anchorBox = lastLine->lastChild();
943 RenderBlockFlow& srcBlock = lastLine->block();
H A DRootInlineBox.cpp430 if (RootInlineBox* lastLine = toRenderBlockFlow(block)->lastRootBox()) {
431 RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState();
435 LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height();
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineInfo.h52 void setLastLine(bool lastLine) { m_isLastLine = lastLine; } argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DGridResolvedPosition.cpp151 const size_t lastLine = explicitGridSizeForSide(gridContainerStyle, side); local
152 return adjustGridPositionForSide(lastLine, side);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js486 if (Math.min(ensureTo, doc.lastLine()) >= to)
2841 for (var line = Math.min(start.line, pos.line), end = Math.min(cm.lastLine(), Math.max(start.line, pos.line));
3605 if (change.from.line > doc.lastLine()) return;
3614 var last = doc.lastLine();
4085 end = Math.min(this.lastLine(), to.line - (to.ch ? 0 : 1)) + 1;
4693 selectAll: function(cm) {cm.setSelection(Pos(cm.firstLine(), 0), Pos(cm.lastLine()), sel_dontScroll);},
4701 if (range.head.ch == len && range.head.line < cm.lastLine())
4740 goDocEnd: function(cm) {cm.extendSelection(Pos(cm.lastLine()));},
5313 return doc.findMarks(Pos(doc.first, 0), doc.clipPos(Pos(doc.lastLine())),
5630 if (lineN > doc.lastLine()) retur
[all...]
H A Dcomment.js54 var end = Math.min(to.ch != 0 || to.line == from.line ? to.line + 1 : to.line, self.lastLine() + 1);
87 var end = Math.min(to.line, self.lastLine());
112 var end = Math.min(to.line, self.lastLine()), start = Math.min(from.line, end);
H A Dmatchbrackets.js46 var lineEnd = dir > 0 ? Math.min(where.line + maxScanLines, cm.lastLine() + 1)
64 return lineNo - dir == (dir > 0 ? cm.lastLine() : cm.firstLine()) ? false : null;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js336 lastLine: function() { },
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js1149 newPaddingBottom = Math.max(scrollInfo.clientHeight - this._codeMirror.getLineHandle(this._codeMirror.lastLine()).height, 0);
1442 var lastLine = this._codeMirror.getLine(lineCount - 1);
1443 return WebInspector.CodeMirrorUtils.toRange(new CodeMirror.Pos(0, 0), new CodeMirror.Pos(lineCount - 1, lastLine.length));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcgnomelayout.c213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dclayout.c233 le_int32 firstLine, lastLine; local
252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1);
254 pf_draw(context->paragraph, surface, firstLine, lastLine);
H A Dgnomelayout.cpp221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dlayout.cpp231 le_int32 firstLine, lastLine; local
250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1);
252 context->paragraph->draw(surface, firstLine, lastLine);
H A Dparagraph.cpp216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) argument
223 for (li = firstLine; li <= lastLine; li += 1) {

Completed in 483 milliseconds

123