OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endOfNextParagraph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp
134
VisiblePosition
endOfNextParagraph
= endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
140
if (enclosingCell && enclosingCell != enclosingNodeOfType(
endOfNextParagraph
.deepEquivalent(), &isTableCell))
148
// Sanity check: Make sure our moveParagraph calls didn't remove
endOfNextParagraph
.deepEquivalent().deprecatedNode()
150
if (
endOfNextParagraph
.isNotNull() && !
endOfNextParagraph
.deepEquivalent().inDocument())
152
endOfCurrentParagraph =
endOfNextParagraph
;
243
VisiblePosition
endOfNextParagraph
= endOfParagraph(endOfCurrentParagraph.next());
244
Position position =
endOfNextParagraph
.deepEquivalent();
247
return
endOfNextParagraph
;
251
return
endOfNextParagraph
;
[
all
...]
IndentOutdentCommand.cpp
208
VisiblePosition
endOfNextParagraph
= endOfParagraph(endOfCurrentParagraph.next());
217
// is in a list item. As a result, endAfterSelection and
endOfNextParagraph
222
if (
endOfNextParagraph
.isNotNull() && !
endOfNextParagraph
.deepEquivalent().inDocument()) {
224
endOfNextParagraph
= endOfParagraph(endOfCurrentParagraph.next());
226
endOfCurrentParagraph =
endOfNextParagraph
;
Completed in 803 milliseconds