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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.h 79 bool removeStyleFromRunBeforeApplyingStyle(EditingStyle*, RefPtr<Node>& runStart, RefPtr<Node>& runEnd);
ApplyStyleCommand.cpp 754 if (!removeStyleFromRunBeforeApplyingStyle(style, runStart, runEnd))
766 bool ApplyStyleCommand::removeStyleFromRunBeforeApplyingStyle(EditingStyle* style, RefPtr<Node>& runStart, RefPtr<Node>& runEnd)
    [all...]

Completed in 17 milliseconds