Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCreateLinkCommand.cpp51 applyStyledElement(anchorElement.get()); in doApply()
DCompositeEditCommand.h53 void applyStyledElement(PassRefPtr<Element>);
DCompositeEditCommand.cpp113 void CompositeEditCommand::applyStyledElement(PassRefPtr<Element> element) in applyStyledElement() function in WebCore::CompositeEditCommand
712 applyStyledElement(static_cast<Element*>(anchorNode)); in pushAnchorElementDown()
/external/webkit/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.