Searched refs:shouldRepaintCaret (Results 1 – 3 of 3) sorted by relevance
227 bool CaretBase::shouldRepaintCaret(const RenderView* view, bool isContentEditable) const in shouldRepaintCaret() function in blink::CaretBase257 … if (shouldRepaintCaret(view, node->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable))) in invalidateCaretRect()
57 bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
1267 if (m_previousCaretNode && shouldRepaintCaret(view, m_previousCaretNode->isContentEditable())) in invalidateCaretRect()1269 if (newNode && shouldRepaintCaret(view, newNode->isContentEditable())) in invalidateCaretRect()