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()));
136 insertNodeAfter(clonedBlockquote.get(), breakNode.get());
184 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 562 static void getNextSoftBreak(RootInlineBox*& line, Node*& breakNode, unsigned& breakOffset)
569 breakNode = line->lineBreakObj()->node();
575 breakNode = 0;
591 Node* breakNode;
597 getNextSoftBreak(line, breakNode, breakOffset);
607 while (breakNode == node && breakOffset <= length) {
613 getNextSoftBreak(line, breakNode, breakOffset);
617 while (breakNode == node)
618 getNextSoftBreak(line, breakNode, breakOffset);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 39 milliseconds