Searched refs:BatchOperation (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebServiceWorkerCache.h | 47 struct BatchOperation { struct 48 BatchOperation() : operationType(OperationTypeUndefined) { } in BatchOperation() argument 63 virtual void dispatchBatch(CacheWithResponsesCallbacks*, const WebVector<BatchOperation>&) = 0; argument
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | CacheTest.cpp | 53 …void setExpectedBatchOperations(const WebVector<BatchOperation>* expectedBatchOperations) { m_expe… in setExpectedBatchOperations() 91 …ispatchBatch(CacheWithResponsesCallbacks* callbacks, const WebVector<BatchOperation>& batchOperati… in dispatchBatch() 116 void checkBatchOperationsIfProvided(const WebVector<BatchOperation>& batchOperations) in checkBatchOperationsIfProvided() 120 const WebVector<BatchOperation> expectedBatchOperations = *m_expectedBatchOperations; in checkBatchOperationsIfProvided() 146 const WebVector<BatchOperation>* m_expectedBatchOperations; 363 WebVector<WebServiceWorkerCache::BatchOperation> expectedDeleteOperations(size_t(1)); in TEST_F() 365 WebServiceWorkerCache::BatchOperation deleteOperation; in TEST_F() 381 WebVector<WebServiceWorkerCache::BatchOperation> expectedPutOperations(size_t(1)); in TEST_F() 383 WebServiceWorkerCache::BatchOperation putOperation; in TEST_F() 493 …ispatchBatch(CacheWithResponsesCallbacks* callbacks, const WebVector<BatchOperation>& batchOperati… in dispatchBatch()
|
D | Cache.cpp | 322 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1)); in deleteImpl() 335 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1)); in putImpl()
|
/external/chromium_org/net/extras/sqlite/ |
D | sqlite_channel_id_store.cc | 128 void BatchOperation(PendingOperation::OperationType op, 430 BatchOperation(PendingOperation::CHANNEL_ID_ADD, channel_id); in AddChannelID() 435 BatchOperation(PendingOperation::CHANNEL_ID_DELETE, channel_id); in DeleteChannelID() 449 void SQLiteChannelIDStore::Backend::BatchOperation( in BatchOperation() function in net::SQLiteChannelIDStore::Backend
|
/external/chromium_org/content/browser/media/ |
D | webrtc_identity_store_backend.cc | 163 void BatchOperation(OperationType type, 443 BatchOperation(ADD_IDENTITY, origin, identity_name, identity); in AddIdentity() 453 BatchOperation(DELETE_IDENTITY, origin, identity_name, identity); in DeleteIdentity() 499 void WebRTCIdentityStoreBackend::SqlLiteStorage::BatchOperation( in BatchOperation() function in content::WebRTCIdentityStoreBackend::SqlLiteStorage
|
/external/chromium_org/content/browser/net/ |
D | sqlite_persistent_cookie_store.cc | 197 void BatchOperation(PendingOperation::OperationType op, 910 BatchOperation(PendingOperation::COOKIE_ADD, cc); in AddCookie() 915 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc); in UpdateCookieAccessTime() 920 BatchOperation(PendingOperation::COOKIE_DELETE, cc); in DeleteCookie() 923 void SQLitePersistentCookieStore::Backend::BatchOperation( in BatchOperation() function in content::SQLitePersistentCookieStore::Backend
|
/external/chromium_org/content/renderer/service_worker/ |
D | service_worker_cache_storage_dispatcher.cc | 142 const blink::WebServiceWorkerCache::BatchOperation& web_operation) { in BatchOperationFromWebBatchOperation() 211 const blink::WebVector<BatchOperation>& batch_operations) { in dispatchBatch() 543 blink::WebServiceWorkerCache::BatchOperation>& web_operations) { in dispatchBatchForCache()
|
D | service_worker_cache_storage_dispatcher.h | 111 const blink::WebVector<blink::WebServiceWorkerCache::BatchOperation>&
|