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

/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.h143 bool IgnoreResult(const webkit_glue::PasswordForm& form) const;
H A Dpassword_form_manager.cc224 if (IgnoreResult(*logins_result[i])) {
323 bool PasswordFormManager::IgnoreResult(const PasswordForm& form) const { function in class:PasswordFormManager
H A Dpassword_form_manager_unittest.cc59 return p->IgnoreResult(*form);
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp37 bool IgnoreResult; member in class:__anon3144::AggExprEmitter
64 IgnoreResult(ignore) {
261 (IgnoreResult && Ignore))
1171 bool IgnoreResult) {
1180 AggExprEmitter(*this, Slot, IgnoreResult).Visit(const_cast<Expr*>(E));
1170 EmitAggExpr(const Expr *E, AggValueSlot Slot, bool IgnoreResult) argument
H A DCGExpr.cpp112 bool IgnoreResult) {
114 return RValue::get(EmitScalarExpr(E, IgnoreResult));
116 return RValue::getComplex(EmitComplexExpr(E, IgnoreResult, IgnoreResult));
118 EmitAggExpr(E, AggSlot, IgnoreResult);
111 EmitAnyExpr(const Expr *E, AggValueSlot AggSlot, bool IgnoreResult) argument
H A DCodeGenFunction.h1617 /// \param IgnoreResult - True if the resulting value isn't used.
1620 bool IgnoreResult = false);
2362 void EmitAggExpr(const Expr *E, AggValueSlot AS, bool IgnoreResult = false);
/external/chromium/testing/gmock/test/
H A Dgmock_link_test.h60 // IgnoreResult
146 using testing::IgnoreResult;
398 // Tests the linkage of the IgnoreResult action.
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42)));
H A Dgmock-actions_test.cc62 using testing::IgnoreResult;
1138 // Tests using IgnoreResult() on a polymorphic action.
1140 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT
1144 // Tests using IgnoreResult() on a monomorphic action.
1153 Action<void()> a = IgnoreResult(Invoke(ReturnOne));
1158 // Tests using IgnoreResult() on an action that returns a class type.
1167 Action<void(int)> a = IgnoreResult(Invoke(ReturnMyClass)); // NOLINT
H A Dgmock-spec-builders_test.cc2451 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c,
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service_unittest.cc23 using testing::IgnoreResult;
/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 339 milliseconds