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.cpp57 VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity, bool isDirectional) in VisibleSelection()
66 …ibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional) in VisibleSelection()
75 VisibleSelection::VisibleSelection(const VisiblePosition& pos, bool isDirectional) in VisibleSelection()
84 …n::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional) in VisibleSelection()
93 VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional) in VisibleSelection()
DVisibleSelection.h83 bool isDirectional() const { return m_isDirectional; } in isDirectional() function
84 void setIsDirectional(bool isDirectional) { m_isDirectional = isDirectional; } in setIsDirectional()
DFrameSelection.cpp195 … bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); in setNonDirectionalSelectionIfNeeded() local
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java600 public boolean isDirectional() { in isDirectional() method in AudioNode