HomeSort by relevance Sort by last modified time
    Searched refs:channel_id_store_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/ssl/
channel_id_service.h 194 scoped_ptr<ChannelIDStore> channel_id_store_; member in class:net::ChannelIDService
channel_id_service.cc 370 : channel_id_store_(channel_id_store),
542 return channel_id_store_.get();
559 channel_id_store_->SetChannelID(
633 int err = channel_id_store_->GetChannelID(
672 return channel_id_store_->GetChannelIDCount();

Completed in 116 milliseconds