Home | History | Annotate | Download | only in WebView

Lines Matching full:webarchive

36     @abstract The pasteboard type constant used when adding or accessing a WebArchive on the pasteboard.
41 @class WebArchive
42 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
47 @interface WebArchive : NSObject <NSCoding, NSCopying>
55 @abstract The initializer for WebArchive.
59 @result An initialized WebArchive.
65 @abstract The initializer for creating a WebArchive from data.
66 @param data The data representing the archive. This can be obtained using WebArchive's data method.
67 @result An initialized WebArchive.
93 using WebArchivePboardType. To create a WebArchive using the returned data, call initWithData:.