OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_startsAtEmptyLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.h
80
bool
m_startsAtEmptyLine
;
DeleteSelectionCommand.cpp
79
,
m_startsAtEmptyLine
(false)
97
,
m_startsAtEmptyLine
(false)
328
m_startsAtEmptyLine
= true;
629
if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->firstChild() || !m_upstreamStart.containerNode()->firstChild())) || (
m_startsAtEmptyLine
&& mergeDestination != startOfParagraphToMove)) {
644
if (!
m_startsAtEmptyLine
&& isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absoluteCaretBounds().x() > mergeDestination.absoluteCaretBounds().x()) {
[
all
...]
Completed in 473 milliseconds