/external/chromium/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 195 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _)) 309 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _)) 412 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _))
|
password_store_x_unittest.cc | 381 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _)) 490 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _)) 662 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _))
|
password_store_mac_unittest.cc | [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op_unittest.cc | 46 ON_CALL(*loader, Load(_))
|
online_attempt_unittest.cc | 46 ON_CALL(*loader, Load(_))
|
signed_settings_unittest.cc | 244 ON_CALL(*loader, Load(_))
|
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker_unittest.cc | 50 ON_CALL(*this, OnUnpackSuccess(_, _, _))
|
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model_unittest.cc | 29 ON_CALL(*this, OnItemsRemoved(_, _))
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.cc | 36 ON_CALL(*this, RequestNudge(_)).WillByDefault(
|
/external/chromium/testing/gmock/test/ |
gmock-actions_test.cc | 668 // DefaultValue<T>::Set() when it's not overriden by an ON_CALL(). 678 // Tests that DoDefault() does the action specified by ON_CALL(). 681 ON_CALL(mock, IntFunc(_)) 688 // Tests that using DoDefault() in ON_CALL() leads to a run-time failure. 692 ON_CALL(mock, IntFunc(_)) 694 }, "DoDefault() cannot be used in ON_CALL()"); [all...] |
gmock-matchers_test.cc | [all...] |
/external/chromium/chrome/common/extensions/ |
extension_localization_peer_unittest.cc | 42 ON_CALL(*this, Send(_))
|
/external/qemu/target-arm/ |
translate-android.h | 184 /* Adds "on_call" callback into generated intermediate code. */
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 363 The first argument to ON_CALL() and EXPECT_CALL() must be a mock *object*, 529 The closing parenthesis of ON_CALL or EXPECT_CALL should be *before*
|