OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_TAG_NAME
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java
21
import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.
XML_TAG_NAME
;
85
} else if (!(type.equals(XML_TAG_CLOSE) || type.equals(
XML_TAG_NAME
)) &&
105
if (type.equals(XML_TAG_CLOSE) || type.equals(
XML_TAG_NAME
)) {
AndroidXmlAutoEditStrategy.java
22
import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.
XML_TAG_NAME
;
101
if (region != null && region.getType().equals(
XML_TAG_NAME
)) {
210
if (previous != null && previous.getType() ==
XML_TAG_NAME
) {
243
if (next != null && next.getType() ==
XML_TAG_NAME
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java
226
if (!DOMRegionContext.
XML_TAG_NAME
.equals(region.getType())) {
317
if (!DOMRegionContext.
XML_TAG_NAME
.equals(region.getType())) {
329
if (DOMRegionContext.
XML_TAG_NAME
.equals(type)) {
/frameworks/base/core/java/android/speech/tts/
TtsEngines.java
188
private static final String
XML_TAG_NAME
= "tts-engine";
204
if (!
XML_TAG_NAME
.equals(parser.getName())) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
113
} else if (type.equals(DOMRegionContext.
XML_TAG_NAME
)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
591
DOMRegionContext.
XML_TAG_NAME
.equals(region.getType())) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java
[
all
...]
Completed in 695 milliseconds