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

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc161 // BaseState is the base class common to all of the async operations, and
170 struct BaseState { struct in namespace:content::__anon7555
171 explicit BaseState(const blink::WebCryptoResult& result) function in struct:content::__anon7555::BaseState
185 // BaseState.
186 ~BaseState() {}
189 struct EncryptState : public BaseState {
195 : BaseState(result),
210 struct GenerateKeyState : public BaseState {
215 : BaseState(result),
234 struct ImportKeyState : public BaseState {
[all...]

Completed in 1148 milliseconds