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 void IndexedDBConnection::VersionChangeIgnored() {
39 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();
40 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.h29 class IndexedDBConnection;
82 IndexedDBConnection* connection,
85 void Close(IndexedDBConnection* connection, bool forced);
183 scoped_ptr<IndexedDBConnection> connection,
234 typedef list_set<IndexedDBConnection*> ConnectionSet;
245 scoped_ptr<IndexedDBConnection> connection,
250 scoped_ptr<IndexedDBConnection> connection,
258 scoped_ptr<IndexedDBConnection> CreateConnection(
H A Dindexed_db_dispatcher_host.cc159 int32 IndexedDBDispatcherHost::Add(IndexedDBConnection* connection,
443 IndexedDBConnection* connection = map_.Lookup(ipc_database_id);
455 IndexedDBConnection* connection = map_.Lookup(iter->first);
506 IndexedDBConnection* connection =
531 IndexedDBConnection* connection =
544 IndexedDBConnection* connection =
568 IndexedDBConnection* connection =
579 IndexedDBConnection* connection =
590 IndexedDBConnection* connection = map_.Lookup(ipc_object_id);
603 IndexedDBConnection* connectio
[all...]
H A Dindexed_db_context_impl.h38 class IndexedDBConnection;
76 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
77 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
H A Dindexed_db_dispatcher_host.h36 class IndexedDBConnection;
79 int32 Add(IndexedDBConnection* connection,
195 IDMap<IndexedDBConnection, IDMapOwnPointer> map_;
H A Dindexed_db_unittest.cc135 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
141 IndexedDBConnection* connection() { return connection_.get(); }
149 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_;
197 scoped_ptr<IndexedDBConnection> IndexedDBDatabase::CreateConnection(
200 scoped_ptr<IndexedDBConnection> connectio
[all...]
H A Dindexed_db_context_impl.cc382 IndexedDBConnection* connection) {
400 IndexedDBConnection* connection) {
H A Dindexed_db_factory_unittest.cc437 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
445 scoped_ptr<IndexedDBConnection> connection,
H A Dindexed_db_callbacks.cc155 scoped_ptr<IndexedDBConnection> connection,
189 void IndexedDBCallbacks::OnSuccess(scoped_ptr<IndexedDBConnection> connection,

Completed in 411 milliseconds