|
Lines 76-81
typedef NS_OPTIONS(NSUInteger, _WKJavaScriptRuntimeFlags) {
a/Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h_sec1
|
| 76 |
|
76 |
|
| 77 |
@property (nonatomic, setter=_setAntialiasedFontDilationEnabled:) BOOL _antialiasedFontDilationEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA); |
77 |
@property (nonatomic, setter=_setAntialiasedFontDilationEnabled:) BOOL _antialiasedFontDilationEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA); |
| 78 |
|
78 |
|
|
|
79 |
@property (nonatomic, setter=_setDefaultFontSize:) NSUInteger _defaultFontSize WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA); |
| 80 |
@property (nonatomic, setter=_setDefaultFixedPitchFontSize:) NSUInteger _defaultFixedPitchFontSize WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA); |
| 81 |
@property (nonatomic, copy, setter=_setFixedPitchFontFamily:) NSString *_fixedPitchFontFamily WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA); |
| 82 |
|
| 79 |
// FIXME: This should be configured on the WKWebsiteDataStore. |
83 |
// FIXME: This should be configured on the WKWebsiteDataStore. |
| 80 |
// FIXME: This property should not have the verb "is" in it. |
84 |
// FIXME: This property should not have the verb "is" in it. |
| 81 |
@property (nonatomic, setter=_setOfflineApplicationCacheIsEnabled:) BOOL _offlineApplicationCacheIsEnabled; |
85 |
@property (nonatomic, setter=_setOfflineApplicationCacheIsEnabled:) BOOL _offlineApplicationCacheIsEnabled; |