OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_selectionToDelete
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp
95
,
m_selectionToDelete
(selection)
108
start =
m_selectionToDelete
.start();
109
end =
m_selectionToDelete
.end();
132
if (VisiblePosition(start) !=
m_selectionToDelete
.visibleStart() || VisiblePosition(end) !=
m_selectionToDelete
.visibleEnd())
218
m_leadingWhitespace = leadingWhitespacePosition(m_upstreamStart,
m_selectionToDelete
.affinity());
224
Position pos = VisiblePosition(m_upstreamStart,
m_selectionToDelete
.affinity()).deepEquivalent();
230
bool hasLeadingWhitespaceBeforeAdjustment = leadingWhitespacePosition(m_upstreamStart,
m_selectionToDelete
.affinity(), ConsiderNonCollapsibleWhitespace).isNotNull();
285
if (shouldNotInheritStyleFrom(*
m_selectionToDelete
.start().anchorNode()))
289
m_typingStyle = EditingStyle::create(
m_selectionToDelete
.start(), EditingStyle::EditingPropertiesInEffect)
[
all
...]
DeleteSelectionCommand.h
84
VisibleSelection
m_selectionToDelete
;
Completed in 206 milliseconds