Searched refs:removeStyleFromRulesAndContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.h137 void removeStyleFromRulesAndContext(StyledElement*, Node* context);
H A DReplaceSelectionCommand.cpp514 newInlineStyle->removeStyleFromRulesAndContext(element, document().documentElement());
516 newInlineStyle->removeStyleFromRulesAndContext(element, context);
H A DEditingStyle.cpp1154 void EditingStyle::removeStyleFromRulesAndContext(StyledElement* element, Node* context) function in class:WebCore::EditingStyle

Completed in 263 milliseconds