Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

425     const Element* focusedElement = node->isElementNode() ? toElement(node) : node->parentElement();
426 if (!focusedElement)
428 return focusedElement->isSpellCheckingEnabled();