Searched refs:cur (Results 1 – 2 of 2) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 3033 cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; 3109 cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode; 3111 for ( ; cur; cur = cur.parentNode ) { 3112 eventPath.push([ cur, bubbleType ]); 3113 old = cur; 3125 cur = eventPath[i][0]; 3128 handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); 3130 handle.apply( cur, data ); 3133 handle = ontype && cur[ ontype ]; 3134 if ( handle && jQuery.acceptData( cur ) && handle.apply( cur, data ) === false ) { [all …]
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 78035 protected int cur
|