Searched refs:bodyOffset (Results 1 – 4 of 4) sorted by relevance
2155 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset() function2193 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody()2195 return getTrailingObjects<Stmt *>()[bodyOffset()]; in getBody()2199 getTrailingObjects<Stmt *>()[bodyOffset()] = Body; in setBody()2334 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset() function2373 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody()2375 return getTrailingObjects<Stmt *>()[bodyOffset()]; in getBody()2379 getTrailingObjects<Stmt *>()[bodyOffset()] = Body; in setBody()
4175 if ( this[0] === this[0].ownerDocument.body ) return jQuery.offset.bodyOffset( this[0] );4185 if ( this[0] === this[0].ownerDocument.body ) return jQuery.offset.bodyOffset( this[0] );4248 bodyOffset: function(body) { method
19 …bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.doc…
8916 return jQuery.offset.bodyOffset( elem );8958 return jQuery.offset.bodyOffset( elem );9018 bodyOffset: function( body ) { method