Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

468     const Element* focusedElement = node->isElementNode() ? toElement(node) : node->parentElement();
469 if (!focusedElement)
471 return focusedElement->isSpellCheckingEnabled();