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

/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.h80 bool removeInlineStyleFromElement(EditingStyle*, PassRefPtr<HTMLElement>, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);
81 inline bool shouldRemoveInlineStyleFromElement(EditingStyle* style, HTMLElement* element) {return removeInlineStyleFromElement(style, element, RemoveNone);}
H A DApplyStyleCommand.cpp793 removeInlineStyleFromElement(style, toHTMLElement(node.get()), RemoveAlways);
806 bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) function in class:WebCore::ApplyStyleCommand
991 removeInlineStyleFromElement(style, toHTMLElement(current), RemoveIfNeeded, styleToPushDown.get());
1068 removeInlineStyleFromElement(style, elem.get(), RemoveIfNeeded, styleToPushDown.get());

Completed in 1307 milliseconds