webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | List of all members
NSString(WebKitExtras) Category Reference

#import <WebKitNSStringExtras.h>

Instance Methods

(void- _web_drawAtPoint:font:textColor:allowingFontSmoothing:
 
(void- _web_drawAtPoint:font:textColor:
 
(void- _web_drawDoubledAtPoint:withTopColor:bottomColor:font:
 
(float) - _web_widthWithFont:
 
(NSString *) - _web_stringByAbbreviatingWithTildeInPath
 
(NSString *) - _web_stringByStrippingReturnCharacters
 
(BOOL- _webkit_isCaseInsensitiveEqualToString:
 
(BOOL- _webkit_hasCaseInsensitivePrefix:
 
(BOOL- _webkit_hasCaseInsensitiveSuffix:
 
(BOOL- _webkit_hasCaseInsensitiveSubstring:
 
(NSString *) - _webkit_filenameByFixingIllegalCharacters
 
(NSString *) - _webkit_stringByTrimmingWhitespace
 
(NSString *) - _webkit_stringByCollapsingNonPrintingCharacters
 
(NSString *) - _webkit_stringByCollapsingWhitespaceCharacters
 

Class Methods

(NSString *) + _webkit_localCacheDirectoryWithBundleIdentifier:
 
(NSString *) + _webkit_localStorageDirectoryWithBundleIdentifier:
 

Method Documentation

◆ _web_drawAtPoint:font:textColor:()

- (void) _web_drawAtPoint: (NSPoint point
font: (NSFont *)  font
textColor: (NSColor *)  textColor 

◆ _web_drawAtPoint:font:textColor:allowingFontSmoothing:()

- (void) _web_drawAtPoint: (NSPoint point
font: (NSFont *)  font
textColor: (NSColor *)  textColor
allowingFontSmoothing: (BOOL fontSmoothingIsAllowed 

◆ _web_drawDoubledAtPoint:withTopColor:bottomColor:font:()

- (void) _web_drawDoubledAtPoint: (NSPoint textPoint
withTopColor: (NSColor *)  topColor
bottomColor: (NSColor *)  bottomColor
font: (NSFont *)  font 

◆ _web_stringByAbbreviatingWithTildeInPath()

- (NSString *) _web_stringByAbbreviatingWithTildeInPath

◆ _web_stringByStrippingReturnCharacters()

- (NSString *) _web_stringByStrippingReturnCharacters

◆ _web_widthWithFont:()

- (float) _web_widthWithFont: (NSFont *)  font

◆ _webkit_filenameByFixingIllegalCharacters()

- (NSString *) _webkit_filenameByFixingIllegalCharacters

◆ _webkit_hasCaseInsensitivePrefix:()

- (BOOL) _webkit_hasCaseInsensitivePrefix: (NSString *)  suffix

◆ _webkit_hasCaseInsensitiveSubstring:()

- (BOOL) _webkit_hasCaseInsensitiveSubstring: (NSString *)  substring

◆ _webkit_hasCaseInsensitiveSuffix:()

- (BOOL) _webkit_hasCaseInsensitiveSuffix: (NSString *)  suffix

◆ _webkit_isCaseInsensitiveEqualToString:()

- (BOOL) _webkit_isCaseInsensitiveEqualToString: (NSString *)  string

◆ _webkit_localCacheDirectoryWithBundleIdentifier:()

+ (NSString *) _webkit_localCacheDirectoryWithBundleIdentifier: (NSString*)  bundleIdentifier

◆ _webkit_localStorageDirectoryWithBundleIdentifier:()

+ (NSString *) _webkit_localStorageDirectoryWithBundleIdentifier: (NSString*)  bundleIdentifier

◆ _webkit_stringByCollapsingNonPrintingCharacters()

- (NSString *) _webkit_stringByCollapsingNonPrintingCharacters

◆ _webkit_stringByCollapsingWhitespaceCharacters()

- (NSString *) _webkit_stringByCollapsingWhitespaceCharacters

◆ _webkit_stringByTrimmingWhitespace()

- (NSString *) _webkit_stringByTrimmingWhitespace

The documentation for this category was generated from the following files: