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

  /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) {
  /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;
  /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/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/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 333 milliseconds