Lines Matching +refs:fake +refs:event
86 CKEDITOR.event || (CKEDITOR.event = function() {}, CKEDITOR.event.implementOn = function(a) {
87 var d = CKEDITOR.event.prototype,
90 }, CKEDITOR.event.prototype = function() {
161 CKEDITOR.event.useCapture = 1;
163 CKEDITOR.event.useCapture = 0;
222 CKEDITOR.event.call(this)
228 return CKEDITOR.event.prototype.fire.call(this, a, d, this)
234 return CKEDITOR.event.prototype.fireOnce.call(this, a, d, this)
235 }, CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));
279 CKEDITOR.event.implementOn(CKEDITOR);
1675 CKEDITOR.dom.event = function(a) {
1678 CKEDITOR.dom.event.prototype = {
1726 "undefined" != typeof CKEDITOR && a.fire(b, new CKEDITOR.dom.event(c))
1738 …s, d), this.$.addEventListener ? this.$.addEventListener(d, b, !!CKEDITOR.event.useCapture) : this…
1740 return CKEDITOR.event.prototype.on.apply(this, arguments)
1743 CKEDITOR.event.prototype.removeListener.apply(this, arguments);
1759 CKEDITOR.event.prototype.removeAllListeners.call(this)
1800 CKEDITOR.event.implementOn(a)
4369 CKEDITOR.event.call(this)
4390 CKEDITOR.event.implementOn(CKEDITOR.command.prototype);
5267 … d && (CKEDITOR.env.ie ? (b = "focusin", c = "focusout") : CKEDITOR.event.useCapture = 1);
5278 d && (CKEDITOR.event.useCapture = 0);
5662 CKEDITOR.event.implementOn(CKEDITOR.ui);
5665 CKEDITOR.event.call(this);
8921 …MENT && "false" == d.getAttribute("contenteditable") && (a.getSelection().fake(d), c.data.preventD…
9461 …1) && (d(c) ? f.call(this, c) : e ? this.fake(b) : b ? this.selectElement(b) : this.selectRanges(c…
9480 } else CKEDITOR.warn("selection-fake-reset");
9510 if (p) this.fake(p);
9573 fake: function(a, b) {
9620 …de(), c && c.type == CKEDITOR.NODE_ELEMENT || (CKEDITOR.warn("selection-not-fake"), a.isFake = 0));
9621 a.isFake && !d(b) ? this.fake(c) : this.selectRanges(b);
10951 CKEDITOR.event.implementOn(this);
11618 …ommon.resize) + '" onmousedown\x3d"CKEDITOR.tools.callFunction(' + n + ', event )"\x3e' + ("ltr" =…
11798 CKEDITOR.event.call(this);
12280 CKEDITOR.event.implementOn(CKEDITOR.dialog);
12281 CKEDITOR.event.implementOn(CKEDITOR.dialog.prototype);
12433 CKEDITOR.event.implementOn(this);
13590 … CKEDITOR.tools.callFunction({keydownFn},event);" onfocus\x3d"return CKEDITOR.tools.callFunction({…
13642 … if (e.onkey) return a = new CKEDITOR.dom.event(a), !1 !== e.onkey(e, a.getKeystroke())
13646 e.onfocus && (b = !1 !== e.onfocus(e, new CKEDITOR.dom.event(a)));
15367 this._.blurSet || (CKEDITOR.event.useCapture = !0, e.on("blur", function(a) {
15382 }, this)), CKEDITOR.event.useCapture = !1,
16051 … b && "false" == b.getAttribute("contenteditable") && c.getSelection().fake(b)
16203 CKEDITOR.event.implementOn(q.prototype);
16589 …ommon.resize) + '" onmousedown\x3d"CKEDITOR.tools.callFunction(' + q + ', event)"\x3e' + ("ltr" ==…
16631 e = new CKEDITOR.dom.event(e);
16700 …e" onkeydown\x3d"return CKEDITOR.tools.callFunction({keyDownFn},{index}, event );" onclick\x3d"CK…
17175 CKEDITOR.event.implementOn(k.prototype);
17176 CKEDITOR.event.implementOn(l.prototype);
17800 …EDITOR.tools.callFunction({keydownFn},event,this);" onfocus\x3d"return CKEDITOR.tools.callFunction…
17878 a = new CKEDITOR.dom.event(a);
26088 CKEDITOR.event.implementOn(p.prototype);
26182 a.fake(this.wrapper);
26232 CKEDITOR.event.implementOn(g.prototype);
26384 CKEDITOR.event.implementOn(e.prototype);
26409 CKEDITOR.event.implementOn(d.prototype);