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

  /external/chromium_org/content/renderer/media/
webrtc_identity_service.cc 13 WebRTCIdentityService::RequestInfo::RequestInfo(
27 WebRTCIdentityService::RequestInfo::~RequestInfo() {}
29 WebRTCIdentityService::WebRTCIdentityService() : next_request_id_(1) {
35 WebRTCIdentityService::~WebRTCIdentityService() {
46 int WebRTCIdentityService::RequestIdentity(
68 void WebRTCIdentityService::CancelRequest(int request_id) {
83 bool WebRTCIdentityService::Send(IPC::Message* message) {
88 bool WebRTCIdentityService::OnControlMessageReceived
    [all...]
webrtc_identity_service.h 22 class CONTENT_EXPORT WebRTCIdentityService : public RenderProcessObserver {
30 WebRTCIdentityService();
31 virtual ~WebRTCIdentityService();
93 DISALLOW_COPY_AND_ASSIGN(WebRTCIdentityService);
webrtc_identity_service_unittest.cc 23 class WebRTCIdentityServiceForTest : public WebRTCIdentityService {
32 return WebRTCIdentityService::OnControlMessageReceived(message);
  /external/chromium_org/content/renderer/
render_thread_impl.h 103 class WebRTCIdentityService;
333 WebRTCIdentityService* get_webrtc_identity_service() {
565 scoped_ptr<WebRTCIdentityService> webrtc_identity_service_;
render_thread_impl.cc 385 webrtc_identity_service_.reset(new WebRTCIdentityService());
    [all...]

Completed in 62 milliseconds