Home
last modified time | relevance | path

Searched defs:removeAttribute (Results 1 – 21 of 21) 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/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp86 void WebElement::removeAttribute(const WebString& attrName) in removeAttribute() function in blink::WebElement
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java262 public abstract void removeAttribute(String name); in removeAttribute() method in LogFactory
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.h247 inline void UniqueElementData::removeAttribute(size_t index) in removeAttribute() function
DElement.cpp346 void Element::removeAttribute(const QualifiedName& name) in removeAttribute() function in WebCore::Element
2089 void Element::removeAttribute(const AtomicString& name) in removeAttribute() function in WebCore::Element
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java444 public void removeAttribute (int index) in removeAttribute() method in AttributesImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.cpp376 bool DOMEditor::removeAttribute(Element* element, const String& name, ExceptionState& exceptionStat… in removeAttribute() function in WebCore::DOMEditor
436 bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString) in removeAttribute() function in WebCore::DOMEditor
DInspectorDOMAgent.cpp733 void InspectorDOMAgent::removeAttribute(ErrorString* errorString, int elementId, const String& name) in removeAttribute() function in WebCore::InspectorDOMAgent
/external/llvm/lib/IR/
DAttributes.cpp726 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeSet
990 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder
1034 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
DInstructions.cpp340 void CallInst::removeAttribute(unsigned i, Attribute attr) { in removeAttribute() function in CallInst
599 void InvokeInst::removeAttribute(unsigned i, Attribute attr) { in removeAttribute() function in InvokeInst
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTextEditor.js268 removeAttribute: function(line, name) { }, method in WebInspector.TextEditor
DCodeMirrorTextEditor.js1143 removeAttribute: function(line, name) method in WebInspector.CodeMirrorTextEditor
DDOMAgent.js312 removeAttribute: function(name, callback) method in WebInspector.DOMNode
/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.cpp296 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon7be800a90111::PropertiesRewriter
/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/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/chromium_org/third_party/polymer/
Dplatform.js30 …){var f=h(a);E=!0;for(var g=f.length-1;g>=0;g--)a.removeChild(f[g]),f[g].parentNode_=b;E=!1;for(va… variable in A
32 …x(a.tag),a)}function g(b,c){return c.is&&b.setAttribute("is",c.is),b.removeAttribute("unresolved")… function