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

/external/chromium_org/components/gcm_driver/
H A Dgcm_driver_desktop_unittest.cc163 base::Closure async_operation_completed_callback_; member in class:gcm::GCMDriverTest
288 async_operation_completed_callback_ = run_loop.QuitClosure();
302 async_operation_completed_callback_ = run_loop.QuitClosure();
315 async_operation_completed_callback_ = run_loop.QuitClosure();
325 async_operation_completed_callback_ = run_loop.QuitClosure();
333 if (!async_operation_completed_callback_.is_null())
334 async_operation_completed_callback_.Run();
341 if (!async_operation_completed_callback_.is_null())
342 async_operation_completed_callback_.Run();
347 if (!async_operation_completed_callback_
[all...]

Completed in 235 milliseconds