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.h56 IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
DCaret.cpp199 IntRect CaretBase::absoluteBoundsForLocalRect(Node* node, const LayoutRect& rect) const in absoluteBoundsForLocalRect() function in blink::CaretBase
DFrameSelection.cpp1241 …return absoluteBoundsForLocalRect(m_selection.start().deprecatedNode(), localCaretRectWithoutUpdat… in absoluteCaretBounds()