Searched refs:shouldRepaintCaret (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DFrameSelection.h71 bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
H A DFrameSelection.cpp1437 if (shouldRepaintCaret(view, previousOrNewCaretNodeIsContentEditable)) {
1448 bool CaretBase::shouldRepaintCaret(const RenderView* view, bool isContentEditable) const function in class:WebCore::CaretBase
1483 if (shouldRepaintCaret(view, node->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable)))

Completed in 169 milliseconds