Home | History | Annotate | Download | only in WebView

Lines Matching refs:dataSource

43     @param dataSource The corresponding data source.
45 - (void)setDataSource:(WebDataSource *)dataSource;
50 @param dataSource The corresponding data source.
52 - (void)dataSourceUpdated:(WebDataSource *)dataSource;
163 @param dataSource The data source that is set.
165 - (void)setDataSource:(WebDataSource *)dataSource;
171 @param dataSource The data source that has received data.
173 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
179 @param dataSource The data source that has received the error.
181 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
186 @param dataSource The datasource that has finished loading.
188 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource;