HomeSort by relevance Sort by last modified time
    Searched defs:WebRTCIdentityStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/media/
webrtc_identity_store.h 36 class CONTENT_EXPORT WebRTCIdentityStore
37 : public base::RefCountedThreadSafe<WebRTCIdentityStore> {
45 WebRTCIdentityStore(const base::FilePath& path,
57 // opaque to WebRTCIdentityStore and remains private to the caller, i.e. not
80 virtual ~WebRTCIdentityStore();
83 friend class base::RefCountedThreadSafe<WebRTCIdentityStore>;
114 DISALLOW_COPY_AND_ASSIGN(WebRTCIdentityStore);
webrtc_identity_store.cc 71 // The class represents an identity request internal to WebRTCIdentityStore.
93 friend class WebRTCIdentityStore;
96 const WebRTCIdentityStore::CompletionCallback& callback) {
118 WebRTCIdentityStore::CompletionCallback> CallbackMap;
129 WebRTCIdentityStore* store,
130 const WebRTCIdentityStore::CompletionCallback& callback)
134 friend class WebRTCIdentityStore;
166 WebRTCIdentityStore* store_;
168 WebRTCIdentityStore::CompletionCallback callback_;
173 WebRTCIdentityStore::WebRTCIdentityStore(const base::FilePath& path
    [all...]

Completed in 292 milliseconds