Searched refs:isInsertionCaretInside (Results 1 – 4 of 4) sorted by relevance
311 return this.element.isInsertionCaretInside();
242 Element.prototype.isInsertionCaretInside = function() method in Element
129 if (selection.isCollapsed && !this._currentFocusElement.isInsertionCaretInside()) {
33944 (TextPrompt.prototype.isCaretInsidePrompt): Just call isInsertionCaretInside.33950 (Element.prototype.isInsertionCaretInside): Added. Tests if the