Home | History | Annotate | Download | only in Interfaces

Lines Matching full:committed

44     Once at least one byte is received, the data source is considered "committed". This is done
84 The frame will continue to display the contents of the committed data source if there is one.
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
95 committed data source.
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
131 @discussion This method is called after the committed data source of a frame has successfully loaded
140 @abstract Notifies the delegate that the committed load of a frame has failed
144 @discussion This method is called after a data source has committed but failed to completely load.