Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

2089     const Element* focusedElement = node->isElementNode() ? toElement(node) : node->parentElement();
2090 if (!focusedElement)
2092 return focusedElement->isSpellCheckingEnabled();