HomeSort by relevance Sort by last modified time
    Searched defs:removeAttribute (Results 1 - 25 of 44) sorted by null

1 2

  /external/apache-http/src/org/apache/http/protocol/
HttpContext.java 56 Object removeAttribute(String id);
SyncBasicHttpContext.java 57 public synchronized Object removeAttribute(final String id) {
58 return super.removeAttribute(id);
BasicHttpContext.java 84 public Object removeAttribute(final String id) {
DefaultedHttpContext.java 67 public Object removeAttribute(final String id) {
68 return this.local.removeAttribute(id);
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 96 public void removeAttribute(String name)
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 263 public void removeAttribute (int index)
267 super.removeAttribute (index);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 447 public void removeAttribute (int index)
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.cpp 129 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)
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 137 * @see #removeAttribute
161 public void removeAttribute(String name) {
AttributesImpl.java 439 public void removeAttribute (int index)
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 89 public void removeAttribute(String name) throws DOMException {
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 262 public abstract void removeAttribute(String name);
268 * <code>removeAttribute(name)</code>.
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 126 getParent()->removeAttribute(getArgNo() + 1, attr);
250 void Function::removeAttribute(unsigned i, Attributes attr) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 216 public void removeAttribute(String name) throws DOMException {
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 169 removeAttribute("retain", atLoc);
287 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 231 removeAttribute(rootEdit, element, attribute.getNamespaceURI(), name);
ExtractStyleRefactoring.java 350 removeAttribute(rootEdit, attr);
ChangeLayoutRefactoring.java 447 removeAttribute(rootEdit, layout, ANDROID_URI, ATTR_ORIENTATION);
534 removeAttribute(rootEdit, child, attribute.getNamespaceURI(), name);
568 removeAttribute(rootEdit, layout, ANDROID_URI, name);
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 362 public void removeAttribute(String name) {
372 * <code>removeAttribute(name)</code>.
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 462 void QWebElement::removeAttribute(const QString &name)
467 m_element->removeAttribute(name, exception);
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 590 virtual HRESULT STDMETHODCALLTYPE removeAttribute(
591 /* [in] */ BSTR name) { return DOMElement::removeAttribute(name); }
    [all...]
DOMCoreClasses.cpp 917 HRESULT STDMETHODCALLTYPE DOMElement::removeAttribute(
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DOMAgent.js 152 removeAttribute: function(name, callback)
169 DOMAgent.removeAttribute(this.id, name, mycallback.bind(this));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1121 public final void removeAttribute(String name) throws DOMException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 371 public void removeAttribute(String name) throws DOMException
373 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"removeAttribute not supported!");
    [all...]

Completed in 670 milliseconds

1 2