Searched refs:GotReservedQuota (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | quota_reservation.cc | 109 amount, base::Bind(&QuotaReservation::GotReservedQuota, this, callback)); in ReserveQuota() 114 void QuotaReservation::GotReservedQuota(const ReserveQuotaCallback& callback, in GotReservedQuota() function in content::QuotaReservation
|
D | quota_reservation.h | 80 void GotReservedQuota(const ReserveQuotaCallback& callback,
|
D | quota_reservation_unittest.cc | 122 void GotReservedQuota(int64* reserved_quota_ptr, in GotReservedQuota() function 142 base::Bind(&GotReservedQuota, reserved_quota, file_growths)); in ReserveQuota()
|
D | pepper_file_system_browser_host.h | 132 void GotReservedQuota(ppapi::host::ReplyMessageContext reply_context,
|
D | pepper_file_system_browser_host.cc | 385 base::Bind(&PepperFileSystemBrowserHost::GotReservedQuota, in OnHostMsgReserveQuota() 458 void PepperFileSystemBrowserHost::GotReservedQuota( in GotReservedQuota() function in content::PepperFileSystemBrowserHost
|