Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:url

33     @discussion A WebResource represents a fully downloaded URL. 
47 @method initWithData:URL:MIMEType:textEncodingName:frameName
50 @param URL The URL of the resource.
55 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName;
57 HRESULT initWithData([in] IStream* data, [in] BSTR url, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR frameName);
67 @method URL
68 @result The URL of the resource.
69 - (NSURL *)URL;
71 HRESULT URL([out, retval] BSTR* url);