Home
last modified time | relevance | path

Searched refs:attributedString (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebPasteboardHelper.mm58 NSAttributedString *attributedString = nil;
62attributedString = [[NSAttributedString alloc] initWithRTFD:[pasteboard dataForType:NSRTFDPboardTy…
63 if (!attributedString && [types containsObject:NSRTFPboardType])
64attributedString = [[NSAttributedString alloc] initWithRTF:[pasteboard dataForType:NSRTFPboardType…
65 if (attributedString) {
66 string = [[attributedString string] copy];
67 [attributedString release];
/external/webkit/WebCore/platform/mac/
DPasteboardMac.mm142 …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;
319attributedString = [[NSAttributedString alloc] initWithRTFD:[m_pasteboard.get() dataForType:NSRTFD…
320 if (attributedString == nil && [types containsObject:NSRTFPboardType])
[all …]
/external/webkit/WebKit/mac/WebView/
DWebPDFView.mm686 - (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 …]
DWebDocument.h125 - (NSAttributedString *)attributedString;
DWebHTMLView.mm299 …asteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString;
710 NSAttributedString *attributedString = nil;
714attributedString = [[NSAttributedString alloc] initWithRTFD:[pasteboard dataForType:NSRTFDPboardTy…
715 if (attributedString == nil && [types containsObject:NSRTFPboardType])
716attributedString = [[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/
DCoreTextController.cpp364 …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/
DWebHTMLRepresentation.h65 /* [retval][out] */ IDataObject** attributedString);
/external/webkit/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl64 …tOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
/external/webkit/WebCore/
DChangeLog-2003-10-25324 (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 …]
DChangeLog-2002-12-03454 (attributedString):
774 (attributedString):
2237 * kwq/WebCoreBridge.mm: (attributedString): Remove some dead code.
3784 (attributedString):
3903 (attributedString):
3913 (attributedString):
4036 (attributedString):
4077 (attributedString):
DChangeLog-2006-05-10144 (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 …]
DChangeLog-2005-08-2324 (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 …]
DChangeLog-2005-12-1988 KWQKHTMLPart::attributedString ignores many tags
90 * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::attributedString):
7804 (KWQKHTMLPart::attributedString):
25289 (KWQKHTMLPart::attributedString):
DChangeLog-2006-12-3116493 * 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/
DChangeLog-2007-10-145452 … the result of -[PDFSelection attributedString] had no attributes. That PDFSelection bug is now
12329 (-[WebHTMLView attributedString]):
18491 (-[WebPDFView attributedString]):
18530 (-[WebHTMLView attributedString]): Ditto.
DChangeLog-2006-02-09950 (-[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
DChangeLog10041 (-[WebHTMLView attributedString]): Ditto.