Home
last modified time | relevance | path

Searched refs:m_shouldShowBlockCursor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.h206 bool shouldShowBlockCursor() const { return m_shouldShowBlockCursor; } in shouldShowBlockCursor()
266 bool m_shouldShowBlockCursor : 1; variable
DFrameSelection.cpp99 , m_shouldShowBlockCursor(false) in FrameSelection()
1531 if (m_shouldShowBlockCursor && m_selection.isCaret()) { in updateAppearance()
1834 m_shouldShowBlockCursor = shouldShowBlockCursor; in setShouldShowBlockCursor()