Searched defs:DefaultChannelIDStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store.h29 class NET_EXPORT DefaultChannelIDStore : public ChannelIDStore { class in namespace:net
40 // DefaultChannelIDStore's existence. If |store| is NULL, then no
42 explicit DefaultChannelIDStore(PersistentStore* store);
44 virtual ~DefaultChannelIDStore();
152 base::WeakPtrFactory<DefaultChannelIDStore> weak_ptr_factory_;
154 DISALLOW_COPY_AND_ASSIGN(DefaultChannelIDStore);
157 typedef base::RefCountedThreadSafe<DefaultChannelIDStore::PersistentStore>
160 class NET_EXPORT DefaultChannelIDStore::PersistentStore
H A Ddefault_channel_id_store.cc16 class DefaultChannelIDStore::Task {
22 virtual void Run(DefaultChannelIDStore* store) = 0;
28 DefaultChannelIDStore::Task::~Task() {
31 void DefaultChannelIDStore::Task::InvokeCallback(
39 class DefaultChannelIDStore::GetChannelIDTask
40 : public DefaultChannelIDStore::Task {
45 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
52 DefaultChannelIDStore::GetChannelIDTask::GetChannelIDTask(
59 DefaultChannelIDStore::GetChannelIDTask::~GetChannelIDTask() {
62 void DefaultChannelIDStore
225 DefaultChannelIDStore::DefaultChannelIDStore( function in class:net::DefaultChannelIDStore
[all...]

Completed in 329 milliseconds