Searched refs:mergeIdenticalElements (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DIndentOutdentCommand.cpp84 mergeIdenticalElements(previousList, newList);
86 mergeIdenticalElements(newList, nextList);
H A DInsertListCommand.cpp71 mergeIdenticalElements(previousList, list);
78 mergeIdenticalElements(list, nextList);
393 mergeIdenticalElements(previousList, nextList);
H A DCompositeEditCommand.h115 void mergeIdenticalElements(PassRefPtr<Element>, PassRefPtr<Element>);
H A DApplyStyleCommand.cpp1293 mergeIdenticalElements(previousElement, element);
1326 mergeIdenticalElements(element, nextElement);
1364 mergeIdenticalElements(element.get(), toElement(nextSibling.get()));
1370 mergeIdenticalElements(toElement(previousSibling.get()), toElement(mergedElement));
H A DCompositeEditCommand.cpp472 void CompositeEditCommand::mergeIdenticalElements(PassRefPtr<Element> prpFirst, PassRefPtr<Element> prpSecond) function in class:WebCore::CompositeEditCommand

Completed in 131 milliseconds