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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h 123 bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotExtractMatchingStyle) const;
ApplyStyleCommand.cpp     [all...]
EditingStyle.cpp 790 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtractMatchingStyle shouldExtractMatchingStyle) const
    [all...]
ReplaceSelectionCommand.cpp 487 if (newInlineStyle->conflictsWithImplicitStyleOfElement(htmlElement)) {
    [all...]

Completed in 74 milliseconds