Searched refs:removeCSSStyle (Results 1 – 2 of 2) sorted by relevance
87 …bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingS…
282 removeCSSStyle(style, toHTMLElement(block)); in applyBlockStyle()934 if (removeCSSStyle(style, element.get(), mode, extractedStyle)) in removeInlineStyleFromElement()977 bool ApplyStyleCommand::removeCSSStyle(EditingStyle* style, HTMLElement* element, InlineStyleRemova… in removeCSSStyle() function in blink::ApplyStyleCommand