Home | History | Annotate | Download | only in WebView

Lines Matching full:will

70     WebViewProgressEstimateChangedNotifications will be sent.  The userInfo will be nil.
72 estimatedProgress changes. The userInfo will be nil.
74 The userInfo will be nil.
131 @abstract Checks if the the MIME type is a type that the WebKit will interpret as HTML.
140 WebKit will attempt to render as HTML.
146 @discussion Sets the array of NSString MIME types that WebKit will
147 attempt to render as HTML. Typically you will retrieve the built-in
183 @discussion Initialize a WebView with the supplied parameters. This method will
189 @param groupName The name of the webView set to which this webView will be added. May be nil.
197 Once the receiver has closed, it will no longer respond to requests or fire delegate methods.
200 The close method will be called automatically when the window or hostWindow closes and shouldCloseWithWindow returns YES.
294 @discussion Note that even document that are not framesets will have a
359 @discussion This name will be used in user-agent strings
425 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
426 of the CSS media property. Setting the value to nil will restore the normal value.
434 will be nil unless set by that method.
463 @discussion This method will return [WebPreferences standardPreferences] if no
473 string set in this method will be used a key prefix.
502 Starts the search from the current selection. Will search across all frames.
514 a subtype, i.e. "video/" will match the document class with
540 value will range from 0 to 1.0 and, once a load completes, will remain at 1.0
541 until a new load starts, at which point it will be reset to 0. The value is an
571 @param types The types that WebView will write to the pasteboard
587 @param types The types that WebView will write to the pasteboard
595 @discussion This method moves the caret that shows where something being dragged will be dropped. It may cause the WebView to scroll
623 @abstract If set to NO, then whenever the web view is not in a visible window, updates to the web page will not necessarily be rendered in the view.
624 However, when the window is made visible, the view will be updated automatically. Not updating while hidden can improve performance. If set to is YES,