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

12345

/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/llvm/lib/IR/
H A DAttributes.cpp708 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Idx, function in class:AttributeSet
972 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { function in class:AttrBuilder
1016 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { function in class:AttrBuilder
1113 removeAttribute(Attribute::NoReturn)
1114 .removeAttribute(Attribute::NoUnwind)
1115 .removeAttribute(Attribute::ReadNone)
1116 .removeAttribute(Attribute::ReadOnly)
1117 .removeAttribute(Attribute::NoInline)
1118 .removeAttribute(Attribute::AlwaysInline)
1119 .removeAttribute(Attribut
[all...]
/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/webkit/Source/WebCore/editing/
H A DSplitElementCommand.cpp64 m_element2->removeAttribute(HTMLNames::idAttr, ec);
/external/llvm/include/llvm/IR/
H A DAttributes.h258 AttributeSet removeAttribute(LLVMContext &C, unsigned Idx,
414 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
420 AttrBuilder &removeAttribute(StringRef A);
/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.cpp225 removeAttribute("retain", atLoc);
226 if (!removeAttribute("assign", atLoc))
296 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { function in class:__anon3589::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/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 1797 milliseconds

12345