Home
last modified time | relevance | path

Searched refs:areIdenticalElements (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h122 bool areIdenticalElements(const Node*, const Node*);
DApplyStyleCommand.cpp1296 if (previousSibling && areIdenticalElements(startNode, previousSibling)) { in mergeStartWithPreviousIfIdentical()
1332 if (nextSibling && areIdenticalElements(endNode, nextSibling)) { in mergeEndWithNextIfIdentical()
1373 && areIdenticalElements(element.get(), toElement(nextSibling))) in surroundNodeRangeWithElement()
1379 && areIdenticalElements(toElement(previousSibling), toElement(mergedElement))) in surroundNodeRangeWithElement()
Dhtmlediting.cpp1171 bool areIdenticalElements(const Node* first, const Node* second) in areIdenticalElements() function
DReplaceSelectionCommand.cpp545 …ement->parentNode() && isNonTableCellHTMLBlockElement(element) && areIdenticalElements(element, el… in removeRedundantStylesAndKeepStyleSpanInline()