Lines Matching refs:_target
110 var c = this._target;
124 var c = this._target;
180 if (this._target.setCapture) {
181 this._target.setCapture();
190 if (this._target.releaseCapture) {
191 this._target.releaseCapture();
208 var pos = Util.getEventPosition(e, this._target, this._scale);
279 var pos = Util.getEventPosition(e, this._target, this._scale);
304 var pos = Util.getEventPosition(e, this._target, this._scale);
316 var pos = Util.getEventPosition(e, this._target, this._scale);
320 (pos.realx < this._target.offsetWidth) &&
321 (pos.realy < this._target.offsetHeight)) {
333 var c = this._target;
355 var c = this._target;