Lines Matching refs:WebView
67 @discussion Notifications sent by WebView to mark the progress of loads.
68 @constant WebViewProgressStartedNotification Posted whenever a load begins in the WebView, including
73 @constant WebViewProgressFinishedNotification Posted when the load for a WebView has finished.
81 @class WebView
82 WebView manages the interaction between WebFrameViews and WebDataSources. Modification
90 WebView *webView;
93 webView = [[WebView alloc] initWithFrame: NSMakeRect (0,0,640,480)];
94 mainFrame = [webView mainFrame];
101 WebKit depends on the WebView's WebUIDelegate for all window
111 WebView's WebPolicyDelegate can make determinations about how
114 @interface WebView : NSView
182 @abstract The designated initializer for WebView.
183 @discussion Initialize a WebView with the supplied parameters. This method will
186 way that still ends up creating a new WebView.
189 @param groupName The name of the webView set to which this webView will be added. May be nil.
190 @result Returns an initialized WebView.
223 @abstract Set the WebView's WebUIDelegate.
230 @abstract Return the WebView's WebUIDelegate.
231 @result The WebView's WebUIDelegate.
237 @abstract Set the WebView's WebResourceLoadDelegate load delegate.
244 @result Return the WebView's WebResourceLoadDelegate.
250 @abstract Set the WebView's WebDownloadDelegate.
258 @abstract Return the WebView's WebDownloadDelegate.
259 @result The WebView's WebDownloadDelegate.
265 @abstract Set the WebView's WebFrameLoadDelegate delegate.
272 @abstract Return the WebView's WebFrameLoadDelegate delegate.
273 @result The WebView's WebFrameLoadDelegate delegate.
279 @abstract Set the WebView's WebPolicyDelegate delegate.
286 @abstract Return the WebView's WebPolicyDelegate.
287 @result The WebView's WebPolicyDelegate.
311 @result The backforward list for this webView.
317 @abstract Enable or disable the use of a backforward list for this webView.
345 @abstract Change the size of the text rendering in views managed by this webView.
374 @discussion Setting this means that the webView should use this user-agent string
376 causes the webView to construct the user-agent string for each URL
412 Setting the text encoding name to nil makes the webView use default encoding rules.
425 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
455 @param preferences The preferences to use for the webView.
456 @abstract Override the standard setting for the webView.
462 @result Returns the preferences used by this webView.
470 @param anIdentifier The string to use a prefix for storing values for this WebView in the user
472 @discussion If the WebPreferences for this WebView are stored in the user defaults database, the
526 @param groupName The name of the group for this WebView.
533 @discussion The group name for this WebView.
557 @param point A point in the coordinates of the WebView
564 @abstract Returns the pasteboard types that WebView can use for the current selection
571 @param types The types that WebView will write to the pasteboard
578 @abstract Returns the pasteboard types that WebView can use for an element
587 @param types The types that WebView will write to the pasteboard
594 @param point A point in the coordinates of the WebView
595 @discussion This method moves the caret that shows where something being dragged will be dropped. It may cause the WebView to scroll
602 @abstract Removes the drag caret from the WebView
669 @interface WebView (WebIBActions) <NSUserInterfaceValidations>
689 // WebView editing support
697 @interface WebView (WebViewCSS)
701 @interface WebView (WebViewEditing)
722 @interface WebView (WebViewUndoableEditing)
731 @interface WebView (WebViewEditingActions)
767 WebView overrides each method in this list, providing