HomeSort by relevance Sort by last modified time
    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