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

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc109 amount, base::Bind(&QuotaReservation::GotReservedQuota, this, callback));
114 void QuotaReservation::GotReservedQuota(const ReserveQuotaCallback& callback, function in class:content::QuotaReservation
H A Dpepper_file_system_browser_host.cc385 base::Bind(&PepperFileSystemBrowserHost::GotReservedQuota,
458 void PepperFileSystemBrowserHost::GotReservedQuota( function in class:content::PepperFileSystemBrowserHost
H A Dquota_reservation_unittest.cc122 void GotReservedQuota(int64* reserved_quota_ptr, function in namespace:content
142 base::Bind(&GotReservedQuota, reserved_quota, file_growths));

Completed in 117 milliseconds