Home
last modified time | relevance | path

Searched refs:_attrStr (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm732 NSUInteger textLength = [_attrStr length];
733 … unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
739 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
744 …if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToRep…
754 NSUInteger textLength = [_attrStr length];
756 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
761 …if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToRep…
770 NSUInteger textLength = [_attrStr length];
771 … unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
773 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
[all …]
DHTMLConverter.h35 NSMutableAttributedString *_attrStr; variable