/external/chromium_org/chrome/browser/ui/webui/quota_internals/ |
quota_internals_handler.cc | 82 web_ui()->CallJavascriptFunction("cr.quota.messageHandler",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
options.js | 11 // However, "sync" is expensive with a strict quota (both in storage space and
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_browsertest.cc | 28 #include "webkit/browser/quota/quota_manager.h" 30 using quota::QuotaManager; 97 qm->SetTemporaryGlobalOverrideQuota(bytes, quota::QuotaCallback()); 98 // Don't return until the quota has been set.
|
/external/chromium_org/content/shell/common/ |
shell_messages.h | 93 int /* quota */)
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
WebStorageQuotaCallbacksImpl.cpp | 32 #include "modules/quota/WebStorageQuotaCallbacksImpl.h"
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransactionClient.cpp | 75 // Chromium does not allow users to manually change the quota for an origin (for now, at least).
|
/frameworks/base/docs/html/google/play/billing/ |
gp-purchase-status-api.jd | 88 <h3 id="quota">Quota</h3> 91 initial courtesy usage quota of <strong>200,000 requests per day</strong> (per 133 request a higher daily quota for your application, we highly recommend that you
|
/external/chromium_org/webkit/browser/fileapi/ |
obfuscated_file_util_unittest.cc | 31 #include "webkit/browser/quota/mock_special_storage_policy.h" 32 #include "webkit/browser/quota/quota_manager.h" 34 #include "webkit/common/quota/quota_types.h" 128 quota_status_(quota::kQuotaStatusUnknown), 135 storage_policy_ = new quota::MockSpecialStoragePolicy(); 138 new quota::QuotaManager(false /* is_incognito */, 231 int64 quota = -1; local 237 "a); 238 EXPECT_EQ(quota::kQuotaStatusOk, quota_status_); 555 // Verify that file creation requires sufficient quota for the path [all...] |
test_file_system_backend.cc | 22 #include "webkit/browser/quota/quota_manager.h" 42 quota::QuotaManagerProxy* proxy,
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwQuotaManagerBridgeTest.java | 105 public void onReceiveValue(Long quota) { 106 callbackHelper.notifyCalled(quota);
|
/external/chromium_org/content/public/browser/ |
browser_context.h | 28 namespace quota { namespace 151 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() = 0;
|
/external/e2fsprogs/debian/attic/libs/ |
control | 10 Conflicts: e2fsprogsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1) 19 This release may break older versions of dump and quota.
|
/external/chromium_org/content/renderer/pepper/ |
quota_file_io_unittest.cc | 41 quota::StorageType type, 229 // Quota error case. Write 7 bytes at offset 23 (-> length is unchanged) 248 // Overlapping + extending the file size, but within the quota. 335 // Quota error case. 473 // The second write will fail for quota error.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
mux.py | 819 send_quota: Initial send quota. 820 receive_quota: Initial receive quota. 830 # - Signals the thread waiting for send quota replenished 863 # quota. This semaphore ensures that fragmented inner frames are 870 # Consume an octet quota when this is the first fragmented frame. 891 'No quota. Waiting FlowControl message for %d.' % [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_storage_impl_unittest.cc | 21 #include "webkit/browser/quota/quota_manager.h" 146 class MockQuotaManager : public quota::QuotaManager { 158 quota::StorageType type, 161 EXPECT_EQ(quota::kStorageTypeTemporary, type); 174 callback.Run(quota::kQuotaStatusOk, 0, kMockQuota); 183 class MockQuotaManagerProxy : public quota::QuotaManagerProxy { 194 virtual void NotifyStorageAccessed(quota::QuotaClient::ID client_id, 196 quota::StorageType type) OVERRIDE { 197 EXPECT_EQ(quota::QuotaClient::kAppcache, client_id); 198 EXPECT_EQ(quota::kStorageTypeTemporary, type) [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 705 /* now adjust high priority link quota */ 710 /* Work out the xmit quota and buffer quota high and low priorities */ 714 /* Work out and save the HCI xmit quota for each low priority link */ 821 /* channel required higher data rate will get more buffer quota */ 855 /* get unit quota per pool */ 873 /* assign buffer quota to each channel based on its data rate requirement */ 885 L2CAP_TRACE_EVENT6 ("CID:0x%04x FCR Mode:%u UserTxPool:%u Priority:%u TxDataRate:%u Quota:%u", 894 L2CAP_TRACE_EVENT4 ("CID:0x%04x Priority:%u TxDataRate:%u Quota:%u", 899 /* quota may be change so check congestion * [all...] |
/external/chromium_org/content/browser/fileapi/ |
fileapi_message_filter.cc | 36 #include "webkit/browser/quota/quota_manager.h" 451 quota::QuotaLimitType quota_policy = quota::kQuotaLimitTypeUnknown; 452 quota::QuotaManagerProxy* quota_manager_proxy = 459 quota_policy = quota::kQuotaLimitTypeUnlimited; 461 quota_policy = quota::kQuotaLimitTypeLimited; 739 quota::QuotaLimitType quota_policy,
|
/external/chromium_org/net/websockets/ |
websocket_channel.cc | 164 "Send quota exceeded"); 184 void WebSocketChannel::SendFlowControl(int64 quota) { 187 // stream_->SendFlowControl(quota); 293 // TODO(ricea): Truncate quota by the quota specified by the remote 294 // server, if the protocol in use supports quota. 605 // we are in and adjust quota appropriately.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
service_runtime.cc | 63 // For doing crude quota enforcement on writes to temp files. 512 // Unify WillWrite interface vs Quota request. 521 // Do some crude quota enforcement. 566 // Look up failed to find the requested quota managed resource. 572 // Variables set by requesting quota. 578 // The reverse service is running on a background thread and the PPAPI quota 586 // Wait for the main thread to request quota and signal completion.
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.target.darwin-arm.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|
modules.target.darwin-mips.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|
modules.target.darwin-x86.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|
modules.target.linux-arm.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|
modules.target.linux-mips.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|
modules.target.linux-x86.mk | 157 third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \ 158 third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \ 159 third_party/WebKit/Source/modules/quota/StorageInfo.cpp \ 160 third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \ 161 third_party/WebKit/Source/modules/quota/StorageQuota.cpp \ 162 third_party/WebKit/Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp \ 163 third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
|