OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_selectionType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h
61
SelectionType selectionType() const { return
m_selectionType
; }
174
SelectionType
m_selectionType
; // None, Caret, Range
VisibleSelection.cpp
52
,
m_selectionType
(NoSelection)
115
,
m_selectionType
(other.
m_selectionType
)
131
m_selectionType
= other.
m_selectionType
;
482
m_selectionType
= NoSelection;
484
m_selectionType
= CaretSelection;
486
m_selectionType
= RangeSelection;
489
if (
m_selectionType
!= CaretSelection)
541
m_selectionType
= base == extent ? CaretSelection : RangeSelection
[
all
...]
Completed in 315 milliseconds