Searched defs:WebContentDecryptionModuleSession (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebContentDecryptionModuleSession.h43 class BLINK_PLATFORM_EXPORT WebContentDecryptionModuleSession { class in namespace:blink
63 virtual ~WebContentDecryptionModuleSession();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebContentDecryptionModuleSession.cpp26 #include "public/platform/WebContentDecryptionModuleSession.h"
36 WebContentDecryptionModuleSession::~WebContentDecryptionModuleSession()
40 WebContentDecryptionModuleSession::Client::~Client()
46 void WebContentDecryptionModuleSession::initializeNewSession(const WebString& initDataType, const unsigned char* initData, size_t initDataLength, const WebString& sessionType, WebContentDecryptionModuleResult result)
51 void WebContentDecryptionModuleSession::update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult result)
56 void WebContentDecryptionModuleSession::release(WebContentDecryptionModuleResult result)

Completed in 87 milliseconds