HomeSort by relevance Sort by last modified time
    Searched refs:BatchOperation (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerCache.h 47 struct BatchOperation {
48 BatchOperation() : operationType(OperationTypeUndefined) { }
63 virtual void dispatchBatch(CacheWithResponsesCallbacks*, const WebVector<BatchOperation>&) = 0;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 34 final public class BatchOperation {
36 private final String TAG = "BatchOperation";
43 public BatchOperation(Context context, ContentResolver resolver) {
ContactOperations.java 41 private final BatchOperation mBatchOperation;
73 String accountName, boolean isSyncOperation, BatchOperation batchOperation) {
74 return new ContactOperations(context, userId, accountName, isSyncOperation, batchOperation);
87 boolean isSyncOperation, BatchOperation batchOperation) {
88 return new ContactOperations(context, rawContactId, isSyncOperation, batchOperation);
92 BatchOperation batchOperation) {
97 mBatchOperation = batchOperation;
    [all...]
ContactManager.java 110 final BatchOperation batchOperation = new BatchOperation(context, resolver);
143 true, true, true, rawContactId, batchOperation);
145 deleteContact(context, rawContactId, batchOperation);
151 addContact(context, account, rawContact, groupId, true, batchOperation);
157 if (batchOperation.size() >= 50) {
158 batchOperation.execute();
161 batchOperation.execute();
230 final BatchOperation batchOperation = new BatchOperation(context, resolver)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheTest.cpp 53 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>& batchOperations) OVERRID
    [all...]
Cache.cpp 322 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1));
335 WebVector<WebServiceWorkerCache::BatchOperation> batchOperations(size_t(1));
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.cc 128 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(
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 163 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(
  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.h 111 const blink::WebVector<blink::WebServiceWorkerCache::BatchOperation>&
service_worker_cache_storage_dispatcher.cc 142 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/
sqlite_persistent_cookie_store.cc 197 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
    [all...]

Completed in 2688 milliseconds