HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreResult (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/password_manager/
password_form_manager.h 143 bool IgnoreResult(const webkit_glue::PasswordForm& form) const;
password_form_manager.cc 224 if (IgnoreResult(*logins_result[i])) {
323 bool PasswordFormManager::IgnoreResult(const PasswordForm& form) const {
password_form_manager_unittest.cc 59 return p->IgnoreResult(*form);
  /external/chromium/testing/gmock/test/
gmock_link_test.h 60 // IgnoreResult
146 using testing::IgnoreResult;
398 // Tests the linkage of the IgnoreResult action.
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42)));
gmock-actions_test.cc 62 using testing::IgnoreResult;
    [all...]
gmock-spec-builders_test.cc     [all...]
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 23 using testing::IgnoreResult;
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 768 // Implements the IgnoreResult(action) action.
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h 274 // This is used in implementing the IgnoreResult(a) action.
    [all...]

Completed in 418 milliseconds