HomeSort by relevance Sort by last modified time
    Searched refs:current_usage (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/
quota_dispatcher.h 77 int64 current_usage,
80 int64 current_usage,
quota_dispatcher.cc 151 int64 current_usage,
155 callback->DidGrantStorageQuota(current_usage, granted_quota);
161 int64 current_usage,
165 callback->DidQueryStorageUsageAndQuota(current_usage, current_quota);
  /external/chromium_org/device/hid/
hid_report_descriptor.cc 57 uint16_t current_usage = 0; local
71 collection.usage = HidUsageAndPage(current_usage, current_usage_page);
135 current_usage = current_item->GetShortData();
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.h 85 int64 current_usage);
87 int64 current_usage,
extension_storage_monitor.cc 344 int64 current_usage) {
362 current_usage));
367 int64 current_usage,
403 base::IntToString16(current_usage / kMBytes)),

Completed in 930 milliseconds