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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementcreatenewattribute.java 69 Attr oldAttr;
76 oldAttr = testAddress.setAttributeNode(newAttribute);
77 assertNull("old_attr_doesnt_exist", oldAttr);
hc_elementcreatenewattribute.java 69 Attr oldAttr;
76 oldAttr = testAddress.setAttributeNode(newAttribute);
77 assertNull("old_attr_doesnt_exist", oldAttr);
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 143 * @param oldAttr The <code>Attr</code> node to remove from the attribute
148 * <br>NOT_FOUND_ERR: Raised if <code>oldAttr</code> is not an attribute
151 public Attr removeAttributeNode(Attr oldAttr)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementcreatenewattribute.js 98 var oldAttr;
110 oldAttr = testAddress.setAttributeNode(newAttribute);
111 assertNull("old_attr_doesnt_exist",oldAttr);
hc_elementnotfounderr.js 78 The "removeAttributeNode(oldAttr)" method raises a
79 NOT_FOUND_ERR DOMException if the "oldAttr" attribute
hc_elementremoveattributenode.js 78 The "removeAttributeNode(oldAttr)" method returns the
hc_elementremoveattributeaftercreate.js 78 The "removeAttributeNode(oldAttr)" method removes the
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementcreatenewattribute.js 98 var oldAttr;
110 oldAttr = testAddress.setAttributeNode(newAttribute);
111 assertNull("old_attr_doesnt_exist",oldAttr);
hc_elementnotfounderr.js 78 The "removeAttributeNode(oldAttr)" method raises a
79 NOT_FOUND_ERR DOMException if the "oldAttr" attribute
hc_elementremoveattributenode.js 78 The "removeAttributeNode(oldAttr)" method returns the
hc_elementremoveattributeaftercreate.js 78 The "removeAttributeNode(oldAttr)" method removes the
  /external/svox/pico/lib/
picodbg.c 241 int oldAttr = 0;
244 oldAttr = picodbg_setTextAttr(STDDBG, picodbg_getLevelColor(level));
255 picodbg_setTextAttr(STDDBG, oldAttr);
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 100 public Attr removeAttributeNode(Attr oldAttr) throws DOMException {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 233 public Attr removeAttributeNode(Attr oldAttr) throws DOMException {
234 AttrImpl oldAttrImpl = (AttrImpl) oldAttr;
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 602 /* [in] */ IDOMAttr *oldAttr,
603 /* [retval][out] */ IDOMAttr **result) { return DOMElement::removeAttributeNode(oldAttr, result); }
    [all...]
DOMCoreClasses.h 703 /* [in] */ IDOMAttr *oldAttr,
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.idl 42 Attr removeAttributeNode(in Attr oldAttr)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 284 * @param oldAttr Attribute to be removed from this node's list of attributes
290 public Attr removeAttributeNode(Attr oldAttr) throws DOMException
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 545 - (DOMAttr *)removeAttributeNode:(DOMAttr *)oldAttr;
547 HRESULT removeAttributeNode([in] IDOMAttr* oldAttr, [out, retval] IDOMAttr** result);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1156 * @param oldAttr
1163 public final Attr removeAttributeNode(Attr oldAttr) throws DOMException
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 204 - (DOMAttr *)removeAttributeNode:(DOMAttr *)oldAttr;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1140 milliseconds