Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingBehavior.h46 bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; } in shouldConsiderSelectionAsDirectional() function
DSelectionController.cpp337 …isDirectional = !m_frame || m_frame->editor()->behavior().shouldConsiderSelectionAsDirectional() |… in setIsDirectional()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06126309 (WebCore::EditingBehavior::shouldConsiderSelectionAsDirectional):