Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm60 @interface NSAttributedString (AppKitSecretsIKnowAbout) interface in AppKitSecretsIKnowAbout
/external/webkit/Source/WebKit2/Shared/mac/
DAttributedString.h31 OBJC_CLASS NSAttributedString; variable
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm52 @interface NSAttributedString (WebNSAttributedStringDetails) interface in WebNSAttributedStringDetails
/external/clang/test/CodeGenObjC/
Ddebug-info-crash.m29 @interface NSAttributedString interface
/external/webkit/Source/WebCore/page/
DEditorClient.h48 class NSAttributedString; variable
/external/chromium/chrome/browser/ui/cocoa/
Dhyperlink_button_cell.mm87 inView:(NSView*)controlView {
Dgradient_button_cell.mm644 inView:(NSView *)controlView {
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field.mm180 - (void)setAttributedStringValue:(NSAttributedString*)aString { argument
Dautocomplete_text_field_editor.mm414 - (void)setAttributedString:(NSAttributedString*)aString { argument
/external/clang/test/SemaObjC/
Dmethod-conflict.m20 @end @interface NSAttributedString : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSString… interface
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm83 @interface NSAttributedString (WebNSAttributedStringDetails) interface in WebNSAttributedStringDetails
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm1348 {
DWebHTMLView.mm330 @interface NSAttributedString (WebNSAttributedStringDetails) interface in WebNSAttributedStringDetails
397 …asteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString;
1034 {
5938 static void extractUnderlines(NSAttributedString *string, Vector<CompositionUnderline>& result) category
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h62 class NSAttributedString; variable
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1354 static void extractUnderlines(NSAttributedString *string, Vector<CompositionUnderline>& result) category
/external/webkit/Source/WebCore/loader/
DEmptyClients.h498 …virtual DocumentFragment* documentFragmentFromAttributedString(NSAttributedString*, Vector<RefPtr<… in documentFragmentFromAttributedString() argument