Searched refs:copyWebCryptoMasterKey (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContextClient.cpp61 PassRefPtr<API::Data> WebContextClient::copyWebCryptoMasterKey(WebContext* context) function in class:WebKit::WebContextClient
63 if (!m_client.copyWebCryptoMasterKey)
66 return adoptRef(toImpl(m_client.copyWebCryptoMasterKey(toAPI(context), m_client.base.clientInfo)));
H A DWebContextClient.h50 PassRefPtr<API::Data> copyWebCryptoMasterKey(WebContext*);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContext.h75 WKContextCopyWebCryptoMasterKeyCallback copyWebCryptoMasterKey; member in struct:WKContextClientV1
H A DWKPage.cpp1016 return page.process().context().client().copyWebCryptoMasterKey(&page.process().context());

Completed in 122 milliseconds