Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp233 Element* siblingNode = startBlock; in doApply() local
235 siblingNode = highestVisuallyEquivalentDivBelowRoot(startBlock); in doApply()
236 insertNodeAfter(blockToInsert, siblingNode); in doApply()
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp1366 Node* siblingNode = m_element->nextSibling(); in encloseWith() local
1371 if (!siblingNode) in encloseWith()
1374 parent->insertBefore(element.m_element, siblingNode, exception); in encloseWith()
1410 Node* siblingNode = m_element->nextSibling(); in encloseWith() local
1415 if (!siblingNode) in encloseWith()
1418 parent->insertBefore(fragment, siblingNode, exception); in encloseWith()