Home
last modified time | relevance | path

Searched refs:GetChannelIDTask (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/ssl/
Ddefault_channel_id_store.cc39 class DefaultChannelIDStore::GetChannelIDTask class in net::DefaultChannelIDStore
42 GetChannelIDTask(const std::string& server_identifier,
44 virtual ~GetChannelIDTask();
52 DefaultChannelIDStore::GetChannelIDTask::GetChannelIDTask( in GetChannelIDTask() function in net::DefaultChannelIDStore::GetChannelIDTask
59 DefaultChannelIDStore::GetChannelIDTask::~GetChannelIDTask() { in ~GetChannelIDTask()
62 void DefaultChannelIDStore::GetChannelIDTask::Run( in Run()
243 new GetChannelIDTask(server_identifier, callback))); in GetChannelID()
Ddefault_channel_id_store.h74 class GetChannelIDTask; variable