Home | History | Annotate | Download | only in dom

Lines Matching refs:focusedElement

280 static Widget* widgetForElement(Element* focusedElement)
282 if (!focusedElement)
284 RenderObject* renderer = focusedElement->renderer();
357 Element* element = document->focusedElement();
3105 Element* focusedElement = node->treeScope()->adjustedFocusedElement();
3106 if (!focusedElement)
3111 nodeInSubtree = focusedElement->isDescendantOf(node);
3113 nodeInSubtree = (focusedElement == node) || focusedElement->isDescendantOf(node);
4371 Element* element = focusedElement();
4835 Node* node = doc->focusedElement();