Searched refs:IndexedDBConnection (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_connection.cc9 IndexedDBConnection::IndexedDBConnection( function in class:content::IndexedDBConnection
14 IndexedDBConnection::~IndexedDBConnection() {}
16 void IndexedDBConnection::Close() {
24 void IndexedDBConnection::ForceClose() {
33 bool IndexedDBConnection::IsConnected() {
H A Dindexed_db_connection.h16 class CONTENT_EXPORT IndexedDBConnection { class in namespace:content
18 IndexedDBConnection(scoped_refptr<IndexedDBDatabase> db,
20 virtual ~IndexedDBConnection();
38 DISALLOW_COPY_AND_ASSIGN(IndexedDBConnection);
H A Dmock_indexed_db_callbacks.h24 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
26 IndexedDBConnection* connection() { return connection_.get(); }
31 scoped_ptr<IndexedDBConnection> connection_;
H A Dmock_indexed_db_callbacks.cc30 scoped_ptr<IndexedDBConnection> connection,
H A Dindexed_db_callbacks.h24 class IndexedDBConnection;
66 scoped_ptr<IndexedDBConnection> connection,
68 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
H A Dindexed_db_database.h28 class IndexedDBConnection;
92 IndexedDBConnection* connection,
95 void Close(IndexedDBConnection* connection, bool forced);
188 scoped_ptr<IndexedDBConnection> connection,
241 scoped_ptr<IndexedDBConnection> connection,
246 scoped_ptr<IndexedDBConnection> connection,
254 scoped_ptr<IndexedDBConnection> CreateConnection(
291 typedef list_set<IndexedDBConnection*> ConnectionSet;
H A Dindexed_db_dispatcher_host.cc159 int32 IndexedDBDispatcherHost::Add(IndexedDBConnection* connection,
441 IndexedDBConnection* connection = map_.Lookup(ipc_database_id);
453 IndexedDBConnection* connection = map_.Lookup(iter->first);
502 IndexedDBConnection* connection =
527 IndexedDBConnection* connection =
540 IndexedDBConnection* connection =
564 IndexedDBConnection* connection =
575 IndexedDBConnection* connection = map_.Lookup(ipc_object_id);
588 IndexedDBConnection* connection =
629 IndexedDBConnection* connectio
[all...]
H A Dindexed_db_context_impl.h38 class IndexedDBConnection;
68 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
69 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
H A Dindexed_db_dispatcher_host.h36 class IndexedDBConnection;
79 int32 Add(IndexedDBConnection* connection,
224 IDMap<IndexedDBConnection, IDMapOwnPointer> map_;
H A Dindexed_db_unittest.cc128 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
134 IndexedDBConnection* connection() { return connection_.get(); }
142 scoped_ptr<IndexedDBConnection> connection_;
H A Dindexed_db_database.cc39 // PendingUpgradeCall has a scoped_ptr<IndexedDBConnection> because it owns the
44 scoped_ptr<IndexedDBConnection> connection,
53 scoped_ptr<IndexedDBConnection> ReleaseConnection() WARN_UNUSED_RESULT {
61 scoped_ptr<IndexedDBConnection> connection_;
66 // PendingSuccessCall has a IndexedDBConnection* because the connection is now
72 IndexedDBConnection* connection,
76 IndexedDBConnection* connection() const { return connection_; }
81 IndexedDBConnection* connection_;
196 scoped_ptr<IndexedDBConnection> IndexedDBDatabase::CreateConnection(
199 scoped_ptr<IndexedDBConnection> connectio
[all...]
H A Dindexed_db_factory_unittest.cc434 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
442 scoped_ptr<IndexedDBConnection> connection,
H A Dindexed_db_callbacks.cc130 scoped_ptr<IndexedDBConnection> connection,
157 void IndexedDBCallbacks::OnSuccess(scoped_ptr<IndexedDBConnection> connection,
H A Dindexed_db_context_impl.cc381 IndexedDBConnection* connection) {
399 IndexedDBConnection* connection) {

Completed in 1370 milliseconds