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

  /external/chromium_org/content/test/data/fileapi/
quota_test.js 36 fail('Unexpectedly succeeded to truncate. It should fail by quota.');
44 function quotaSuccess(usage, quota) {
47 if (quota != 5000 * 1024)
48 fail('Quota is not 5000KiB: ' + quota);
59 debug('Querying usage and quota.');
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 303 // Reallocate "can-be-unswitched quota"
306 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
307 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
308 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
422 // Probably we reach the quota of branches for this loop. If so
829 // Recalculate unswitching quota, inherit simplified switches info for NewBB,
    [all...]
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 168 * Root of the quota data tree,
262 * Event Handler for |cr.quota.onAvailableSpaceUpdated|.
276 * Event Handler for |cr.quota.onGlobalInfoUpdated|.
283 * Total storage usage of unlimited-quota origins.
284 * |quota|:
285 * Total quota of the storage.
287 * |usage|, |unlimitedUsage| and |quota| can be missing,
297 * quota: {?string}
310 * Event Handler for |cr.quota.onPerHostInfoUpdated|.
318 * |quota|
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 45 #include "storage/browser/quota/quota_manager.h"
751 // Quota and Usage ------------------------------------------
759 scoped_ptr<base::DictionaryValue> quota,
765 quota.release());
796 void DidGetUsageAndQuotaForWebApps(base::DictionaryValue* quota,
803 quota->SetDouble(item_name, quota_in_bytes);
842 scoped_ptr<base::DictionaryValue> quota(new base::DictionaryValue);
862 base::DictionaryValue* quota_raw_ptr = quota.get();
864 // Takes ownership on usage and quota.
868 base::Passed(&quota),
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 75 // If the warning was dismissed before, this key stores the quota value
232 sizeStats.totalSize && // Quota had not changed
234 // Since the last dismissal decision the quota has not changed AND

Completed in 3119 milliseconds