Home | History | Annotate | Download | only in web

Lines Matching refs:focusedElement

971             Element* element = focusedElement();
992 Element* element = focusedElement();
2014 Element* element = focusedFrame->document()->focusedElement();
2234 Element* element = focusedElement();
2296 Element* element = focusedElement();
2674 RefPtr<Element> oldFocusedElement = document->focusedElement();
2692 if (Element* element = focusedElement())
2699 Element* element = focusedElement();
3542 RefPtr<Element> element = focusedElement();
3845 WebRect newWidgetRect = m_autofillPopup->refresh(focusedElement()->pixelSnappedBoundingBox());
3852 Element* WebViewImpl::focusedElement()
3862 return document->focusedElement();