Home | History | Annotate | Download | only in Interfaces

Lines Matching full:load

43     When a data source of a frame starts to load, the data source is considered "provisional".
45 so the contents of the frame will not be lost if the new data source fails to successfully load.
59 @abstract Notifies the delegate that the provisional load of a frame has started
61 @param frame The frame for which the provisional load has started
63 has started to load.
70 @abstract Notifies the delegate that a server redirect occurred during the provisional load
79 @abstract Notifies the delegate that the provisional load has failed
83 @discussion This method is called after the provisional data source has failed to load.
91 @abstract Notifies the delegate that the load has changed from provisional to committed
93 @param frame The frame for which the load has committed
97 In some cases, a single load may be committed more than once. This happens
128 @abstract Notifies the delegate that the committed load of a frame has completed
140 @abstract Notifies the delegate that the committed load of a frame has failed
143 @param frame The frame that failed to load
144 @discussion This method is called after a data source has committed but failed to completely load.