Home
last modified time | relevance | path

Searched refs:absoluteBoundsForLocalRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.h51 IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
DCaret.cpp170 IntRect CaretBase::absoluteBoundsForLocalRect(Node* node, const LayoutRect& rect) const in absoluteBoundsForLocalRect() function in WebCore::CaretBase
DFrameSelection.cpp1269 …m_absCaretBounds = absoluteBoundsForLocalRect(m_selection.start().deprecatedNode(), localCaretRect… in recomputeCaretRect()