HomeSort by relevance Sort by last modified time
    Searched defs:setAttributeNode (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/bindings/generic/
BindingElement.h 47 static RefPtr<Attr> setAttributeNode(State<Binding>*, Element*, Attr*, ExceptionCode&);
66 RefPtr<Attr> BindingElement<Binding>::setAttributeNode(State<Binding>* state, Element* element, Attr* newAttr, ExceptionCode& ec)
74 return element->setAttributeNode(newAttr, ec);
  /external/webkit/WebCore/bindings/js/
JSElementCustom.cpp 91 JSValue JSElement::setAttributeNode(ExecState* exec, const ArgList& args)
104 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNode(newAttr, ec)));
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Element.java 65 * appropriate subtree, and use <code>setAttributeNode</code> to assign
131 public Attr setAttributeNode(Attr newAttr)
196 * <code>setAttributeNode</code> to assign it as the value of an
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 120 public Attr setAttributeNode(Attr newAttr) throws DOMException {
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 293 setAttributeNode(attr);
311 public Attr setAttributeNode(Attr newAttr) throws DOMException {
418 return ElementImpl.this.setAttributeNode((Attr)arg);
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 599 virtual HRESULT STDMETHODCALLTYPE setAttributeNode(
601 /* [retval][out] */ IDOMAttr **result) { return DOMElement::setAttributeNode(newAttr, result); }
    [all...]
DOMCoreClasses.cpp 892 HRESULT STDMETHODCALLTYPE DOMElement::setAttributeNode(
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 307 public Attr setAttributeNode(Attr newAttr) throws DOMException
310 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNode not supported!");
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp     [all...]
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataNode.java 158 public Attr setAttributeNode(Attr newAttr) throws DOMException {
253 return setAttributeNode(newAttr);
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1201 milliseconds