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

Instance Methods

(BOOL- _boolValueForKey:
 
(void- _setBoolValue:forKey:
 
(int) - _integerValueForKey:
 
(void- _setIntegerValue:forKey:
 
(float) - _floatValueForKey:
 
(void- _setFloatValue:forKey:
 
(void- _setLongLongValue:forKey:
 
(long long) - _longLongValueForKey:
 
(void- _setUnsignedLongLongValue:forKey:
 
(unsigned long long) - _unsignedLongLongValueForKey:
 

Method Documentation

◆ _boolValueForKey:()

- (BOOL) _boolValueForKey: (NSString *)  key

◆ _floatValueForKey:()

- (float) _floatValueForKey: (NSString *)  key

◆ _integerValueForKey:()

- (int) _integerValueForKey: (NSString *)  key

◆ _longLongValueForKey:()

- (long long) _longLongValueForKey: (NSString *)  key

◆ _setBoolValue:forKey:()

- (void) _setBoolValue: (BOOL value
forKey: (NSString *)  key 

◆ _setFloatValue:forKey:()

- (void) _setFloatValue: (float)  value
forKey: (NSString *)  key 

◆ _setIntegerValue:forKey:()

- (void) _setIntegerValue: (int)  value
forKey: (NSString *)  key 

◆ _setLongLongValue:forKey:()

- (void) _setLongLongValue: (long long)  value
forKey: (NSString *)  key 

◆ _setUnsignedLongLongValue:forKey:()

- (void) _setUnsignedLongLongValue: (unsigned long long)  value
forKey: (NSString *)  key 

◆ _unsignedLongLongValueForKey:()

- (unsigned long long) _unsignedLongLongValueForKey: (NSString *)  key

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