HomeSort by relevance Sort by last modified time
    Searched full:channel_id_service (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/net/url_request/
url_request_context_storage.cc 19 #include "net/ssl/channel_id_service.h"
52 ChannelIDService* channel_id_service) {
53 context_->set_channel_id_service(channel_id_service);
54 channel_id_service_.reset(channel_id_service);
url_request_context.h 93 ChannelIDService* channel_id_service() const { function in class:net::URLRequestContext
98 ChannelIDService* channel_id_service) {
99 channel_id_service_ = channel_id_service;
url_request_context_storage.h 52 ChannelIDService* channel_id_service);
url_request_context_builder.cc 29 #include "net/ssl/channel_id_service.h"
364 network_session_params.channel_id_service =
365 context->channel_id_service();
  /external/chromium_org/net/socket/
ssl_client_socket.cc 11 #include "net/ssl/channel_id_service.h"
147 ChannelIDService* channel_id_service,
164 if (!channel_id_service)
168 else if (!channel_id_service->IsSystemTimeValid())
180 ChannelIDService* channel_id_service) {
183 if (!channel_id_service) {
191 if (!channel_id_service->IsSystemTimeValid()) {
ssl_client_socket.h 35 channel_id_service(NULL),
45 channel_id_service(channel_id_service_arg),
51 ChannelIDService* channel_id_service; member in struct:net::SSLClientSocketContext
177 ChannelIDService* channel_id_service,
185 ChannelIDService* channel_id_service);
client_socket_pool_manager_impl.cc 42 ChannelIDService* channel_id_service,
55 channel_id_service_(channel_id_service),
85 channel_id_service,
client_socket_pool_manager_impl.h 65 ChannelIDService* channel_id_service,
ssl_client_socket_nss.h 30 #include "net/ssl/channel_id_service.h"
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 18 #include "net/ssl/channel_id_service.h"
61 net::ChannelIDService* channel_id_service = local
63 channel_id_service();
70 int status = channel_id_service->GetChannelID(
  /external/chromium_org/net/quic/crypto/
channel_id_chromium.cc 15 #include "net/ssl/channel_id_service.h"
65 ChannelIDService* channel_id_service);
108 ChannelIDService* channel_id_service)
110 channel_id_service_(channel_id_service),
223 ChannelIDService* channel_id_service)
224 : channel_id_service_(channel_id_service) {
channel_id_chromium.h 38 ChannelIDService* channel_id_service);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper_unittest.cc 12 #include "net/ssl/channel_id_service.h"
40 context->channel_id_service()->GetChannelIDStore();
browsing_data_channel_id_helper.cc 12 #include "net/ssl/channel_id_service.h"
101 channel_id_service()->GetChannelIDStore();
135 channel_id_service()->GetChannelIDStore();
  /external/chromium_org/jingle/glue/
xmpp_client_socket_factory.cc 58 // TODO(rkn): context.channel_id_service is NULL because the
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 31 #include "net/ssl/channel_id_service.h"
159 network_session_params.channel_id_service =
160 url_request_context_->channel_id_service();
  /external/chromium_org/net/http/
http_network_session.cc 46 params.channel_id_service,
65 channel_id_service(NULL),
128 params.channel_id_service,
http_network_session.h 69 ChannelIDService* channel_id_service; member in struct:net::HttpNetworkSession::Params
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 37 #include "net/ssl/channel_id_service.h"
240 net::ChannelIDService* channel_id_service = local
244 set_channel_id_service(channel_id_service);
245 main_context->set_channel_id_service(channel_id_service);
profile_impl_io_data.cc 56 #include "net/ssl/channel_id_service.h"
488 net::ChannelIDService* channel_id_service = NULL; local
498 channel_id_service = new net::ChannelIDService(
521 if (!channel_id_service) {
530 channel_id_service = new net::ChannelIDService(
535 set_channel_id_service(channel_id_service);
536 main_context->set_channel_id_service(channel_id_service);
    [all...]
  /external/chromium_org/content/browser/
browser_context.cc 21 #include "net/ssl/channel_id_service.h"
77 context->channel_id_service()->GetChannelIDStore()->
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 25 #include "net/ssl/channel_id_service.h"
252 from_context_->GetURLRequestContext()->channel_id_service();
291 to_context_->GetURLRequestContext()->channel_id_service();
profile_auth_data_unittest.cc 28 #include "net/ssl/channel_id_service.h"
275 return GetRequestContext(browser_context)->channel_id_service()->
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 93 params->channel_id_service = context->channel_id_service();
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.cc 29 #include "net/ssl/channel_id_service.h"
285 params->channel_id_service = channel_id_service_.get();

Completed in 838 milliseconds

1 2 3