Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:CAPTURING_PHASE

917   var CAPTURING_PHASE = 1;
978 var phase = CAPTURING_PHASE;
1006 if (phase === CAPTURING_PHASE) return true;
1037 if (listener.type !== type || !listener.capture && phase === CAPTURING_PHASE || listener.capture && phase === BUBBLING_PHASE) {