Home | History | Annotate | Download | only in glue

Lines Matching full:sync_load_response

293       ResourceLoaderBridge::SyncLoadResponse* sync_load_response);
360 ResourceLoaderBridge::SyncLoadResponse* sync_load_response) {
367 if (sync_load_response) {
369 sync_load_response->url = url;
371 GetInfoFromDataURL(sync_load_response->url, sync_load_response,
372 &sync_load_response->data,
373 &sync_load_response->status);
486 if (sync_load_response) {
487 bridge_->SyncLoad(sync_load_response);
727 ResourceLoaderBridge::SyncLoadResponse sync_load_response;
728 context_->Start(request, &sync_load_response);
730 const GURL& final_url = sync_load_response.url;
735 sync_load_response.status.status();
740 error.reason = sync_load_response.status.os_error();
745 PopulateURLResponse(final_url, sync_load_response, &response);
747 data.assign(sync_load_response.data.data(),
748 sync_load_response.data.size());