Home
last modified time | relevance | path

Searched refs:breakNode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DBreakBlockquoteCommand.cpp74 RefPtrWillBeRawPtr<Element> breakNode = createBreakElement(document()); in doApply() local
81 insertNodeBefore(breakNode.get(), topBlockquote); in doApply()
82 …setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelecti… in doApply()
88 insertNodeAfter(breakNode.get(), topBlockquote); in doApply()
92 …setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelecti… in doApply()
137 insertNodeAfter(clonedBlockquote.get(), breakNode.get()); in doApply()
185 …setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelecti… in doApply()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp550 static void getNextSoftBreak(RootInlineBox*& line, Node*& breakNode, unsigned& breakOffset) in getNextSoftBreak() argument
557 breakNode = line->lineBreakObj()->node(); in getNextSoftBreak()
563 breakNode = 0; in getNextSoftBreak()
579 Node* breakNode; in valueWithHardLineBreaks() local
585 getNextSoftBreak(line, breakNode, breakOffset); in valueWithHardLineBreaks()
595 while (breakNode == node && breakOffset <= length) { in valueWithHardLineBreaks()
601 getNextSoftBreak(line, breakNode, breakOffset); in valueWithHardLineBreaks()
605 while (breakNode == node) in valueWithHardLineBreaks()
606 getNextSoftBreak(line, breakNode, breakOffset); in valueWithHardLineBreaks()