OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attributeNodes
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
422
List<Attr>
attributeNodes
= findNamespaceAttributes();
423
for (Node attributeNode :
attributeNodes
) {
448
List<Attr>
attributeNodes
= findNamespaceAttributes(document);
449
for (Node attributeNode :
attributeNodes
) {
[
all
...]
ExtractIncludeRefactoring.java
484
List<Attr>
attributeNodes
= findNamespaceAttributes();
485
for (Node attributeNode :
attributeNodes
) {
Completed in 174 milliseconds