OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:completeWithSession
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebContentDecryptionModuleResult.cpp
18
void WebContentDecryptionModuleResult::
completeWithSession
(SessionStatus status)
20
m_impl->
completeWithSession
(status);
/external/chromium_org/third_party/WebKit/Source/platform/
ContentDecryptionModuleResult.h
22
virtual void
completeWithSession
(WebContentDecryptionModuleResult::SessionStatus) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.h
24
// exception.
completeWithSession
() is not expected to be called, and will
33
virtual void
completeWithSession
(WebContentDecryptionModuleResult::SessionStatus) OVERRIDE;
SimpleContentDecryptionModuleResult.cpp
59
void SimpleContentDecryptionModuleResult::
completeWithSession
(WebContentDecryptionModuleResult::SessionStatus status)
MediaKeySession.cpp
146
//
completeWithSession
() will resolve the promise with void, while
170
virtual void
completeWithSession
(WebContentDecryptionModuleResult::SessionStatus status) OVERRIDE
HTMLMediaElementEncryptedMedia.cpp
91
virtual void
completeWithSession
(blink::WebContentDecryptionModuleResult::SessionStatus status) OVERRIDE
/external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleResult.h
52
BLINK_PLATFORM_EXPORT void
completeWithSession
(SessionStatus);
/external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc
36
web_cdm_result_.
completeWithSession
(status);
Completed in 75 milliseconds