Searched defs:IgnoreResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
34 // IgnoreResult() is used to adapt a function or Callback with a return type to
94 // EXAMPLE OF IgnoreResult():
99 // Callback<void(int)> cb = Bind(IgnoreResult(&DoSomething));
103 // ml->PostTask(FROM_HERE, Bind(IgnoreResult(&DoSomething), 1);
525 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { function in namespace:base
531 IgnoreResult(const Callback<T>& data) { function in namespace:base

Completed in 117 milliseconds