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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbraille_util.js261 var lineIndex = shadow.getLineIndex(node.selectionEnd);
262 var lineStart = shadow.getLineStart(lineIndex);
263 var lineEnd = shadow.getLineEnd(lineIndex);
H A Dcontent_editable_extractor.js71 var lineIndex = 0; variable
149 lines[lineIndex].endIndex = textSize;
150 lineIndex++;
151 lines[lineIndex] = {startIndex: textSize, endIndex: textSize};
169 lines[lineIndex].endIndex = textSize;
173 for (var i = 0; i <= lineIndex; i++) {
H A Deditable_text.js1098 var lineIndex = shadow.getLineIndex(node.selectionEnd);
1099 var lineStart = shadow.getLineStart(lineIndex);
1102 var newCursorPosition = (lineIndex >= lastLine) ? length :
1103 Math.min(shadow.getLineStart(lineIndex + 1) + offset,
1104 shadow.getLineEnd(lineIndex + 1));
1118 var lineIndex = shadow.getLineIndex(node.selectionStart);
1119 var lineStart = shadow.getLineStart(lineIndex);
1121 var newCursorPosition = (lineIndex <= 0) ? 0 :
1122 Math.min(shadow.getLineStart(lineIndex - 1) + offset,
1123 shadow.getLineEnd(lineIndex
[all...]
H A Deditable_text_area_shadow.js82 var lineIndex = 0; variable
122 lines[lineIndex].endIndex = offset - 1;
123 lineIndex++;
124 lines[lineIndex] = {startIndex: offset, endIndex: offset};
137 lines[lineIndex].endIndex = lastGoodOffset;
138 lineIndex++;
139 lines[lineIndex] = {startIndex: lastGoodOffset, endIndex: lastGoodOffset};
149 lines[lineIndex].endIndex = text.length;
153 for (var i = 0; i <= lineIndex; i++) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp843 int lineIndex = lineCount(lineBox); local
844 if (remainingLogicalHeight < lineHeight || (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex)) {
845 if (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex) {
856 if (((lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeightAtNewOffset) || (!style()->hasAutoOrphans() && style()->orphans() >= lineIndex))
/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/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py113 lineIndex = 0
117 lineIndex += 1
120 if verify_jsdoc_line(full_file_name, lineIndex, line):
125 def verify_jsdoc_line(fileName, lineIndex, line):
127 print '%s:%s: ERROR - %s\n%s\n%s\n' % (fileName, lineIndex, message, line, ' ' * errorPosition + '^')
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DRunner.java136 int lineIndex = 0;
138 ++lineIndex;
150 lineIndex), null);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.cpp60 int lineIndex = foundLineEnding - &lineEndings.at(0); local
61 unsigned lineStartOffset = lineIndex > 0 ? lineEndings.at(lineIndex - 1) + 1 : 0;
63 return TextPosition(OrdinalNumber::fromZeroBasedInt(lineIndex), OrdinalNumber::fromZeroBasedInt(column));
/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/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DRunner.java144 int lineIndex = 0;
146 ++lineIndex;
158 lineIndex), null);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0),
108 while(!isLineBufferAvailable(lineIndex)) {
109 ++lineIndex;
110 if (lineIndex == kNumLineBuffers) {
111 lineIndex = 0;
114 char *line=lines[lineIndex];
171 char *field=lines[lineIndex];
223 defaultLineIndex=lineIndex;
228 blockLineIndex=lineIndex;
H A Dppucd.h159 int32_t defaultLineIndex, blockLineIndex, lineIndex; member in class:PreparsedUCD
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc489 void MatlabPlot::Append(int lineIndex, double x, double y) argument
499 if (lineIndex < 0 || lineIndex >= static_cast<int>(_line.size()))
505 return (_line[lineIndex]->Append(x, y));
509 void MatlabPlot::Append(int lineIndex, double y) argument
519 if (lineIndex < 0 || lineIndex >= static_cast<int>(_line.size()))
525 return (_line[lineIndex]->Append(y));
H A DMatlabPlot.h101 void Append(int lineIndex, double x, double y);
102 void Append(int lineIndex, double y);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentResultsView.java325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex();
364 lineIndex = 0;
368 if (tabIndex >= 0 && lineIndex >= 0) {
371 table.setSelection(lineIndex);
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DHexDump.java33 int lineIndex = 0;
40 if (lineIndex == 16)
58 lineIndex = 0;
66 line[lineIndex++] = b;
69 if (lineIndex != 16)
71 int count = (16 - lineIndex) * 3;
78 for (int i = 0 ; i < lineIndex ; i++)
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0),
108 while(!isLineBufferAvailable(lineIndex)) {
109 ++lineIndex;
110 if (lineIndex == kNumLineBuffers) {
111 lineIndex = 0;
114 char *line=lines[lineIndex];
171 char *field=lines[lineIndex];
223 defaultLineIndex=lineIndex;
228 blockLineIndex=lineIndex;
H A Dppucd.h159 int32_t defaultLineIndex, blockLineIndex, lineIndex; member in class:PreparsedUCD
/external/proguard/src/proguard/retrace/
H A DReTrace.java243 int lineIndex = 0;
257 outLine.append(line.substring(lineIndex, startIndex));
308 lineIndex = endIndex;
313 outLine.append(line.substring(lineIndex));
/external/replicaisland/tools/
H A DExtractPoints.js216 var lineIndex = 0;

Completed in 5810 milliseconds