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/chrome/browser/net/
sqlite_persistent_cookie_store.cc 127 void BatchOperation(PendingOperation::OperationType op,
361 BatchOperation(PendingOperation::COOKIE_ADD, cc);
366 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
371 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
374 void SQLitePersistentCookieStore::Backend::BatchOperation(
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 104 void BatchOperation(
443 BatchOperation(PendingOperation::CERT_ADD, cert);
448 BatchOperation(PendingOperation::CERT_DELETE, cert);
451 void SQLiteServerBoundCertStore::Backend::BatchOperation(
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 155 void BatchOperation(OperationType type,
401 BatchOperation(ADD_IDENTITY, origin, identity_name, identity);
411 BatchOperation(DELETE_IDENTITY, origin, identity_name, identity);
423 void WebRTCIdentityStoreBackend::SqlLiteStorage::BatchOperation(
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 193 void BatchOperation(PendingOperation::OperationType op,
864 BatchOperation(PendingOperation::COOKIE_ADD, cc);
869 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
874 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
877 void SQLitePersistentCookieStore::Backend::BatchOperation(
    [all...]

Completed in 159 milliseconds