HomeSort by relevance Sort by last modified time
    Searched full:textselection (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 29 import org.eclipse.jface.text.TextSelection;
143 ITextSelection textSelection = (ITextSelection) selection;
145 ITextSelection originalSelection = textSelection;
152 if (textSelection.getLength() == 0 && !isValue) {
162 textSelection = new TextSelection(startOffset, length);
169 new ExtractStringRefactoring(file, xmlEditor, textSelection)));
184 new WrapInRefactoring(file, editor, textSelection, null)));
186 new UnwrapRefactoring(file, editor, textSelection, null)));
188 new ChangeViewRefactoring(file, editor, textSelection, null)))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 29 import org.eclipse.jface.text.TextSelection;
59 ITextSelection selection = new TextSelection(start, length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 54 import org.eclipse.jface.text.TextSelection;
398 ITextSelection textSelection = new TextSelection(start,
401 new UnwrapRefactoring(file, layout, textSelection, null);
451 ITextSelection selection = new TextSelection(start,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 24 import org.eclipse.jface.text.TextSelection;
173 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset);
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 101 void textSelection();
    [all...]
  /external/webkit/Source/WebKit/qt/
ChangeLog 57 (tst_QWebPage::textSelection):
    [all...]
ChangeLog-2011-02-16     [all...]

Completed in 363 milliseconds