OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_caretLocalRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h
60
const LayoutRect& localCaretRectWithoutUpdate() const { return
m_caretLocalRect
; }
74
LayoutRect
m_caretLocalRect
; // caret rect in coords local to the renderer responsible for painting the caret
Caret.cpp
120
m_caretLocalRect
= LayoutRect();
167
m_caretLocalRect
= LayoutRect();
178
m_caretLocalRect
= localCaretRectOfPosition(caretPosition, renderer);
184
mapCaretRectToCaretPainter(renderer, caretPainter,
m_caretLocalRect
);
Completed in 54 milliseconds