Searched defs:NewPermanentCallback (Results 1 - 4 of 4) 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/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
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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.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

Completed in 187 milliseconds