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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.h 96 void fixRangeAndApplyInlineStyle(EditingStyle*, const Position& start, const Position& end);
ApplyStyleCommand.cpp 645 fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);
651 fixRangeAndApplyInlineStyle(styleToApply.get(), start, end);
659 void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end)
    [all...]

Completed in 484 milliseconds