Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp227 bool CaretBase::shouldRepaintCaret(const RenderView* view, bool isContentEditable) const in shouldRepaintCaret() function in blink::CaretBase
257 … if (shouldRepaintCaret(view, node->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable))) in invalidateCaretRect()
DCaret.h57 bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
DFrameSelection.cpp1267 if (m_previousCaretNode && shouldRepaintCaret(view, m_previousCaretNode->isContentEditable())) in invalidateCaretRect()
1269 if (newNode && shouldRepaintCaret(view, newNode->isContentEditable())) in invalidateCaretRect()