Home
last modified time | relevance | path

Searched refs:removeAttr (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/
DArgument.h79 void removeAttr(Attributes);
DAttributes.h323 AttrListPtr removeAttr(unsigned Idx, Attributes Attrs) const;
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js16 $("#apiLevelSelector").removeAttr("disabled");
92 else obj.removeClass("absent").removeAttr("title");
Djquery-resizable.min.js12 …apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.at… method
29removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m… function
/external/llvm/lib/VMCore/
DFunction.cpp126 void Argument::removeAttr(Attributes attr) { in removeAttr() function in Argument
253 PAL = PAL.removeAttr(i, attr); in removeAttribute()
DAttributes.cpp313 AttrListPtr AttrListPtr::removeAttr(unsigned Idx, Attributes Attrs) const { in removeAttr() function in AttrListPtr
DCore.cpp1378 const AttrListPtr PALnew = PAL.removeAttr(~0U, Attributes(PA)); in LLVMRemoveFunctionAttr()
1452 unwrap<Argument>(Arg)->removeAttr(Attributes(PA)); in LLVMRemoveAttribute()
1662 Call.getAttributes().removeAttr(index, Attributes(PA))); in LLVMRemoveInstrAttribute()
DInstructions.cpp341 PAL = PAL.removeAttr(i, attr); in removeAttribute()
581 PAL = PAL.removeAttr(i, attr); in removeAttribute()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2068 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest); in StripNest()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js1219 removeAttr: function( name ) { method
Dconcat-jquery-mootools-prototype.js1219 removeAttr: function( name ) { method
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js41 …ckbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){retu… method
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js42 …ckbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){retu… method
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1926290 (NamedAttrMapImpl::removeAttr):