Searched refs:reserving_quota_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dfile_system_resource.cc43 reserving_quota_(false) {
60 reserving_quota_(false) {
111 if (!reserving_quota_ && reserved_quota_ >= amount) {
120 if (!reserving_quota_)
175 DCHECK(!reserving_quota_);
176 reserving_quota_ = true;
201 DCHECK(reserving_quota_);
202 reserving_quota_ = false;
H A Dfile_system_resource.h96 bool reserving_quota_; member in class:ppapi::proxy::FileSystemResource
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc63 reserving_quota_(false),
373 if (reserving_quota_)
375 reserving_quota_ = true;
462 DCHECK(reserving_quota_);
463 reserving_quota_ = false;
H A Dpepper_file_system_browser_host.h161 bool reserving_quota_; member in class:content::PepperFileSystemBrowserHost

Completed in 165 milliseconds