HomeSort by relevance Sort by last modified time
    Searched refs:DoNotExtractMatchingStyle (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 63 enum ShouldExtractMatchingStyle { ExtractMatchingStyle, DoNotExtractMatchingStyle };
114 bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotExtractMatchingStyle) const;
ApplyStyleCommand.cpp     [all...]
EditingStyle.cpp 673 || (shouldExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent->valueIsPresentInStyle(element, m_mutableStyle.get())))
    [all...]

Completed in 51 milliseconds