Searched refs:PendingOperation (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc105 class PendingOperation { class in class:SQLitePersistentCookieStore::Backend
113 PendingOperation(OperationType op, function in class:SQLitePersistentCookieStore::Backend::PendingOperation
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(o
[all...]
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc80 class PendingOperation { class in class:SQLiteServerBoundCertStore::Backend
87 PendingOperation( function in class:SQLiteServerBoundCertStore::Backend::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> p
[all...]
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc128 class PendingOperation { class in class:content::SQLitePersistentCookieStore::Backend
136 PendingOperation(OperationType op, const net::CanonicalCookie& cc) function in class:content::SQLitePersistentCookieStore::Backend::PendingOperation
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(o
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc136 struct PendingOperation { struct in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
137 PendingOperation(OperationType type, function in struct:content::WebRTCIdentityStoreBackend::SqlLiteStorage::PendingOperation
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);

Completed in 194 milliseconds