HomeSort by relevance Sort by last modified time
    Searched refs:NewPermanentCallback (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 262 // 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_,
common.h 792 // NewPermanentCallback() instead. You are then responsible for deleting the
957 inline Closure* NewPermanentCallback(void (*function)()) {
969 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) {
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 47 return invalidation::NewPermanentCallback(this, &MockCallback::Run);
75 invalidation::NewPermanentCallback(
chrome_system_resources.cc 141 invalidation::NewPermanentCallback(
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 104 milliseconds