Searched refs:removeAttribute (Results 1 - 25 of 90) sorted by relevance

1234

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java57 public synchronized Object removeAttribute(final String id) { method in class:SyncBasicHttpContext
58 return super.removeAttribute(id);
H A DHttpContext.java56 Object removeAttribute(String id); method in interface:HttpContext
H A DDefaultedHttpContext.java67 public Object removeAttribute(final String id) { method in class:DefaultedHttpContext
68 return this.local.removeAttribute(id);
H A DBasicHttpContext.java84 public Object removeAttribute(final String id) { method in class:BasicHttpContext
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options.js236 page.removeAttribute('accesslocked');
256 page.removeAttribute('cellplanloading');
258 page.removeAttribute('nocellplan');
263 page.removeAttribute('hascellplan');
269 page.removeAttribute('hasactiveplan');
274 page.removeAttribute('activated');
315 page.removeAttribute('connecting');
321 page.removeAttribute('connected');
352 page.removeAttribute('ethernet');
353 page.removeAttribute('cellula
[all...]
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_elementremoveattribute.js78 The "removeAttribute(name)" removes an attribute by name.
102 testEmployee.removeAttribute("class");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_elementremoveattribute.js78 The "removeAttribute(name)" removes an attribute by name.
102 testEmployee.removeAttribute("class");
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertySynchronizer.h41 namedAttrMap->removeAttribute(old->name());
/external/chromium/chrome/browser/policy/resources/
H A Denrollment.js27 iframes[j].removeAttribute('tabIndex');
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java163 theAtts.removeAttribute(i);
180 theAtts.removeAttribute(i);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dtree.js375 this.removeAttribute('expanded');
376 treeChildren.removeAttribute('expanded');
450 this.removeAttribute('selected');
451 rowItem.removeAttribute('selected');
470 this.removeAttribute('may-have-children');
471 rowItem.removeAttribute('may-have-children');
581 this.removeAttribute('editing');
H A Dmenu_button.js128 this.removeAttribute('menu-shown');
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextEditorHighlighter.js102 this._textModel.removeAttribute(i, "highlight");
235 this._textModel.removeAttribute(lineNumber, "highlight");
236 this._textModel.removeAttribute(lineNumber, "highlight-outdated");
H A DSearchController.js64 this.element.removeAttribute("placeholder");
/external/llvm/include/llvm/
H A DFunction.h188 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);
/external/webkit/Source/WebCore/editing/
H A DSplitElementCommand.cpp64 m_element2->removeAttribute(HTMLNames::idAttr, ec);
/external/webkit/Source/WebCore/dom/
H A DNamedNodeMap.cpp129 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) function in class:WebCore::NamedNodeMap
H A DDatasetDOMStringMap.cpp206 m_element->removeAttribute(convertPropertyNameToAttributeName(name), dummy);
H A DNamedNodeMap.h93 void removeAttribute(const QualifiedName&);
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp223 removeAttribute("retain", atLoc);
224 if (!removeAttribute("assign", atLoc))
288 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { function in class:__anon3457::PropertiesRewriter
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
H A Dutil.js296 node.removeAttribute(name);
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Dutil.js296 node.removeAttribute(name);
/external/chromium-trace/trace-viewer/src/
H A Dbase.js312 this.removeAttribute(attributeName);
329 this.removeAttribute(attributeName);
/external/chromium/chrome/browser/resources/options/
H A Dinline_editable_list.js116 this.removeAttribute('editing');
/external/chromium/chrome/browser/resources/shared/js/
H A Dcr.js196 this.removeAttribute(name);

Completed in 354 milliseconds

1234