Searched refs:BatchOperation (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerCache.h47 struct BatchOperation { struct in class:blink::WebServiceWorkerCache
48 BatchOperation() : operationType(OperationTypeUndefined) { } function in struct:blink::WebServiceWorkerCache::BatchOperation
63 virtual void dispatchBatch(CacheWithResponsesCallbacks*, const WebVector<BatchOperation>&) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp53 void setExpectedBatchOperations(const WebVector<BatchOperation>* expectedBatchOperations) { m_expectedBatchOperations = expectedBatchOperations; }
91 virtual void dispatchBatch(CacheWithResponsesCallbacks* callbacks, const WebVector<BatchOperation>& batchOperations) OVERRIDE
116 void checkBatchOperationsIfProvided(const WebVector<BatchOperation>& batchOperations)
120 const WebVector<BatchOperation> expectedBatchOperations = *m_expectedBatchOperations;
146 const WebVector<BatchOperation>* m_expectedBatchOperations;
363 WebVector<WebServiceWorkerCache::BatchOperation> expectedDeleteOperations(size_t(1));
365 WebServiceWorkerCache::BatchOperation deleteOperation;
381 WebVector<WebServiceWorkerCache::BatchOperation> expectedPutOperations(size_t(1));
383 WebServiceWorkerCache::BatchOperation putOperation;
493 virtual void dispatchBatch(CacheWithResponsesCallbacks* callbacks, const WebVector<BatchOperation>
[all...]
H A DCache.cpp322 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1));
335 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1));
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc128 void BatchOperation(PendingOperation::OperationType op,
430 BatchOperation(PendingOperation::CHANNEL_ID_ADD, channel_id);
435 BatchOperation(PendingOperation::CHANNEL_ID_DELETE, channel_id);
449 void SQLiteChannelIDStore::Backend::BatchOperation( function in class:net::SQLiteChannelIDStore::Backend
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc163 void BatchOperation(OperationType type,
443 BatchOperation(ADD_IDENTITY, origin, identity_name, identity);
453 BatchOperation(DELETE_IDENTITY, origin, identity_name, identity);
499 void WebRTCIdentityStoreBackend::SqlLiteStorage::BatchOperation( function in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_cache_storage_dispatcher.h111 const blink::WebVector<blink::WebServiceWorkerCache::BatchOperation>&
H A Dservice_worker_cache_storage_dispatcher.cc142 const blink::WebServiceWorkerCache::BatchOperation& web_operation) {
211 const blink::WebVector<BatchOperation>& batch_operations) {
543 blink::WebServiceWorkerCache::BatchOperation>& web_operations) {
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc197 void BatchOperation(PendingOperation::OperationType op,
910 BatchOperation(PendingOperation::COOKIE_ADD, cc);
915 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
920 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
923 void SQLitePersistentCookieStore::Backend::BatchOperation( function in class:content::SQLitePersistentCookieStore::Backend
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 222 milliseconds