Searched refs:ReadComplete (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/pdf/
H A Ddocument_loader.h95 void ReadComplete();
H A Ddocument_loader.cc185 // queue. ReadComplete() will remove the last pending comment from the queue.
198 ReadComplete();
435 ReadComplete();
441 void DocumentLoader::ReadComplete() { function in class:chrome_pdf::DocumentLoader
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.h81 void ReadComplete();
H A Dshader_disk_cache.cc96 int ReadComplete(int rv);
275 rv = ReadComplete(rv);
281 cache_->ReadComplete();
324 int ShaderDiskReadHelper::ReadComplete(int rv) { function in class:content::ShaderDiskReadHelper
602 void ShaderDiskCache::ReadComplete() { function in class:content::ShaderDiskCache
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.h150 bool ReadComplete(int result);
H A Dnetwork_stats.cc334 if (ReadComplete(rv))
347 if (!ReadComplete(result)) {
360 bool NetworkStats::ReadComplete(int result) { function in class:chrome_browser_net::NetworkStats

Completed in 141 milliseconds