Searched defs:IgnoreResult (Results 1 - 2 of 2) 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
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc323 if (IgnoreResult(*logins_result[i])) {
446 bool PasswordFormManager::IgnoreResult(const PasswordForm& form) const { function in class:password_manager::PasswordFormManager

Completed in 354 milliseconds