Home | History | Annotate | Download | only in WebView

Lines Matching full:load

45     an error has been received for a resource, and completion of a resource load.
58 @param dataSource The datasource that initiated the load.
60 that can be used to track the load of a single resource. This identifier will be
71 @discussion This message is sent before a load is initiated. The request may be modified
74 @param identifier An identifier that can be used to track the progress of a resource load across
79 @param dataSource The dataSource that initiated the load.
105 @abstract This message is sent after a response has been received for this load.
107 @param identifier An identifier that can be used to track the progress of a resource load across
110 @param dataSource The dataSource that initiated the load.
111 @discussion In some rare cases, multiple responses may be received for a single load.
122 @param identifier An identifier that can be used to track the progress of a resource load across
125 @param dataSource The dataSource that initiated the load.
131 @discussion This message is sent after a load has successfully completed.
133 @param identifier An identifier that can be used to track the progress of a resource load across
135 @param dataSource The dataSource that initiated the load.
141 @discussion This message is sent after a load has failed to load due to an error.
143 @param identifier An identifier that can be used to track the progress of a resource load across
145 @param error The error associated with this load.
146 @param dataSource The dataSource that initiated the load.
152 @discussion Called when a plug-in is not found, fails to load or is not available for some reason.