HomeSort by relevance Sort by last modified time
    Searched refs:breakNode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.cpp 74 RefPtr<Element> breakNode = createBreakElement(document());
81 insertNodeBefore(breakNode.get(), topBlockquote);
82 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
88 insertNodeAfter(breakNode.get(), topBlockquote);
92 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
137 insertNodeAfter(clonedBlockquote.get(), breakNode.get());
185 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 550 static void getNextSoftBreak(RootInlineBox*& line, Node*& breakNode, unsigned& breakOffset)
557 breakNode = line->lineBreakObj()->node();
563 breakNode = 0;
579 Node* breakNode;
585 getNextSoftBreak(line, breakNode, breakOffset);
595 while (breakNode == node && breakOffset <= length) {
601 getNextSoftBreak(line, breakNode, breakOffset);
605 while (breakNode == node)
606 getNextSoftBreak(line, breakNode, breakOffset);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 183 milliseconds