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

/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dcallback.h46 inline Closure* NewPermanentCallback(void (*fn)()) { function in namespace:invalidation
51 Closure* NewPermanentCallback( function in namespace:invalidation
57 ::base::Callback<void(Arg1)>* NewPermanentCallback( function in namespace:invalidation
64 Closure* NewPermanentCallback( function in namespace:invalidation
73 Closure* NewPermanentCallback( function in namespace:invalidation
81 Closure* NewPermanentCallback( function in namespace:invalidation
91 ::base::Callback<void(Arg2)>* NewPermanentCallback( function in namespace:invalidation
100 Closure* NewPermanentCallback( function in namespace:invalidation
112 Closure* NewPermanentCallback( function in namespace:invalidation
126 Closure* NewPermanentCallback(
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc268 // Repeat all of the above with NewPermanentCallback()
271 Closure* closure = NewPermanentCallback(&SetA123Function);
282 Closure* closure = NewPermanentCallback(current_instance_,
294 Closure* closure = NewPermanentCallback(&SetAFunction, 456);
305 Closure* closure = NewPermanentCallback(current_instance_,
318 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr);
334 Closure* closure = NewPermanentCallback(current_instance_,
350 permanent_closure_ = NewPermanentCallback((ClosureTest*) this,
H A Dcommon.h851 // NewPermanentCallback() instead. You are then responsible for deleting the
1022 inline Closure* NewPermanentCallback(void (*function)()) { function in namespace:google::protobuf
1034 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { function in namespace:google::protobuf
1047 inline Closure* NewPermanentCallback(void (*function)(Arg1), function in namespace:google::protobuf
1061 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), function in namespace:google::protobuf
1076 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), function in namespace:google::protobuf
1092 inline Closure* NewPermanentCallback( function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc262 // Repeat all of the above with NewPermanentCallback()
265 Closure* closure = NewPermanentCallback(&SetA123Function);
276 Closure* closure = NewPermanentCallback(current_instance_,
288 Closure* closure = NewPermanentCallback(&SetAFunction, 456);
299 Closure* closure = NewPermanentCallback(current_instance_,
312 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr);
328 Closure* closure = NewPermanentCallback(current_instance_,
H A Dcommon.h792 // NewPermanentCallback() instead. You are then responsible for deleting the
957 inline Closure* NewPermanentCallback(void (*function)()) { function in namespace:google::protobuf
969 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { function in namespace:google::protobuf
982 inline Closure* NewPermanentCallback(void (*function)(Arg1), function in namespace:google::protobuf
996 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), function in namespace:google::protobuf
1011 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), function in namespace:google::protobuf
1027 inline Closure* NewPermanentCallback( function in namespace:google::protobuf
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dcallback.h72 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( function in namespace:i18n::phonenumbers
79 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( function in namespace:i18n::phonenumbers
H A Dphonenumbermatcher.cc495 NewPermanentCallback(&AllNumberGroupsRemainGrouped);
510 NewPermanentCallback(
/external/chromium_org/components/invalidation/
H A Dpush_client_channel_unittest.cc27 invalidation::NewPermanentCallback(
H A Dsync_system_resources.cc236 invalidation::NewPermanentCallback(
H A Dsync_system_resources_unittest.cc215 invalidation::NewPermanentCallback(
H A Dgcm_network_channel_unittest.cc143 invalidation::NewPermanentCallback(
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1130 done_(NewPermanentCallback(&DoNothing)) {}
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1006 done_(NewPermanentCallback(&DoNothing)) {}

Completed in 696 milliseconds