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

1 2 3 4 5 6 7

  /external/apache-http/src/org/apache/http/protocol/
SyncBasicHttpContext.java 57 public synchronized Object removeAttribute(final String id) {
58 return super.removeAttribute(id);
HttpContext.java 56 Object removeAttribute(String id);
DefaultedHttpContext.java 67 public Object removeAttribute(final String id) {
68 return this.local.removeAttribute(id);
BasicHttpContext.java 84 public Object removeAttribute(final String id) {
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertySynchronizer.h 41 namedAttrMap->removeAttribute(old->name());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementremoveattribute.java 31 * The "removeAttribute(name)" removes an attribute by name.
68 testEmployee.removeAttribute("class");
attrspecifiedvalueremove.java 40 * This test uses the "removeAttribute(name)" method
85 ((Element) /*Node */testNode).removeAttribute("street");
elementremoveattribute.java 31 * The "removeAttribute(name)" removes an attribute by name.
37 * attribute by invoking the "removeAttribute(name)" method.
81 testEmployee.removeAttribute("street");
elementremoveattributenomodificationallowederr.java 31 * The "removeAttribute(name)" method for an attribute causes the
37 * from the entity reference by executing the "removeAttribute(name)" method.
95 genElement.removeAttribute("domestic");
elementremoveattributenomodificationallowederrEE.java 31 * The "removeAttribute(name)" method for an attribute causes the
36 * Try to remove the "domestic" attribute from the entity reference by executing the "removeAttribute(name)" method.
85 entElement.removeAttribute("domestic");
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 113 multi.removeAttribute("foo");
119 multi.removeAttribute("john");
123 multi.removeAttribute(null);
141 ai.removeAttribute(ai.getName(i));
AttributesImplTest.java 75 ai.removeAttribute(i);
333 multi.removeAttribute(0);
342 multi.removeAttribute(-1);
349 multi.removeAttribute(4);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 163 theAtts.removeAttribute(i);
180 theAtts.removeAttribute(i);
  /external/llvm/lib/IR/
Attributes.cpp 708 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Idx,
972 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) {
    [all...]
  /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/webkit/Source/WebCore/editing/
SplitElementCommand.cpp 64 m_element2->removeAttribute(HTMLNames::idAttr, ec);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 137 * @see #removeAttribute
161 public void removeAttribute(String name) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java 62 element.removeAttribute(attribute.getName());
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 102 this._textModel.removeAttribute(i, "highlight");
235 this._textModel.removeAttribute(lineNumber, "highlight");
236 this._textModel.removeAttribute(lineNumber, "highlight-outdated");
  /external/llvm/include/llvm/IR/
Attributes.h 258 AttributeSet removeAttribute(LLVMContext &C, unsigned Idx,
414 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
420 AttrBuilder &removeAttribute(StringRef A);
  /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/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 153 attrs.removeAttribute(1);
175 attrs.removeAttribute(-1);
182 attrs.removeAttribute(3);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementremoveattribute.js 78 The "removeAttribute(name)" removes an attribute by name.
102 testEmployee.removeAttribute("class");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementremoveattribute.js 78 The "removeAttribute(name)" removes an attribute by name.
102 testEmployee.removeAttribute("class");

Completed in 828 milliseconds

1 2 3 4 5 6 7