OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergeIdenticalElements
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp
93
mergeIdenticalElements
(previousList.get(), newList.get());
95
mergeIdenticalElements
(newList.get(), nextList.get());
InsertListCommand.cpp
69
mergeIdenticalElements
(previousList, list);
80
mergeIdenticalElements
(list, nextList);
410
mergeIdenticalElements
(previousList, nextList);
CompositeEditCommand.h
114
void
mergeIdenticalElements
(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element>);
ApplyStyleCommand.cpp
[
all
...]
DeleteSelectionCommand.cpp
648
mergeIdenticalElements
(listItemInFirstParagraph->parentElement(), listItemInSecondParagraph->parentElement());
[
all
...]
CompositeEditCommand.cpp
452
void CompositeEditCommand::
mergeIdenticalElements
(PassRefPtrWillBeRawPtr<Element> prpFirst, PassRefPtrWillBeRawPtr<Element> prpSecond)
[
all
...]
Completed in 99 milliseconds