Searched refs:GetChannelID (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/renderer_host/test/
H A Dno_transport_image_transport_factory_android.cc32 uint32 NoTransportImageTransportFactoryAndroid::GetChannelID() { function in class:content::NoTransportImageTransportFactoryAndroid
H A Dno_transport_image_transport_factory_android.h31 virtual uint32 GetChannelID() OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.h45 virtual uint32 GetChannelID() = 0;
H A Dimage_transport_factory_android.cc42 virtual uint32 GetChannelID() OVERRIDE {
H A Drender_widget_host_view_android.cc1388 ImageTransportFactoryAndroid::GetInstance()->GetChannelID();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_property_provider.h35 void GetChannelID(Profile* profile,
H A Dmessage_property_provider.cc27 void MessagePropertyProvider::GetChannelID(Profile* profile, function in class:extensions::MessagePropertyProvider
46 // ChannelIDService::GetChannelID to the callback provided to
47 // MessagePropertyProvider::GetChannelID.
70 int status = channel_id_service->GetChannelID(
H A Dmessage_service.cc322 property_provider_.GetChannelID(
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store_unittest.cc166 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(
H A Dchannel_id_store.h74 // GetChannelID may return the result synchronously through the
77 // result cannot be returned synchronously, GetChannelID will
80 virtual int GetChannelID(
H A Dchannel_id_service.h127 // 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
H A Dchannel_id_service_unittest.cc59 virtual int GetChannelID(const std::string& server_identifier,
86 int MockChannelIDStoreWithAsyncGet::GetChannelID( function in class:net::__anon9617::MockChannelIDStoreWithAsyncGet
160 error = service_->GetChannelID(
203 error = service_->GetChannelID(
320 error = service_->GetChannelID(
632 error = service_->GetChannelID(
699 error = service_->GetChannelID(
734 error = service_->GetChannelID(
H A Ddefault_channel_id_store.h47 virtual int GetChannelID(
H A Ddefault_channel_id_store.cc67 int err = store->GetChannelID(
232 int DefaultChannelIDStore::GetChannelID( function in class:net::DefaultChannelIDStore
H A Dchannel_id_service.cc45 // outcome of each GetChannelID or GetOrCreateChannelID call.
60 // GetChannelID or GetOrCreateChannelID was called with
460 int ChannelIDService::GetChannelID( function in class:net::ChannelIDService
633 int err = channel_id_store_->GetChannelID(
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py337 self.GetChannelID,
1483 def GetChannelID(self): member in class:TestPageHandler
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc608 virtual int GetChannelID(const std::string& server_identifier,
637 virtual int GetChannelID(const std::string& server_identifier,

Completed in 619 milliseconds