QueryOp 51 ppapi/proxy/file_io_resource.cc FileIOResource::QueryOp::QueryOp(scoped_refptr<FileHandleHolder> file_handle) QueryOp 56 ppapi/proxy/file_io_resource.cc FileIOResource::QueryOp::~QueryOp() { QueryOp 59 ppapi/proxy/file_io_resource.cc int32_t FileIOResource::QueryOp::DoWork() { QueryOp 220 ppapi/proxy/file_io_resource.cc scoped_refptr<QueryOp> query_op(new QueryOp(file_handle_)); QueryOp 224 ppapi/proxy/file_io_resource.cc Bind(&FileIOResource::QueryOp::DoWork, query_op), QueryOp 547 ppapi/proxy/file_io_resource.cc int32_t FileIOResource::OnQueryComplete(scoped_refptr<QueryOp> query_op, QueryOp 110 ppapi/proxy/file_io_resource.h class QueryOp : public base::RefCountedThreadSafe<QueryOp> { QueryOp 112 ppapi/proxy/file_io_resource.h explicit QueryOp(scoped_refptr<FileHandleHolder> file_handle); QueryOp 121 ppapi/proxy/file_io_resource.h friend class base::RefCountedThreadSafe<QueryOp>; QueryOp 122 ppapi/proxy/file_io_resource.h ~QueryOp(); QueryOp 196 ppapi/proxy/file_io_resource.h int32_t OnQueryComplete(scoped_refptr<QueryOp> query_op,