Lines Matching refs:url
138 The WebFrameLoadDelegate receives messages when the URL in a WebFrame is
142 content should be handled, based on the resource's URL and MIME type.
193 @abstract Returns a URL from a pasteboard
194 @param pasteboard The pasteboard with a URL
195 @result A URL if the pasteboard has one. Nil if it does not.
197 including NSURLPboardType to find a URL on the pasteboard.
200 HRESULT URLFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* url);
204 @abstract Returns a URL title from a pasteboard
205 @param pasteboard The pasteboard with a URL title
206 @result A URL title if the pasteboard has one. Nil if it does not.
207 @discussion This method returns a title that refers a URL on the pasteboard. An example of this is the link label
341 @abstract Go back to the previous URL in the backforward list.
349 @abstract Go forward to the next URL in the backforward list.
399 instead of constructing a user-agent string for each URL. Setting it to nil
400 causes the webView to construct the user-agent string for each URL
416 URL.
417 @param URL The URL.
418 @result The user-agent string for the supplied URL.
419 - (NSString *)userAgentForURL:(NSURL *)URL;
421 HRESULT userAgentForURL([in] BSTR url, [out, retval] BSTR* userAgent);
686 @param URLString The URL to load in the mainFrame.
693 @result Returns the main frame's current URL.
1123 HRESULT copyURL([in] BSTR url);