Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.h81 HTMLElement* replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtr<HTMLElement>);
DCompositeEditCommand.cpp224 HTMLElement* CompositeEditCommand::replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtr… in replaceElementWithSpanPreservingChildrenAndAttributes() function in WebCore::CompositeEditCommand
DApplyStyleCommand.cpp855 HTMLElement* newSpanElement = replaceElementWithSpanPreservingChildrenAndAttributes(elem); in replaceWithSpanOrRemoveIfWithoutAttributes()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0632497 Use replaceElementWithSpanPreservingChildrenAndAttributes; the old function
32502 (WebCore::CompositeEditCommand::replaceElementWithSpanPreservingChildrenAndAttributes):