Searched refs:removeStyleFromRulesAndContext (Results 1 – 3 of 3) sorted by relevance
133 void removeStyleFromRulesAndContext(Element*, ContainerNode* context);
528 … newInlineStyle->removeStyleFromRulesAndContext(element, document().documentElement()); in removeRedundantStylesAndKeepStyleSpanInline()530 newInlineStyle->removeStyleFromRulesAndContext(element, context); in removeRedundantStylesAndKeepStyleSpanInline()
1193 void EditingStyle::removeStyleFromRulesAndContext(Element* element, ContainerNode* context) in removeStyleFromRulesAndContext() function in blink::EditingStyle