Searched refs:SQLiteChannelIDStore (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.h30 class SQLiteChannelIDStore : public DefaultChannelIDStore::PersistentStore { class in namespace:net
34 SQLiteChannelIDStore(
50 virtual ~SQLiteChannelIDStore();
56 DISALLOW_COPY_AND_ASSIGN(SQLiteChannelIDStore);
H A Dsqlite_channel_id_store.cc38 // we renamed this class to SQLiteChannelIDStore. Likewise, the primary
62 class SQLiteChannelIDStore::Backend
63 : public base::RefCountedThreadSafe<SQLiteChannelIDStore::Backend> {
93 friend class base::RefCountedThreadSafe<SQLiteChannelIDStore::Backend>;
161 void SQLiteChannelIDStore::Backend::Load(
176 void SQLiteChannelIDStore::Backend::LoadInBackground(
200 base::Bind(&SQLiteChannelIDStore::Backend::DatabaseErrorCallback,
264 bool SQLiteChannelIDStore::Backend::EnsureDatabaseVersion() {
393 void SQLiteChannelIDStore::Backend::DatabaseErrorCallback(
415 void SQLiteChannelIDStore
601 SQLiteChannelIDStore::SQLiteChannelIDStore( function in class:net::SQLiteChannelIDStore
[all...]
H A Dsqlite_channel_id_store_unittest.cc78 store_ = new SQLiteChannelIDStore(
94 scoped_refptr<SQLiteChannelIDStore> store_;
115 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
149 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
178 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
196 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
253 new SQLiteChannelIDStore(v1_db_path, base::MessageLoopProxy::current());
323 new SQLiteChannelIDStore(v2_db_path, base::MessageLoopProxy::current());
406 new SQLiteChannelIDStore(v3_db_path, base::MessageLoopProxy::current());
497 new SQLiteChannelIDStore(v4_db_pat
[all...]
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc29 new net::SQLiteChannelIDStore(path, background_task_runner)) {
H A Dquota_policy_channel_id_store.h61 scoped_refptr<net::SQLiteChannelIDStore> persistent_store_;

Completed in 217 milliseconds