Searched defs:NewPermanentCallback (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
| D | callback.h | 46 inline Closure* NewPermanentCallback(void (*fn)()) { in NewPermanentCallback() function 51 Closure* NewPermanentCallback( in NewPermanentCallback() function 57 ::base::Callback<void(Arg1)>* NewPermanentCallback( in NewPermanentCallback() function 64 Closure* NewPermanentCallback( in NewPermanentCallback() function 73 Closure* NewPermanentCallback( in NewPermanentCallback() function 81 Closure* NewPermanentCallback( in NewPermanentCallback() function 91 ::base::Callback<void(Arg2)>* NewPermanentCallback( in NewPermanentCallback() function 100 Closure* NewPermanentCallback( in NewPermanentCallback() function 112 Closure* NewPermanentCallback( in NewPermanentCallback() function 126 Closure* NewPermanentCallback( in NewPermanentCallback() function
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| D | callback.h | 72 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() function 79 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() function
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | common.h | 957 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_org/third_party/protobuf/src/google/protobuf/stubs/ |
| D | common.h | 1022 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function 1034 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function 1047 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function 1061 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function 1076 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function 1092 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
|