OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_async_method_caller
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chromeos/cryptohome/
async_method_caller.cc
20
AsyncMethodCaller*
g_async_method_caller
= NULL;
member in namespace:cryptohome::__anon7172
347
if (
g_async_method_caller
) {
351
g_async_method_caller
= new AsyncMethodCallerImpl();
358
if (
g_async_method_caller
) {
362
g_async_method_caller
= async_method_caller;
368
if (!
g_async_method_caller
) {
372
delete
g_async_method_caller
;
373
g_async_method_caller
= NULL;
379
return
g_async_method_caller
;
Completed in 124 milliseconds