Searched refs:removeCSSStyle (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.h70 void removeCSSStyle(CSSMutableStyleDeclaration*, HTMLElement*);
H A DApplyStyleCommand.cpp618 removeCSSStyle(style, static_cast<HTMLElement*>(block.get()));
1241 void ApplyStyleCommand::removeCSSStyle(CSSMutableStyleDeclaration* style, HTMLElement* elem) function in class:WebCore::ApplyStyleCommand
1479 removeCSSStyle(style.get(), elem);

Completed in 29 milliseconds