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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp862 removeInlineStyleFromElement(style, toHTMLElement(node), RemoveAlways);
873 bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) function in class:WebCore::ApplyStyleCommand
1043 removeInlineStyleFromElement(style, toHTMLElement(current), RemoveIfNeeded, styleToPushDown.get());
1127 removeInlineStyleFromElement(style, elem.get(), RemoveIfNeeded, styleToPushDown.get());

Completed in 906 milliseconds