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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 208 var valueEnd = /** @type {number} */ (text.getSpanEnd(value));
211 this.addRangesForSelection_(text, valueStart, valueEnd, result);
214 result.push({start: valueStart, end: valueEnd});
229 * @param {number} valueEnd End of the value in {@code text}.
236 text, valueStart, valueEnd, outRanges) {
244 if (selectionStart < valueStart || selectionEnd > valueEnd) {
248 if (selectionStart == valueEnd) {
269 text.toString(), expandPositions[i], valueStart, valueEnd);
braille_input_handler.js 160 var valueEnd = /** @type {number} */ (text.getSpanEnd(valueSpan));
164 if (selectionStart < valueStart || selectionEnd > valueEnd) {
173 this.currentTextAfter_ = text.toString().substring(selectionEnd, valueEnd);
  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.cpp 78 unsigned valueBegin, valueEnd;
117 valueEnd = i;
122 String valueString(buffer.substring(valueBegin, valueEnd - valueBegin));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 76 unsigned valueBegin, valueEnd;
121 valueEnd = i;
126 String valueString = buffer.substring(valueBegin, valueEnd - valueBegin);
  /external/expat/lib/
xmltok.h 121 const char *valueEnd;
expat.h 749 info->valueEnd - info->valueStart = 4 bytes.
755 XML_Index valueEnd; /* Offset after the attribute value's last byte. */
    [all...]
xmltok_impl.c     [all...]
xmlparse.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 320 int valueEnd = i;
325 valueEnd = i;
330 if (valueEnd > valueBegin) {
331 values.add(encoded.substring(valueBegin, valueEnd));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 8877 milliseconds