Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h133 void removeStyleFromRulesAndContext(Element*, ContainerNode* context);
DReplaceSelectionCommand.cpp528 … newInlineStyle->removeStyleFromRulesAndContext(element, document().documentElement()); in removeRedundantStylesAndKeepStyleSpanInline()
530 newInlineStyle->removeStyleFromRulesAndContext(element, context); in removeRedundantStylesAndKeepStyleSpanInline()
DEditingStyle.cpp1193 void EditingStyle::removeStyleFromRulesAndContext(Element* element, ContainerNode* context) in removeStyleFromRulesAndContext() function in blink::EditingStyle