Home | History | Annotate | Download | only in WebView

Lines Matching refs:WebPreferences

78     @class WebPreferences
80 @interface WebPreferences: NSObject <NSCoding>
89 + (WebPreferences *)standardPreferences;
93 @param anIdentifier A string used to identify the WebPreferences.
94 @discussion WebViews can share instances of WebPreferences by using an instance of WebPreferences with
97 for the WebPreferences.
98 @result Returns a new instance of WebPreferences or a previously allocated instance with the same identifier.
104 @result Returns the identifier for this WebPreferences.
333 WebPreferences will be stored in the user defaults database.