Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingBehavior.h76 … bool shouldExtendSelectionByWordOrLineAcrossCaret() const { return m_type != EditingMacBehavior; } in shouldExtendSelectionByWordOrLineAcrossCaret() function
DFrameSelection.cpp1003 … && m_frame && !m_frame->editor().behavior().shouldExtendSelectionByWordOrLineAcrossCaret()) { in modify()