Home
last modified time | relevance | path

Searched refs:applyStyledElement (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DCreateLinkCommand.cpp50 applyStyledElement(anchorElement.get()); in doApply()
DCompositeEditCommand.h56 void applyStyledElement(PassRefPtr<Element>);
DCompositeEditCommand.cpp116 void CompositeEditCommand::applyStyledElement(PassRefPtr<Element> element) in applyStyledElement() function in WebCore::CompositeEditCommand
767 applyStyledElement(static_cast<Element*>(anchorNode)); in pushAnchorElementDown()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1010243 (WebCore::CompositeEditCommand::applyStyledElement):
DChangeLog-2006-12-3136404 (WebCore::CompositeEditCommand::applyStyledElement): Ditto.
DChangeLog-2008-08-1013238 (WebCore::CompositeEditCommand::applyStyledElement):
DChangeLog-2009-06-1660164 (WebCore::CompositeEditCommand::applyStyledElement): Use PassRefPtr and unsigned.