HomeSort by relevance Sort by last modified time
    Searched refs:attNode (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
RefactoringUtil.java 88 Node attNode = attributes.item(j);
89 if (attNode instanceof Attr) {
90 Attr attr = (Attr) attNode;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodelookupnamespaceuri16.js 92 var attNode;
102 attNode = elem.setAttributeNodeNS(attr);
nodelookupprefix16.js 92 var attNode;
101 attNode = elem.setAttributeNodeNS(attr);

Completed in 1269 milliseconds