OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textSelection
(Results
1 - 3
of
3
) 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/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,
/external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp
101
void
textSelection
();
[
all
...]
Completed in 2591 milliseconds