Searched refs:DefaultChannelIDStore (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/ssl/
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...]
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_unittest.cc67 : public DefaultChannelIDStore::PersistentStore {
71 // DefaultChannelIDStore::PersistentStore implementation.
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
[all...]
H A Dchannel_id_service_unittest.cc54 : public DefaultChannelIDStore {
57 : DefaultChannelIDStore(NULL), channel_id_count_(0) {}
123 new DefaultChannelIDStore(NULL),
456 new DefaultChannelIDStore(NULL), task_runner));
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.h26 // Implements the DefaultChannelIDStore::PersistentStore interface
29 // DefaultChannelIDStore::PersistentCertStore.
30 class SQLiteChannelIDStore : public DefaultChannelIDStore::PersistentStore {
38 // DefaultChannelIDStore::PersistentStore:
41 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
43 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
H A Dsqlite_channel_id_store.cc78 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
[all...]
H A Dsqlite_channel_id_store_unittest.cc27 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;
164 DefaultChannelIDStore
[all...]
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.h32 : public net::DefaultChannelIDStore::PersistentStore {
44 // net::DefaultChannelIDStore::PersistentStore:
47 const net::DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
49 const net::DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
53 typedef ScopedVector<net::DefaultChannelIDStore::ChannelID> ChannelIDVector;
H A Dquota_policy_channel_id_store_unittest.cc30 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;
163 net::DefaultChannelIDStore
[all...]
H A Dquota_policy_channel_id_store.cc55 const net::DefaultChannelIDStore::ChannelID& channel_id) {
61 const net::DefaultChannelIDStore::ChannelID& channel_id) {
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc110 new net::DefaultChannelIDStore(NULL),
/external/chromium_org/net/url_request/
H A Durl_request_context_builder.cc309 new DefaultChannelIDStore(NULL),
H A Durl_request_test_util.cc122 new DefaultChannelIDStore(NULL),
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc242 new net::DefaultChannelIDStore(NULL),
H A Dprofile_impl_io_data.cc499 new net::DefaultChannelIDStore(NULL),
531 new net::DefaultChannelIDStore(channel_id_db.get()),
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc202 new net::ChannelIDService(new net::DefaultChannelIDStore(NULL),
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc382 new net::DefaultChannelIDStore(NULL),
/external/chromium_org/chrome/browser/
H A Dio_thread.cc647 new net::DefaultChannelIDStore(NULL),
/external/chromium_org/net/quic/
H A Dquic_stream_factory_test.cc101 new ChannelIDService(new DefaultChannelIDStore(NULL),
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc969 new ChannelIDService(new DefaultChannelIDStore(NULL),

Completed in 2719 milliseconds