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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h 98 void fixRangeAndApplyInlineStyle(EditingStyle*, const Position& start, const Position& end);
ApplyStyleCommand.cpp 673 fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);
679 fixRangeAndApplyInlineStyle(styleToApply.get(), start, end);
687 void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end)
    [all...]

Completed in 62 milliseconds