Searched refs:removeImplicitlyStyledElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.h86 bool removeImplicitlyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingStyle* extractedStyle);
H A DApplyStyleCommand.cpp926 if (removeImplicitlyStyledElement(style, element.get(), mode, extractedStyle))
948 bool ApplyStyleCommand::removeImplicitlyStyledElement(EditingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) function in class:blink::ApplyStyleCommand

Completed in 47 milliseconds