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

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.h66 bool implicitlyStyledElementShouldBeRemovedWhenApplyingStyle(HTMLElement*, CSSMutableStyleDeclaration*);
H A DApplyStyleCommand.cpp1137 bool ApplyStyleCommand::implicitlyStyledElementShouldBeRemovedWhenApplyingStyle(HTMLElement* elem, CSSMutableStyleDeclaration* style) function in class:WebCore::ApplyStyleCommand
1471 if (implicitlyStyledElementShouldBeRemovedWhenApplyingStyle(elem, style.get()))

Completed in 16 milliseconds