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

1 2 3 4 5

  /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/include/llvm/
Function.h 188 removeAttribute(~0U, N);
206 /// removeAttribute - removes the attribute from the list of attributes.
207 void removeAttribute(unsigned i, Attributes attr);
280 else removeAttribute(n, Attribute::NoAlias);
290 else removeAttribute(n, Attribute::NoCapture);
  /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) {
  /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/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");
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 89 public void removeAttribute(String name) throws DOMException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 274 mRefactoring.removeAttribute(mRootEdit, child, attribute.getNamespaceURI(),
362 mRefactoring.removeAttribute(mRootEdit, width);
366 mRefactoring.removeAttribute(mRootEdit, height);
397 mRefactoring.removeAttribute(mRootEdit, width);
402 mRefactoring.removeAttribute(mRootEdit, height);
447 mRefactoring.removeAttribute(mRootEdit, height);
451 mRefactoring.removeAttribute(mRootEdit, width);
    [all...]

Completed in 562 milliseconds

1 2 3 4 5