Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/protocol/
DHttpContext.java56 Object removeAttribute(String id); in removeAttribute() method
DSyncBasicHttpContext.java57 public synchronized Object removeAttribute(final String id) { in removeAttribute() method in SyncBasicHttpContext
DBasicHttpContext.java84 public Object removeAttribute(final String id) { in removeAttribute() method in BasicHttpContext
DDefaultedHttpContext.java67 public Object removeAttribute(final String id) { in removeAttribute() method in DefaultedHttpContext
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java262 public abstract void removeAttribute(String name); in removeAttribute() method in LogFactory
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java444 public void removeAttribute (int index) in removeAttribute() method in AttributesImpl
/external/webkit/Source/WebCore/inspector/front-end/
DTextEditorModel.js242 removeAttribute: function(line, name) method in WebInspector.TextEditorModel
DDOMAgent.js152 removeAttribute: function(name, callback) method in WebInspector.DOMNode
/external/webkit/Source/WebCore/dom/
DNamedNodeMap.cpp264 void NamedNodeMap::removeAttribute(const QualifiedName& name) in removeAttribute() function in WebCore::NamedNodeMap
DElement.cpp219 void Element::removeAttribute(const QualifiedName& name, ExceptionCode& ec) in removeAttribute() function in WebCore::Element
1494 void Element::removeAttribute(const String& name, ExceptionCode& ec) in removeAttribute() function in WebCore::Element
/external/llvm/lib/VMCore/
DFunction.cpp252 void Function::removeAttribute(unsigned i, Attributes attr) { in removeAttribute() function in Function
DInstructions.cpp333 void CallInst::removeAttribute(unsigned i, Attributes attr) { in removeAttribute() function in CallInst
573 void InvokeInst::removeAttribute(unsigned i, Attributes attr) { in removeAttribute() function in InvokeInst
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java362 public void removeAttribute(String name) { in removeAttribute() method in LogFactoryImpl
/external/clang/lib/ARCMigrate/
DTransProperties.cpp288 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon1fe624230111::PropertiesRewriter
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.h590 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
849 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
1154 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
1478 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
1776 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
2186 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
2511 virtual HRESULT STDMETHODCALLTYPE removeAttribute( in removeAttribute() function
DDOMCoreClasses.cpp917 HRESULT STDMETHODCALLTYPE DOMElement::removeAttribute( in removeAttribute() function in DOMElement
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java371 public void removeAttribute(String name) throws DOMException in removeAttribute() method in UnImplNode
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp462 void QWebElement::removeAttribute(const QString &name) in removeAttribute() function in QWebElement
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1121 public final void removeAttribute(String name) throws DOMException in removeAttribute() method in DTMNodeProxy
/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp586 void InspectorDOMAgent::removeAttribute(ErrorString* errorString, int elementId, const String& name) in removeAttribute() function in WebCore::InspectorDOMAgent