Lines Matching full:discussion
39 @discussion A WebView's WebFrameLoadDelegate tracks the loading progress of its frames.
51 @discussion This method is called after the provisional data source of a frame
70 @discussion This method is called after the provisional data source has failed to load.
80 @discussion This method is called after the provisional data source has become the
96 @discussion The title may update during loading; clients should be prepared for this.
114 @discussion This method is called after the committed data source of a frame has successfully loaded
126 @discussion This method is called after a data source has committed but failed to completely load.
135 @discussion This method is called when anchors within a page have been clicked.
147 @discussion This method can be used to continue progress feedback while a client-side
157 @discussion A client-side redirect can be cancelled if a frame changes location before the timeout.
166 @discussion This method is called right before WebKit is done with the frame
179 @discussion If a delegate implements both webView:didClearWindowObject:forFrame:
192 @discussion This method is deprecated. Consider using webView:didClearWindowObject:forFrame: