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

  /external/webkit/WebKit/android/nav/
CachedRoot.h 101 void setSelection(int start, int end) { mSelectionStart = start; mSelectionEnd = end; }
118 int mSelectionEnd;
CachedRoot.cpp 818 int end = mSelectionEnd;
819 mSelectionEnd = -1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 169 private final int mSelectionEnd;
210 mSelectionEnd = Integer.parseInt(arguments.get(KEY_SEL_END));
215 mSelectionStart = mSelectionEnd = -1;
230 args.put(KEY_SEL_END, Integer.toString(mSelectionEnd));
253 mSelectionEnd = mSelectionStart + Math.max(0, selection.getLength() - 1);
269 mSelectionStart = mSelectionEnd = -1;
424 scanner.getCurrentTokenEndPosition() >= mSelectionEnd) {
430 } else if (scanner.getCurrentTokenStartPosition() > mSelectionEnd) {
    [all...]

Completed in 37 milliseconds