Searched refs:attributedString (Results 1 – 17 of 17) sorted by relevance
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebPasteboardHelper.mm | 58 NSAttributedString *attributedString = nil; 62 …attributedString = [[NSAttributedString alloc] initWithRTFD:[pasteboard dataForType:NSRTFDPboardTy… 63 if (!attributedString && [types containsObject:NSRTFPboardType]) 64 …attributedString = [[NSAttributedString alloc] initWithRTF:[pasteboard dataForType:NSRTFPboardType… 65 if (attributedString) { 66 string = [[attributedString string] copy]; 67 [attributedString release];
|
/external/webkit/WebCore/platform/mac/ |
D | PasteboardMac.mm | 142 …NSAttributedString *attributedString = [[[NSAttributedString alloc] _initWithDOMRange:[DOMRange _w… 152 if (![attributedString containsAttachments]) { 159 …NSArray *types = selectionPasteboardTypes(canSmartCopyOrDelete, [attributedString containsAttachme… 173 …NSData *RTFDData = [attributedString RTFDFromRange:NSMakeRange(0, [attributedString length]) docum… 177 if ([attributedString containsAttachments]) 178 attributedString = stripAttachmentCharacters(attributedString); 179 …NSData *RTFData = [attributedString RTFFromRange:NSMakeRange(0, [attributedString length]) documen… 315 NSAttributedString *attributedString = nil; 319 …attributedString = [[NSAttributedString alloc] initWithRTFD:[m_pasteboard.get() dataForType:NSRTFD… 320 if (attributedString == nil && [types containsObject:NSRTFPboardType]) [all …]
|
/external/webkit/WebKit/mac/WebView/ |
D | WebPDFView.mm | 686 - (NSAttributedString *)attributedString 693 NSAttributedString *result = [[PDFSubview currentSelection] attributedString]; 715 return [self _scaledAttributedString:[[PDFSubview currentSelection] attributedString]]; 857 NSMutableAttributedString *attributedString = [[self selectedAttributedString] mutableCopy]; 858 NSRange wholeStringRange = NSMakeRange(0, [attributedString length]); 862 [attributedString beginEditing]; 863 [attributedString removeAttribute:NSBackgroundColorAttributeName range:wholeStringRange]; 864 [attributedString removeAttribute:NSUnderlineStyleAttributeName range:wholeStringRange]; 866 …[attributedString addAttribute:NSForegroundColorAttributeName value:[NSColor colorWithDeviceWhite:… 867 [attributedString endEditing]; [all …]
|
D | WebDocument.h | 125 - (NSAttributedString *)attributedString;
|
D | WebHTMLView.mm | 299 …asteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString; 710 NSAttributedString *attributedString = nil; 714 …attributedString = [[NSAttributedString alloc] initWithRTFD:[pasteboard dataForType:NSRTFDPboardTy… 715 if (attributedString == nil && [types containsObject:NSRTFPboardType]) 716 …attributedString = [[NSAttributedString alloc] initWithRTF:[pasteboard dataForType:NSRTFPboardType… 717 if (attributedString != nil) { 718 string = [[attributedString string] copy]; 719 [attributedString release]; 811 …Pasteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString 823 if (attributedString == nil) { [all …]
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | CoreTextController.cpp | 364 …RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(NULL, string.g… in collectCoreTextRunsForCharacters() local 374 …typesetter.adoptCF(CTTypesetterCreateWithAttributedStringAndOptions(attributedString.get(), m_run.… in collectCoreTextRunsForCharacters() 376 typesetter.adoptCF(CTTypesetterCreateWithAttributedString(attributedString.get())); in collectCoreTextRunsForCharacters()
|
/external/webkit/WebKit/win/ |
D | WebHTMLRepresentation.h | 65 /* [retval][out] */ IDataObject** attributedString);
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebHTMLRepresentation.idl | 64 …tOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 324 (KWQKHTMLPart::attributedString): 1515 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::attributedString): Added code to change change '\n' 2360 (KWQKHTMLPart::attributedString): 3300 (KWQKHTMLPart::attributedString): 3444 (KWQKHTMLPart::attributedString): 3636 (KWQKHTMLPart::attributedString): 3892 (KWQKHTMLPart::attributedString): 3939 (KWQKHTMLPart::attributedString): 4202 (KWQKHTMLPart::attributedString): 4211 (KWQKHTMLPart::attributedString): [all …]
|
D | ChangeLog-2002-12-03 | 454 (attributedString): 774 (attributedString): 2237 * kwq/WebCoreBridge.mm: (attributedString): Remove some dead code. 3784 (attributedString): 3903 (attributedString): 3913 (attributedString): 4036 (attributedString): 4077 (attributedString):
|
D | ChangeLog-2006-05-10 | 144 (WebCore::FrameMac::attributedString): Replaces calls of QChar::direction() with 5256 (WebCore::FrameMac::attributedString): 9081 (WebCore::FrameMac::attributedString): 10612 (WebCore::FrameMac::attributedString): 11035 * bridge/mac/FrameMac.mm: (WebCore::FrameMac::attributedString): 11485 (WebCore::FrameMac::attributedString): 17532 (WebCore::MacFrame::attributedString): 19023 (WebCore::MacFrame::attributedString): 19327 (WebCore::MacFrame::attributedString): 28118 (MacFrame::attributedString): [all …]
|
D | ChangeLog-2005-08-23 | 24 (KWQKHTMLPart::attributedString): 7137 (KWQKHTMLPart::attributedString): 9279 (KWQKHTMLPart::attributedString): 10512 (KWQKHTMLPart::attributedString): 12102 (KWQKHTMLPart::attributedString): 13424 (KWQKHTMLPart::attributedString): changed to nsColor() 17992 (KWQKHTMLPart::attributedString): 25070 (KWQKHTMLPart::attributedString): 26050 Use plainText for this one instead of obsolete attributedString. 26063 Use new routines instead of obsolete attributedString. [all …]
|
D | ChangeLog-2005-12-19 | 88 KWQKHTMLPart::attributedString ignores many tags 90 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::attributedString): 7804 (KWQKHTMLPart::attributedString): 25289 (KWQKHTMLPart::attributedString):
|
D | ChangeLog-2006-12-31 | 16493 * bridge/mac/FrameMac.h: Moved attributedString creation and helper functions into 26964 (WebCore::FrameMac::attributedString): 32337 (WebCore::FrameMac::attributedString): Updated to use Vector and changed to not 54184 (WebCore::FrameMac::attributedString): 55319 (WebCore::FrameMac::attributedString):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 5452 … the result of -[PDFSelection attributedString] had no attributes. That PDFSelection bug is now 12329 (-[WebHTMLView attributedString]): 18491 (-[WebPDFView attributedString]): 18530 (-[WebHTMLView attributedString]): Ditto.
|
D | ChangeLog-2006-02-09 | 950 (-[NSArray attributedString]): 2113 (-[NSString attributedString]): 5008 (-[WebPDFView attributedString]): 11995 …(-[WebHTMLView attributedString]): call _attributeStringFromDOMRange:, fallback to old code if it … 35333 (-[WebHTMLView attributedString]): part of WebDocumentText protocol 35343 (-[WebTextView attributedString]): part of WebDocumentText protocol
|
D | ChangeLog | 10041 (-[WebHTMLView attributedString]): Ditto.
|