Searched refs:paragraphElement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp908 RefPtr<Element> paragraphElement = createDefaultParagraphElement(document()); local
909 paragraphElement->appendChild(createBreakElement(document()), IGNORE_EXCEPTION);
910 insertNodeAt(paragraphElement, position);
911 return paragraphElement.release();
H A DReplaceSelectionCommand.cpp629 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(node.get()), pTag)))
630 moveNodeOutOfAncestor(node, paragraphElement);

Completed in 118 milliseconds