Home
last modified time | relevance | path

Searched defs:isDirectional (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h89 bool isDirectional() const { return m_isDirectional; } in isDirectional() function
90 void setIsDirectional(bool isDirectional) { m_isDirectional = isDirectional; } in setIsDirectional()
DVisibleSelection.cpp58 VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity, bool isDirectional) in VisibleSelection()
68 …ibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional) in VisibleSelection()
78 VisibleSelection::VisibleSelection(const VisiblePosition& pos, bool isDirectional) in VisibleSelection()
88 …n::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional) in VisibleSelection()
98 VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional) in VisibleSelection()
DFrameSelection.h153 bool isDirectional() const { return m_selection.isDirectional(); } in isDirectional() function
DFrameSelection.cpp195 … bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); in setNonDirectionalSelectionIfNeeded() local