Searched defs:removeInlineStyleFromElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp898 removeInlineStyleFromElement(style, &element, RemoveAlways);
909 bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtrWillBeRawPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) function in class:blink::ApplyStyleCommand
1072 removeInlineStyleFromElement(style, toHTMLElement(current), RemoveIfNeeded, styleToPushDown.get());
1156 removeInlineStyleFromElement(style, elem.get(), RemoveIfNeeded, styleToPushDown.get());

Completed in 110 milliseconds