OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDirectional
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h
45
VisibleSelection(const Position&, EAffinity, bool
isDirectional
= false);
46
VisibleSelection(const Position&, const Position&, EAffinity = SEL_DEFAULT_AFFINITY, bool
isDirectional
= false);
48
VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY, bool
isDirectional
= false);
50
VisibleSelection(const VisiblePosition&, bool
isDirectional
= false);
51
VisibleSelection(const VisiblePosition&, const VisiblePosition&, bool
isDirectional
= false);
83
bool
isDirectional
() const { return m_isDirectional; }
84
void setIsDirectional(bool
isDirectional
) { m_isDirectional =
isDirectional
; }
150
&& a.
isDirectional
() == b.
isDirectional
();
[
all
...]
FrameSelection.cpp
124
setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.
isDirectional
()), options, align);
137
setSelection(VisibleSelection(pos, affinity, m_selection.
isDirectional
()), options);
195
bool
isDirectional
= shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.
isDirectional
();
214
newSelection.setIsDirectional(
isDirectional
); // Adjusting base and extent will make newSelection always directional
516
if (m_selection.
isDirectional
()) {
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java
600
public boolean
isDirectional
() {
617
getRenderer().updateSourceParam(this, AudioParam.
IsDirectional
);
Completed in 79 milliseconds