Home
last modified time | relevance | path

Searched refs:jQuerySub (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.js6517 function jQuerySub( selector, context ) { function
6518 return new jQuerySub.fn.init( selector, context );
6520 jQuery.extend( true, jQuerySub, this );
6521 jQuerySub.superclass = this;
6522 jQuerySub.fn = jQuerySub.prototype = this();
6523 jQuerySub.fn.constructor = jQuerySub;
6524 jQuerySub.sub = this.sub;
6525 jQuerySub.fn.init = function init( selector, context ) {
6526 if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
6527 context = jQuerySub( context );
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js871 function jQuerySub( selector, context ) {
872 return new jQuerySub.fn.init( selector, context );
874 jQuery.extend( true, jQuerySub, this );
875 jQuerySub.superclass = this;
876 jQuerySub.fn = jQuerySub.prototype = this();
877 jQuerySub.fn.constructor = jQuerySub;
878 jQuerySub.sub = this.sub;
879 jQuerySub.fn.init = function init( selector, context ) {
880 if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
881 context = jQuerySub( context );
[all …]