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

  /external/chromium_org/net/ssl/
channel_id_store.cc 9 ChannelIDStore::ChannelID::ChannelID() {
12 ChannelIDStore::ChannelID::ChannelID(
24 ChannelIDStore::ChannelID::~ChannelID() {}
26 void ChannelIDStore::InitializeFrom(const ChannelIDList& list) {
channel_id_service.h 78 ChannelIDStore* channel_id_store,
141 // Returns the backing ChannelIDStore.
142 ChannelIDStore* GetChannelIDStore();
165 scoped_ptr<ChannelIDStore::ChannelID> channel_id);
194 scoped_ptr<ChannelIDStore> channel_id_store_;
default_channel_id_store_unittest.cc 61 ChannelIDStore::ChannelIDList* dest,
62 const ChannelIDStore::ChannelIDList& result) {
223 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
286 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
291 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
297 ChannelIDStore::ChannelIDList pre_channel_ids;
298 ChannelIDStore::ChannelIDList post_channel_ids;
368 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
373 persistent_store->AddChannelID(ChannelIDStore::ChannelID(
451 ChannelIDStore::ChannelIDList channel_ids
    [all...]
channel_id_store.h 26 class NET_EXPORT ChannelIDStore
72 virtual ~ChannelIDStore() {}
channel_id_service.cc 89 scoped_ptr<ChannelIDStore::ChannelID> GenerateChannelID(
93 scoped_ptr<ChannelIDStore::ChannelID> result;
124 result.reset(new ChannelIDStore::ChannelID(
220 scoped_ptr<ChannelIDStore::ChannelID>)> WorkerDoneCallback;
246 scoped_ptr<ChannelIDStore::ChannelID> cert =
368 ChannelIDStore* channel_id_store,
541 ChannelIDStore* ChannelIDService::GetChannelIDStore() {
553 scoped_ptr<ChannelIDStore::ChannelID> cert) {
default_channel_id_store.h 29 class NET_EXPORT DefaultChannelIDStore : public ChannelIDStore {
46 // ChannelIDStore implementation.
channel_id_service_unittest.cc 545 ChannelIDStore* store = service_->GetChannelIDStore();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper.h 32 void(const net::ChannelIDStore::ChannelIDList&)>
59 const net::ChannelIDStore::ChannelID& channel_id);
79 typedef std::map<std::string, net::ChannelIDStore::ChannelID>
browsing_data_channel_id_helper.cc 37 const net::ChannelIDStore::ChannelIDList& channel_id_list);
41 const net::ChannelIDStore::ChannelIDList& channel_id_list);
99 net::ChannelIDStore* cert_store =
106 OnFetchComplete(net::ChannelIDStore::ChannelIDList());
111 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
122 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
133 net::ChannelIDStore* cert_store =
169 const net::ChannelIDStore::ChannelID& channel_id) {
203 net::ChannelIDStore::ChannelIDList channel_id_list;
browsing_data_channel_id_helper_unittest.cc 39 net::ChannelIDStore* channel_id_store =
50 const net::ChannelIDStore::ChannelIDList& channel_ids) {
64 net::ChannelIDStore::ChannelIDList channel_id_list_;
84 net::ChannelIDStore::ChannelIDList::const_iterator it =
115 net::ChannelIDStore::ChannelIDList::const_iterator it =
141 helper->AddChannelID(net::ChannelIDStore::ChannelID(
mock_browsing_data_channel_id_helper.h 41 net::ChannelIDStore::ChannelIDList channel_id_list_;
mock_browsing_data_channel_id_helper.cc 34 net::ChannelIDStore::ChannelID(
40 net::ChannelIDStore::ChannelIDList channel_id_list;
41 for (net::ChannelIDStore::ChannelIDList::iterator i =
cookies_tree_model.h 127 const net::ChannelIDStore::ChannelID* channel_id);
143 const net::ChannelIDStore::ChannelID* channel_id;
549 net::ChannelIDStore::ChannelIDList::iterator cert);
559 net::ChannelIDStore::ChannelIDList::iterator channel_id_;
local_data_container.h 49 typedef net::ChannelIDStore::ChannelIDList ChannelIDList;
browsing_data_remover_unittest.cc 349 void GetChannelIDList(net::ChannelIDStore::ChannelIDList* channel_ids) {
355 net::ChannelIDStore* GetChannelIDStore() {
370 net::ChannelIDStore::ChannelIDList* dest,
371 const net::ChannelIDStore::ChannelIDList& result) {
    [all...]
cookies_tree_model.cc 257 const net::ChannelIDStore::ChannelID* channel_id) {
513 net::ChannelIDStore::ChannelIDList::iterator channel_id)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data_unittest.cc 73 net::ChannelIDStore::ChannelIDList GetUserChannelIDs();
92 net::ChannelIDStore* GetChannelIDs(content::BrowserContext* browser_context);
97 const net::ChannelIDStore::ChannelIDList& channel_id_list);
105 net::ChannelIDStore::ChannelIDList user_channel_id_list_;
155 net::ChannelIDStore::ChannelIDList ProfileAuthDataTest::GetUserChannelIDs() {
195 net::ChannelIDStore::ChannelIDList user_channel_ids = GetUserChannelIDs();
197 net::ChannelIDStore::ChannelID* channel_id = &user_channel_ids.front();
273 net::ChannelIDStore* ProfileAuthDataTest::GetChannelIDs(
290 const net::ChannelIDStore::ChannelIDList& channel_id_list) {
profile_auth_data.cc 81 const net::ChannelIDStore::ChannelIDList& channel_ids_to_transfer);
109 net::ChannelIDStore::ChannelIDList channel_ids_to_transfer_;
260 const net::ChannelIDStore::ChannelIDList& channel_ids_to_transfer) {
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 256 const net::ChannelIDStore::ChannelID& channel_id =
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 605 // A ChannelIDStore that always returns an error when asked for a
607 class FailingChannelIDStore : public ChannelIDStore {
634 // A ChannelIDStore that asynchronously returns an error when asked for a
636 class AsyncFailingChannelIDStore : public ChannelIDStore {
    [all...]

Completed in 2006 milliseconds