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

/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.cc224 if (IgnoreResult(*logins_result[i])) {
323 bool PasswordFormManager::IgnoreResult(const PasswordForm& form) const { function in class:PasswordFormManager
/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/chrome/browser/password_manager/
H A Dpassword_form_manager.cc284 if (IgnoreResult(*logins_result[i])) {
412 bool PasswordFormManager::IgnoreResult(const PasswordForm& form) const { function in class:PasswordFormManager
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h768 // Implements the IgnoreResult(action) action.
1058 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing

Completed in 148 milliseconds