Home | History | Annotate | Download | only in Interfaces

Lines Matching full:webview

26 cpp_quote("/* identifiers for commands that can be called by the webview's frame */")
112 @class WebView
113 WebView manages the interaction between WebFrameViews and WebDataSources. Modification
121 WebView *webView;
124 webView = [[WebView alloc] initWithFrame: NSMakeRect (0,0,640,480)];
125 mainFrame = [webView mainFrame];
132 WebKit depends on the WebView's WebUIDelegate for all window
142 WebView's WebPolicyDelegate can make determinations about how
145 @interface WebView : NSView
216 @abstract The designated initializer for WebView.
217 @discussion Initialize a WebView with the supplied parameters. This method will
220 way that still ends up creating a new WebView.
223 @param groupName The name of the webView set to which this webView will be added. May be nil.
224 @result Returns an initialized WebView.
231 @abstract Set the WebView's WebUIDelegate.
239 @abstract Return the WebView's WebUIDelegate.
240 @result The WebView's WebUIDelegate.
247 @abstract Set the WebView's WebResourceLoadDelegate load delegate.
255 @result Return the WebView's WebResourceLoadDelegate.
262 @abstract Set the WebView's WebDownloadDelegate.
271 @abstract Return the WebView's WebDownloadDelegate.
272 @result The WebView's WebDownloadDelegate.
279 @abstract Set the WebView's WebFrameLoadDelegate delegate.
287 @abstract Return the WebView's WebFrameLoadDelegate delegate.
288 @result The WebView's WebFrameLoadDelegate delegate.
295 @abstract Set the WebView's WebPolicyDelegate delegate.
303 @abstract Return the WebView's WebPolicyDelegate.
304 @result The WebView's WebPolicyDelegate.
327 @result The backforward list for this webView.
334 @abstract Enable or disable the use of a backforward list for this webView.
366 @abstract Change the size of the text rendering in views managed by this webView.
399 @discussion Setting this means that the webView should use this user-agent string
401 causes the webView to construct the user-agent string for each URL
440 Setting the text encoding name to nil makes the webView use default encoding rules.
455 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
489 @param preferences The preferences to use for the webView.
490 @abstract Override the standard setting for the webView.
497 @result Returns the preferences used by this webView.
506 @param anIdentifier The string to use a prefix for storing values for this WebView in the user
508 @discussion If the WebPreferences for this WebView are stored in the user defaults database, the
566 @param groupName The name of the group for this WebView.
574 @discussion The group name for this WebView.
601 @param point A point in the coordinates of the WebView
609 @abstract Returns the pasteboard types that WebView can use for the current selection
617 @param types The types that WebView will write to the pasteboard
625 @abstract Returns the pasteboard types that WebView can use for an element
635 @param types The types that WebView will write to the pasteboard
649 @abstract Centers the selected text in the WebView
656 @param point A point in the coordinates of the WebView
657 @discussion This method moves the caret that shows where something being dragged will be dropped. It may cause the WebView to scroll
665 @abstract Removes the drag caret from the WebView
743 @interface WebView (WebIBActions) <NSUserInterfaceValidations>
835 @abstract Set a zoom factor for all views managed by this webView.
885 @interface WebView (WebViewCSS)
902 @interface WebView (WebViewEditing)
1049 @interface WebView (WebViewUndoableEditing)
1096 @interface WebView (WebViewEditingActions)