Searched refs:absoluteBoundsForLocalRect (Results 1 – 3 of 3) sorted by relevance
51 IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
170 IntRect CaretBase::absoluteBoundsForLocalRect(Node* node, const LayoutRect& rect) const in absoluteBoundsForLocalRect() function in WebCore::CaretBase
1269 …m_absCaretBounds = absoluteBoundsForLocalRect(m_selection.start().deprecatedNode(), localCaretRect… in recomputeCaretRect()