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

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc210 struct GenerateKeyState : public BaseState { struct in namespace:content::__anon7555
211 GenerateKeyState(const blink::WebCryptoAlgorithm& algorithm, function in struct:content::__anon7555::GenerateKeyState
400 void DoGenerateKeyReply(scoped_ptr<GenerateKeyState> state) {
411 void DoGenerateKey(scoped_ptr<GenerateKeyState> passed_state) {
412 GenerateKeyState* state = passed_state.get();
636 scoped_ptr<GenerateKeyState> state(
637 new GenerateKeyState(algorithm, extractable, usage_mask, result));

Completed in 794 milliseconds