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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.h47 enum InlineStyleRemovalMode { RemoveIfNeeded, RemoveAlways, RemoveNone }; enumerator in enum:blink::FINAL::InlineStyleRemovalMode
H A DApplyStyleCommand.cpp898 removeInlineStyleFromElement(style, &element, RemoveAlways);
956 ASSERT(mode == RemoveIfNeeded || mode == RemoveAlways);
957 if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) {
965 extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle))

Completed in 354 milliseconds