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
99
,
m_selectionToDelete
(selection)
112
start =
m_selectionToDelete
.start();
113
end =
m_selectionToDelete
.end();
136
if (VisiblePosition(start) !=
m_selectionToDelete
.visibleStart() || VisiblePosition(end) !=
m_selectionToDelete
.visibleEnd())
224
m_leadingWhitespace = m_upstreamStart.leadingWhitespacePosition(
m_selectionToDelete
.affinity());
230
Position pos = VisiblePosition(m_upstreamStart,
m_selectionToDelete
.affinity()).deepEquivalent();
236
bool hasLeadingWhitespaceBeforeAdjustment = m_upstreamStart.leadingWhitespacePosition(
m_selectionToDelete
.affinity(), true).isNotNull();
291
if (shouldNotInheritStyleFrom(*
m_selectionToDelete
.start().anchorNode()))
295
m_typingStyle = EditingStyle::create(
m_selectionToDelete
.start(), EditingStyle::EditingPropertiesInEffect)
[
all
...]
DeleteSelectionCommand.h
84
VisibleSelection
m_selectionToDelete
;
Completed in 62 milliseconds