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/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
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp36 bool IgnoreResult; member in class:__anon2819::AggExprEmitter
63 IgnoreResult(ignore) {
228 (IgnoreResult && Ignore))
1045 bool IgnoreResult) {
1054 AggExprEmitter(*this, Slot, IgnoreResult).Visit(const_cast<Expr*>(E));
1044 EmitAggExpr(const Expr *E, AggValueSlot Slot, bool IgnoreResult) argument
H A DCGExpr.cpp110 bool IgnoreResult) {
112 return RValue::get(EmitScalarExpr(E, IgnoreResult));
114 return RValue::getComplex(EmitComplexExpr(E, IgnoreResult, IgnoreResult));
116 EmitAggExpr(E, AggSlot, IgnoreResult);
109 EmitAnyExpr(const Expr *E, AggValueSlot AggSlot, bool IgnoreResult) argument

Completed in 116 milliseconds