Home | History | Annotate | Download | only in WebView

Lines Matching full:receiver

196     @abstract Closes the receiver, unloading its web page and canceling any pending loads.
197 Once the receiver has closed, it will no longer respond to requests or fire delegate methods.
199 @discussion A garbage collected application is required to call close when the receiver is no longer needed.
201 A non-garbage collected application can still call close, providing a convenient way to prevent receiver
208 @abstract Set whether the receiver closes when either it's window or hostWindow closes.
209 @param close YES if the receiver should close when either it's window or hostWindow closes, otherwise NO.
215 @abstract Returns whether the receiver closes when either it's window or hostWindow closes.
217 @result YES if the receiver closes when either it's window or hostWindow closes, otherwise NO.
608 @param drawsBackround YES to cause the receiver to draw a default white background, NO otherwise.
609 @abstract Sets whether the receiver draws a default white background when the loaded page has no background specified.
615 @result Returns YES if the receiver draws a default white background, NO otherwise.
621 @abstract Sets whether the receiver must update even when it is not in a window that is currently visible.
622 @param updateWhileOffscreen whether the receiver is required to render updates to the web page when it is not in a visible window.