Home
last modified time | relevance | path

Searched refs:NewPermanentCallback (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc265 Closure* closure = NewPermanentCallback(&SetA123Function); in TEST_F()
276 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
288 Closure* closure = NewPermanentCallback(&SetAFunction, 456); in TEST_F()
299 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
312 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr); in TEST_F()
328 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F()
Dcommon.h957 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function
969 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function
982 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function
996 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function
1011 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function
1027 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
/external/chromium/chrome/browser/sync/notifier/
Dchrome_invalidation_client_unittest.cc47 return invalidation::NewPermanentCallback(this, &MockCallback::Run); in MakeClosure()
75 invalidation::NewPermanentCallback( in SimulateInformOutboundListener()
Dchrome_system_resources.cc141 invalidation::NewPermanentCallback( in WriteState()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1006 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()