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

  /external/chromium_org/net/ssl/
channel_id_store.cc 9 ChannelIDStore::ChannelID::ChannelID() {
12 ChannelIDStore::ChannelID::ChannelID(
24 ChannelIDStore::ChannelID::~ChannelID() {}
channel_id_store.h 29 // The ChannelID class contains a private key in addition to the cert.
30 class NET_EXPORT ChannelID {
32 ChannelID();
33 ChannelID(const std::string& server_identifier,
38 ~ChannelID();
62 typedef std::list<ChannelID> ChannelIDList;
default_channel_id_store.h 33 // The key for each ChannelID* in ChannelIDMap is the
35 typedef std::map<std::string, ChannelID*> ChannelIDMap;
104 void OnLoaded(scoped_ptr<ScopedVector<ChannelID> > certs);
134 ChannelID* channel_id);
163 typedef base::Callback<void(scoped_ptr<ScopedVector<ChannelID> >)>
172 virtual void AddChannelID(const ChannelID& channel_id) = 0;
174 virtual void DeleteChannelID(const ChannelID& channel_id) = 0;
default_channel_id_store_unittest.cc 74 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
76 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
83 typedef std::map<std::string, DefaultChannelIDStore::ChannelID>
92 scoped_ptr<ScopedVector<DefaultChannelIDStore::ChannelID> >
93 channel_ids(new ScopedVector<DefaultChannelIDStore::ChannelID>());
98 new DefaultChannelIDStore::ChannelID(it->second));
106 const DefaultChannelIDStore::ChannelID& channel_id) {
111 const DefaultChannelIDStore::ChannelID& channel_id) {
125 DefaultChannelIDStore::ChannelID(
131 DefaultChannelIDStore::ChannelID(
    [all...]
default_channel_id_store.cc 252 ChannelID* channel_id = it->second;
334 scoped_ptr<ScopedVector<ChannelID> > channel_ids) {
337 for (std::vector<ChannelID*>::const_iterator it = channel_ids->begin();
378 new ChannelID(
399 ChannelID* channel_id = cur->second;
449 ChannelID* channel_id = it->second;
458 ChannelID* channel_id) {
channel_id_service.cc 85 // On success, returns a ChannelID object and sets |*error| to OK.
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 =
553 scoped_ptr<ChannelIDStore::ChannelID> cert) {
channel_id_service.h 33 // http://tools.ietf.org/html/draft-balfanz-tls-channelid-00.
165 scoped_ptr<ChannelIDStore::ChannelID> channel_id);
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.h 29 // Persistent ChannelID Store that takes into account SpecialStoragePolicy and
47 const net::DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
49 const net::DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
53 typedef ScopedVector<net::DefaultChannelIDStore::ChannelID> ChannelIDVector;
quota_policy_channel_id_store_unittest.cc 26 FILE_PATH_LITERAL("ChannelID");
30 void Load(ScopedVector<net::DefaultChannelIDStore::ChannelID>* channel_ids) {
41 scoped_ptr<ScopedVector<net::DefaultChannelIDStore::ChannelID> >
76 ScopedVector<net::DefaultChannelIDStore::ChannelID> channel_ids;
81 net::DefaultChannelIDStore::ChannelID("google.com",
95 ScopedVector<net::DefaultChannelIDStore::ChannelID> channel_ids_;
102 net::DefaultChannelIDStore::ChannelID("foo.com",
108 ScopedVector<net::DefaultChannelIDStore::ChannelID> channel_ids;
123 net::DefaultChannelIDStore::ChannelID* goog_channel_id;
124 net::DefaultChannelIDStore::ChannelID* foo_channel_id
    [all...]
quota_policy_channel_id_store.cc 55 const net::DefaultChannelIDStore::ChannelID& channel_id) {
61 const net::DefaultChannelIDStore::ChannelID& channel_id) {
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.h 41 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
43 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
sqlite_channel_id_store.cc 78 void AddChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
81 void DeleteChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
103 ScopedVector<DefaultChannelIDStore::ChannelID>* channel_ids);
113 const DefaultChannelIDStore::ChannelID& channel_id)
117 const DefaultChannelIDStore::ChannelID& channel_id() const {
123 DefaultChannelIDStore::ChannelID channel_id_;
129 const DefaultChannelIDStore::ChannelID& channel_id);
165 scoped_ptr<ScopedVector<DefaultChannelIDStore::ChannelID> > channel_ids(
166 new ScopedVector<DefaultChannelIDStore::ChannelID>());
167 ScopedVector<DefaultChannelIDStore::ChannelID>* channel_ids_ptr
    [all...]
sqlite_channel_id_store_unittest.cc 23 FILE_PATH_LITERAL("ChannelID");
27 void Load(ScopedVector<DefaultChannelIDStore::ChannelID>* channel_ids) {
39 scoped_ptr<ScopedVector<DefaultChannelIDStore::ChannelID> > channel_ids) {
81 ScopedVector<DefaultChannelIDStore::ChannelID> channel_ids;
86 DefaultChannelIDStore::ChannelID("google.com",
95 ScopedVector<DefaultChannelIDStore::ChannelID> channel_ids_;
101 DefaultChannelIDStore::ChannelID("foo.com",
107 ScopedVector<DefaultChannelIDStore::ChannelID> channel_ids;
121 DefaultChannelIDStore::ChannelID* goog_channel_id;
122 DefaultChannelIDStore::ChannelID* foo_channel_id
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper.h 56 // Add an ChannelID to the set of canned channel IDs that is
59 const net::ChannelIDStore::ChannelID& channel_id);
79 typedef std::map<std::string, net::ChannelIDStore::ChannelID>
mock_browsing_data_channel_id_helper.cc 34 net::ChannelIDStore::ChannelID(
browsing_data_channel_id_helper_unittest.cc 141 helper->AddChannelID(net::ChannelIDStore::ChannelID(
browsing_data_channel_id_helper.cc 169 const net::ChannelIDStore::ChannelID& channel_id) {
cookies_tree_model.h 127 const net::ChannelIDStore::ChannelID* channel_id);
143 const net::ChannelIDStore::ChannelID* channel_id;
cookies_tree_model.cc 257 const net::ChannelIDStore::ChannelID* channel_id) {
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 258 TEST_P(QuicCryptoServerStreamTest, ChannelID) {
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data_unittest.cc 197 net::ChannelIDStore::ChannelID* channel_id = &user_channel_ids.front();
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 256 const net::ChannelIDStore::ChannelID& channel_id =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h 185 STDMETHOD_(HRESULT,put_ChannelID)(THIS_ BSTR ChannelID) PURE;
186 STDMETHOD_(HRESULT,get_ChannelID)(THIS_ BSTR *ChannelID) PURE;
194 #define IChannelIDTuneRequest_put_ChannelID(This,ChannelID) (This)->lpVtbl->put_ChannelID(This,ChannelID)
195 #define IChannelIDTuneRequest_get_ChannelID(This,ChannelID) (This)->lpVtbl->get_ChannelID(This,ChannelID)
    [all...]
ntddndis.h     [all...]

Completed in 1599 milliseconds