Home | History | Annotate | Download | only in web

Lines Matching refs:focusedNode

2807 void WebViewImpl::computeScaleAndScrollForFocusedNode(Node* focusedNode, float& newScale, IntPoint& newScroll, bool& needAnimation)
2809 focusedNode->document().updateLayoutIgnorePendingStylesheets();
2812 IntRect textboxRect = focusedNode->document().view()->contentsToWindow(pixelSnappedIntRect(focusedNode->Node::boundingBox()));