Home
last modified time | relevance | path

Searched refs:completeWithSession (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebContentDecryptionModuleResult.cpp18 void WebContentDecryptionModuleResult::completeWithSession(SessionStatus status) in completeWithSession() function in blink::WebContentDecryptionModuleResult
20 m_impl->completeWithSession(status); in completeWithSession()
/external/chromium_org/third_party/WebKit/Source/platform/
DContentDecryptionModuleResult.h24 virtual void completeWithSession(blink::WebContentDecryptionModuleResult::SessionStatus) = 0;
/external/chromium_org/third_party/WebKit/public/platform/
DWebContentDecryptionModuleResult.h55 BLINK_PLATFORM_EXPORT void completeWithSession(SessionStatus);