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

  /external/chromium_org/content/browser/renderer_host/test/
no_transport_image_transport_factory_android.cc 32 uint32 NoTransportImageTransportFactoryAndroid::GetChannelID() {
no_transport_image_transport_factory_android.h 31 virtual uint32 GetChannelID() OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.h 45 virtual uint32 GetChannelID() = 0;
image_transport_factory_android.cc 42 virtual uint32 GetChannelID() OVERRIDE {
render_widget_host_view_android.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.h 35 void GetChannelID(Profile* profile,
message_property_provider.cc 27 void MessagePropertyProvider::GetChannelID(Profile* profile,
46 // ChannelIDService::GetChannelID to the callback provided to
47 // MessagePropertyProvider::GetChannelID.
70 int status = channel_id_service->GetChannelID(
message_service.cc 322 property_provider_.GetChannelID(
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 166 store.GetChannelID("verisign.com",
179 store.GetChannelID("verisign.com",
211 store.GetChannelID("verisign.com",
236 store.GetChannelID("verisign.com",
342 store.GetChannelID("verisign.com",
348 store.GetChannelID("google.com",
359 store.GetChannelID("google.com",
390 store.GetChannelID(
395 store.GetChannelID(
channel_id_store.h 74 // GetChannelID may return the result synchronously through the
77 // result cannot be returned synchronously, GetChannelID will
80 virtual int GetChannelID(
channel_id_service.h 127 // GetChannelID is pending, and a new GetOrCreateDomainBoundCert
128 // request arrives for the same domain, the GetChannelID request will
134 int GetChannelID(
153 // GetChannelID(). After a request is canceled, its completion
default_channel_id_store.h 47 virtual int GetChannelID(
channel_id_service_unittest.cc 59 virtual int GetChannelID(const std::string& server_identifier,
86 int MockChannelIDStoreWithAsyncGet::GetChannelID(
160 error = service_->GetChannelID(
203 error = service_->GetChannelID(
320 error = service_->GetChannelID(
632 error = service_->GetChannelID(
699 error = service_->GetChannelID(
734 error = service_->GetChannelID(
default_channel_id_store.cc 67 int err = store->GetChannelID(
232 int DefaultChannelIDStore::GetChannelID(
channel_id_service.cc 45 // outcome of each GetChannelID or GetOrCreateChannelID call.
60 // GetChannelID or GetOrCreateChannelID was called with
460 int ChannelIDService::GetChannelID(
633 int err = channel_id_store_->GetChannelID(
  /external/chromium_org/net/tools/testserver/
testserver.py 337 self.GetChannelID,
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 608 virtual int GetChannelID(const std::string& server_identifier,
637 virtual int GetChannelID(const std::string& server_identifier,
    [all...]

Completed in 369 milliseconds