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

  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 105 class PendingOperation {
113 PendingOperation(OperationType op,
127 void BatchOperation(PendingOperation::OperationType op,
142 typedef std::list<PendingOperation*> PendingOperationsList;
361 BatchOperation(PendingOperation::COOKIE_ADD, cc);
366 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
371 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
375 PendingOperation::OperationType op,
386 scoped_ptr<PendingOperation> po(new PendingOperation(op, cc))
    [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 80 class PendingOperation {
87 PendingOperation(
105 PendingOperation::OperationType op,
121 typedef std::list<PendingOperation*> PendingOperationsList;
443 BatchOperation(PendingOperation::CERT_ADD, cert);
448 BatchOperation(PendingOperation::CERT_DELETE, cert);
452 PendingOperation::OperationType op,
460 scoped_ptr<PendingOperation> po(new PendingOperation(op, cert));
515 scoped_ptr<PendingOperation> po(*it)
    [all...]
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 136 struct PendingOperation {
137 PendingOperation(OperationType type,
151 typedef std::vector<PendingOperation*> PendingOperationList;
436 scoped_ptr<PendingOperation> operation(
437 new PendingOperation(type, origin, identity_name, identity));
485 scoped_ptr<PendingOperation> po(*it);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 128 class PendingOperation {
136 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
193 void BatchOperation(PendingOperation::OperationType op,
216 typedef std::list<PendingOperation*> PendingOperationsList;
864 BatchOperation(PendingOperation::COOKIE_ADD, cc);
869 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
874 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
878 PendingOperation::OperationType op,
887 scoped_ptr<PendingOperation> po(new PendingOperation(op, cc))
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 158 public static class PendingOperation {
171 PendingOperation(Account account, int userId, int reason, int source,
184 PendingOperation(PendingOperation other) {
344 private final ArrayList<PendingOperation> mPendingOperations =
345 new ArrayList<PendingOperation>();
    [all...]

Completed in 1565 milliseconds