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 97 void fixRangeAndApplyInlineStyle(EditingStyle*, const Position& start, const Position& end);
ApplyStyleCommand.cpp 657 fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);
663 fixRangeAndApplyInlineStyle(styleToApply.get(), start, end);
671 void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end)
    [all...]

Completed in 295 milliseconds