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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h33 class CHROMEOS_EXPORT AsyncMethodCaller { class in namespace:cryptohome
41 virtual ~AsyncMethodCaller() {}
195 // Creates the global AsyncMethodCaller instance.
199 // AsyncMethodCaller such as MockAsyncMethodCaller for testing.
202 static void InitializeForTesting(AsyncMethodCaller* async_method_caller);
204 // Destroys the global AsyncMethodCaller instance if it exists.
207 // Returns a pointer to the global AsyncMethodCaller instance.
209 static AsyncMethodCaller* GetInstance();

Completed in 38 milliseconds