Home
last modified time | relevance | path

Searched defs:NSAttributedString (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/mac/
DPasteboardMac.mm51 @interface NSAttributedString (AppKitSecretsIKnowAbout) interface in AppKitSecretsIKnowAbout
/external/webkit/WebKit/mac/Misc/
DWebNSAttributedStringExtras.mm90 @implementation NSAttributedString (WebKitExtras) implementation in WebKitExtras
/external/webkit/WebKit/mac/WebView/
DWebPDFView.mm1324 {
DWebHTMLView.mm230 @interface NSAttributedString (WebNSAttributedStringDetails) interface in WebNSAttributedStringDetails
328 …asteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString;
933 {
5703 static void extractUnderlines(NSAttributedString *string, Vector<CompositionUnderline>& result) category
/external/webkit/WebCore/accessibility/
DAccessibilityObject.h63 class NSAttributedString; variable