Searched refs:fUploadContext (Results 1 – 2 of 2) sorted by relevance
38 UploadContext* uc = request->fUploadContext; in handle()49 request->fUploadContext = uc; in handle()67 SkPicture::CreateFromStream(request->fUploadContext->fStream.detachAsStream())); in handle()79 delete request->fUploadContext; in handle()80 request->fUploadContext = nullptr; in handle()
31 : fUploadContext(nullptr) in Request()47 UploadContext* fUploadContext; member