Home
last modified time | relevance | path

Searched refs:removeCSSStyle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h87 …bool removeCSSStyle(EditingStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingS…
DApplyStyleCommand.cpp282 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