Searched defs:fixRangeAndApplyInlineStyle (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp645 fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);
651 fixRangeAndApplyInlineStyle(styleToApply.get(), start, end);
659 void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end) function in class:WebCore::ApplyStyleCommand

Completed in 37 milliseconds