Searched defs:ReadHelper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_proxy.cc174 class ReadHelper : public FileHelper { class in namespace:base::__anon2239
176 ReadHelper(FileProxy* proxy, File file, int bytes_to_read) function in class:base::__anon2239::ReadHelper
198 DISALLOW_COPY_AND_ASSIGN(ReadHelper);
306 ReadHelper* helper = new ReadHelper(this, file_.Pass(), bytes_to_read);
309 Bind(&ReadHelper::RunWork, Unretained(helper), offset),
310 Bind(&ReadHelper::Reply, Owned(helper), callback));

Completed in 304 milliseconds