InlineStyleRemovalMode  886 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
InlineStyleRemovalMode  925 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeImplicitlyStyledElement(EditingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
InlineStyleRemovalMode  954 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::removeCSSStyle(EditingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle)
InlineStyleRemovalMode   81 Source/core/editing/ApplyStyleCommand.h     bool removeInlineStyleFromElement(EditingStyle*, PassRefPtr<HTMLElement>, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);
InlineStyleRemovalMode   84 Source/core/editing/ApplyStyleCommand.h     bool removeImplicitlyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingStyle* extractedStyle);
InlineStyleRemovalMode   85 Source/core/editing/ApplyStyleCommand.h     bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);