Lines Matching full:webarchive
36 @class WebArchive
37 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
52 @abstract The initializer for WebArchive.
56 @result An initialized WebArchive.
63 @abstract The initializer for creating a WebArchive from data.
64 @param data The data representing the archive. This can be obtained using WebArchive's data method.
65 @result An initialized WebArchive.
72 @abstract The initializer for creating a WebArchive from data.
73 @param data The data representing the archive. This can be obtained using WebArchive's data method.
74 @result An initialized WebArchive.
104 using WebArchivePboardType. To create a WebArchive using the returned data, call initWithData:.