Searched defs:removeAttribute (Results 1 - 20 of 20) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpContext.java84 public Object removeAttribute(final String id) { method in class:BasicHttpContext
H A DDefaultedHttpContext.java67 public Object removeAttribute(final String id) { method in class:DefaultedHttpContext
68 return this.local.removeAttribute(id);
H A DHttpContext.java56 Object removeAttribute(String id); method in interface:HttpContext
H A DSyncBasicHttpContext.java57 public synchronized Object removeAttribute(final String id) { method in class:SyncBasicHttpContext
58 return super.removeAttribute(id);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java447 public void removeAttribute (int index)
444 public void removeAttribute (int index) method in class:AttributesImpl
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java262 public abstract void removeAttribute(String name); method in class:LogFactory
268 * <code>removeAttribute(name)</code>.
/external/llvm/lib/VMCore/
H A DFunction.cpp126 getParent()->removeAttribute(getArgNo() + 1, attr);
250 void Function::removeAttribute(unsigned i, Attributes attr) { function in class:Function
H A DInstructions.cpp333 void CallInst::removeAttribute(unsigned i, Attributes attr) { function in class:CallInst
573 void InvokeInst::removeAttribute(unsigned i, Attributes attr) { function in class:InvokeInst
/external/webkit/Source/WebCore/dom/
H A DNamedNodeMap.cpp129 removeAttribute(a->name());
141 // The DOM2 spec doesn't say that removeAttribute[NS] throws NOT_FOUND_ERR
157 removeAttribute(name);
264 void NamedNodeMap::removeAttribute(const QualifiedName& name) function in class:WebCore::NamedNodeMap
H A DElement.cpp219 void Element::removeAttribute(const QualifiedName& name, ExceptionCode& ec) function in class:WebCore::Element
247 removeAttribute(name, ex);
677 m_attributeMap->removeAttribute(old->name());
710 m_attributeMap->removeAttribute(name);
1494 void Element::removeAttribute(const String& name, ExceptionCode& ec) function in class:WebCore::Element
1511 removeAttribute(QualifiedName(nullAtom, localName, namespaceURI), ec);
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java362 public void removeAttribute(String name) { method in class:LogFactoryImpl
372 * <code>removeAttribute(name)</code>.
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp169 removeAttribute("retain", atLoc);
287 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { function in class:__anon2721::PropertiesRewriter
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMAgent.js152 removeAttribute: function(name, callback)
169 DOMAgent.removeAttribute(this.id, name, mycallback.bind(this));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java371 public void removeAttribute(String name) throws DOMException method in class:UnImplNode
373 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttribute not supported!");
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp462 void QWebElement::removeAttribute(const QString &name) function in class:QWebElement
467 m_element->removeAttribute(name, exception);
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp917 HRESULT STDMETHODCALLTYPE DOMElement::removeAttribute( function in class:DOMElement
H A DDOMHTMLClasses.h590 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLElement
591 /* [in] */ BSTR name) { return DOMElement::removeAttribute(name); }
849 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLFormElement
850 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1154 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLSelectElement
1155 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1478 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLOptionElement
1479 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(name); }
1776 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLInputElement
1777 /* [in] */ BSTR name) { return DOMHTMLElement::removeAttribute(nam
2186 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLTextAreaElement
2511 virtual HRESULT STDMETHODCALLTYPE removeAttribute( function in class:DOMHTMLIFrameElement
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1121 public final void removeAttribute(String name) throws DOMException method in class:DTMNodeProxy
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp586 void InspectorDOMAgent::removeAttribute(ErrorString* errorString, int elementId, const String& name) function in class:WebCore::InspectorDOMAgent
591 element->removeAttribute(name, ec);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 694 milliseconds