Searched refs:removeAttr (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/ |
D | Argument.h | 79 void removeAttr(Attributes);
|
D | Attributes.h | 323 AttrListPtr removeAttr(unsigned Idx, Attributes Attrs) const;
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 16 $("#apiLevelSelector").removeAttr("disabled"); 92 else obj.removeClass("absent").removeAttr("title");
|
D | jquery-resizable.min.js | 12 …apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.at… method 29 …removeAttr,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/ |
D | Function.cpp | 126 void Argument::removeAttr(Attributes attr) { in removeAttr() function in Argument 253 PAL = PAL.removeAttr(i, attr); in removeAttribute()
|
D | Attributes.cpp | 313 AttrListPtr AttrListPtr::removeAttr(unsigned Idx, Attributes Attrs) const { in removeAttr() function in AttrListPtr
|
D | Core.cpp | 1378 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()
|
D | Instructions.cpp | 341 PAL = PAL.removeAttr(i, attr); in removeAttribute() 581 PAL = PAL.removeAttr(i, attr); in removeAttribute()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2068 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest); in StripNest()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 1219 removeAttr: function( name ) { method
|
D | concat-jquery-mootools-prototype.js | 1219 removeAttr: function( name ) { method
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 41 …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/ |
D | jquery-1.4.2.min.js | 42 …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/ |
D | ChangeLog-2005-12-19 | 26290 (NamedAttrMapImpl::removeAttr):
|