Home
last modified time | relevance | path

Searched refs:BatchOperation (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebServiceWorkerCache.h47 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/
DCacheTest.cpp53 …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()
DCache.cpp322 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/
Dsqlite_channel_id_store.cc128 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/
Dwebrtc_identity_store_backend.cc163 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/
Dsqlite_persistent_cookie_store.cc197 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/
Dservice_worker_cache_storage_dispatcher.cc142 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()
Dservice_worker_cache_storage_dispatcher.h111 const blink::WebVector<blink::WebServiceWorkerCache::BatchOperation>&