OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quota
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc
106
namespace
Quota
{
109
} //
Quota
188
const char kResponseQuota[] = "
quota
";
devtools_protocol_constants.h
107
namespace
Quota
{
110
} //
Quota
renderer_overrides_handler.cc
47
#include "webkit/browser/
quota
/quota_manager.h"
612
//
Quota
and Usage ------------------------------------------
620
scoped_ptr<base::DictionaryValue>
quota
,
626
quota
.release());
651
quota
::QuotaStatusCode status,
653
if (status ==
quota
::kQuotaStatusOk)
659
base::DictionaryValue*
quota
,
662
quota
::QuotaStatusCode status,
665
if (status ==
quota
::kQuotaStatusOk)
666
quota
->SetDouble(item_name, quota_in_bytes)
[
all
...]
/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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h
123
virtual void queryUsageAndQuota(WebCore::ErrorString*, const WTF::String&, WTF::RefPtr<WebCore::TypeBuilder::Page::
Quota
>&, WTF::RefPtr<WebCore::TypeBuilder::Page::Usage>&);
InspectorPageAgent.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
314
// Reallocate "can-be-unswitched
quota
"
317
unsigned
Quota
= OldLoopProps.CanBeUnswitchedCount;
318
NewLoopProps.CanBeUnswitchedCount =
Quota
/ 2;
319
OldLoopProps.CanBeUnswitchedCount =
Quota
-
Quota
/ 2;
428
// Probably we reach the
quota
of branches for this loop. If so
835
// 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/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js
74
// If the warning was dismissed before, this key stores the
quota
value
231
sizeStats.totalSize && //
Quota
had not changed
233
// Since the last dismissal decision the
quota
has not changed AND
Completed in 203 milliseconds