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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 38 import org.eclipse.jface.text.TextSelection;
199 if (selection instanceof TextSelection) {
200 TextSelection textSelection = (TextSelection)selection;
201 selectionLength = textSelection.getLength();
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 89 void textSelection();
    [all...]

Completed in 59 milliseconds