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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h32 class CHROMEOS_EXPORT AsyncMethodCaller { class in namespace:cryptohome
40 virtual ~AsyncMethodCaller() {}
173 // Creates the global AsyncMethodCaller instance.
177 // AsyncMethodCaller such as MockAsyncMethodCaller for testing.
180 static void InitializeForTesting(AsyncMethodCaller* async_method_caller);
182 // Destroys the global AsyncMethodCaller instance if it exists.
185 // Returns a pointer to the global AsyncMethodCaller instance.
187 static AsyncMethodCaller* GetInstance();

Completed in 96 milliseconds