/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_mock.cc | 12 ON_CALL(*this, GetCommandName(testing::_)) 14 ON_CALL(*this, MakeCurrent())
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_device.cc | 21 ON_CALL(*this, GetBluetoothClass()) 23 ON_CALL(*this, GetDeviceName()) 25 ON_CALL(*this, GetAddress()) 27 ON_CALL(*this, IsPaired()) 29 ON_CALL(*this, IsConnected()) 31 ON_CALL(*this, IsConnectable()) 33 ON_CALL(*this, IsConnecting()) 35 ON_CALL(*this, GetName()) 37 ON_CALL(*this, ExpectingPinCode()) 39 ON_CALL(*this, ExpectingPasskey() [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
command_buffer_mock.cc | 10 ON_CALL(*this, GetTransferBuffer(testing::_))
|
/external/chromium_org/chromeos/cryptohome/ |
mock_async_method_caller.cc | 29 ON_CALL(*this, AsyncCheckKey(_, _, _)) 32 ON_CALL(*this, AsyncMigrateKey(_, _, _, _)) 35 ON_CALL(*this, AsyncMount(_, _, _, _)) 38 ON_CALL(*this, AsyncAddKey(_, _, _, _)) 41 ON_CALL(*this, AsyncMountGuest(_)) 44 ON_CALL(*this, AsyncRemove(_, _)) 47 ON_CALL(*this, AsyncTpmAttestationCreateEnrollRequest(_)) 51 ON_CALL(*this, AsyncTpmAttestationEnroll(_, _)) 54 ON_CALL(*this, AsyncTpmAttestationCreateCertRequest(_, _, _, _)) 58 ON_CALL(*this, AsyncTpmAttestationFinishCertRequest(_, _, _, _, _) [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
mock_login_utils.cc | 20 ON_CALL(*this, DoBrowserLaunch(_, _)) 22 ON_CALL(*this, PrepareProfile(_, _, _, _, _)) 24 ON_CALL(*this, CreateAuthenticator(_))
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_mock.cc | 16 ON_CALL(*this, ConfigureDataTypes(testing::_, testing::_, testing::_)).
|
data_type_manager_mock.cc | 16 ON_CALL(*this, Configure(testing::_)).
|
/external/chromium_org/media/video/ |
mock_video_decode_accelerator.cc | 13 ON_CALL(*this, Destroy())
|
/external/chromium_org/chromeos/dbus/ |
mock_cryptohome_client.cc | 28 ON_CALL(*this, IsMounted(_)) 30 ON_CALL(*this, InstallAttributesIsReady(_))
|
/external/chromium_org/chrome/browser/sync_file_system/ |
mock_remote_file_sync_service.cc | 25 ON_CALL(*this, AddServiceObserver(_)) 27 ON_CALL(*this, AddFileStatusObserver(_)) 29 ON_CALL(*this, RegisterOrigin(_, _)) 31 ON_CALL(*this, UninstallOrigin(_, _, _)) 34 ON_CALL(*this, ProcessRemoteChange(_)) 36 ON_CALL(*this, GetLocalChangeProcessor()) 38 ON_CALL(*this, IsConflicting(_)) 40 ON_CALL(*this, GetCurrentState()) 42 ON_CALL(*this, SetConflictResolutionPolicy(_)) 44 ON_CALL(*this, GetConflictResolutionPolicy() [all...] |
mock_local_change_processor.cc | 21 ON_CALL(*this, ApplyLocalChange(_, _, _, _, _))
|
/external/chromium_org/content/renderer/media/ |
mock_web_rtc_peer_connection_handler_client.cc | 18 ON_CALL(*this, didGenerateICECandidate(_)).WillByDefault(testing::Invoke( 21 ON_CALL(*this, didAddRemoteStream(_)).WillByDefault(testing::Invoke( 24 ON_CALL(*this, didRemoveRemoteStream(_)).WillByDefault(testing::Invoke(
|
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_autofill_dialog_view_delegate.cc | 22 // breaking because of this, use ON_CALL instead. 45 ON_CALL(*this, RequestedFieldsForSection(SECTION_CC)) 47 ON_CALL(*this, RequestedFieldsForSection(SECTION_CC_BILLING)) 50 ON_CALL(*this, GetDialogButtons()) 52 ON_CALL(*this, LegalDocumentLinks()).WillByDefault(ReturnRef(range_)); 56 ON_CALL(*this, SectionIsActive(_)).WillByDefault(Return(true)); 57 ON_CALL(*this, SectionIsActive(SECTION_CC_BILLING))
|
/external/chromium/testing/gmock/test/ |
gmock_leak_test_.cc | 75 ON_CALL(*foo, DoThis()).WillByDefault(Return()); 88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
|
gmock_link_test.h | 393 ON_CALL(mock, VoidFromString(_)).WillByDefault(Return()); 474 ON_CALL(mock, VoidFromString(_)).WillByDefault(Return()); 481 ON_CALL(mock, VoidFromString(A<char*>())).WillByDefault(Return()); 489 ON_CALL(mock, VoidFromString(Eq(p))).WillByDefault(Return()); 490 ON_CALL(mock, VoidFromString(const_cast<char*>("y"))) 498 ON_CALL(mock, VoidFromFloat(Lt(1.0f))).WillByDefault(Return()); 499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return()); 500 ON_CALL(mock, VoidFromFloat(Le(1.0f))).WillByDefault(Return()); 501 ON_CALL(mock, VoidFromFloat(Ge(1.0f))).WillByDefault(Return()); 502 ON_CALL(mock, VoidFromFloat(Ne(1.0f))).WillByDefault(Return()) [all...] |
/external/chromium_org/content/browser/download/ |
mock_download_file.cc | 23 ON_CALL(*this, Initialize(_))
|
/external/chromium_org/chromeos/attestation/ |
mock_attestation_flow.cc | 36 ON_CALL(*this, SendEnrollRequest(_, _)) 38 ON_CALL(*this, SendCertificateRequest(_, _))
|
/external/chromium_org/content/browser/geolocation/ |
fake_access_token_store.cc | 20 ON_CALL(*this, LoadAccessTokens(_)) 23 ON_CALL(*this, SaveAccessToken(_, _))
|
/external/chromium/chrome/browser/policy/ |
mock_configuration_policy_store.cc | 13 ON_CALL(*this, Apply(_, _)).WillByDefault(
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_mock.cc | 21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory_mock.cc | 20 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
|
/external/chromium_org/chrome/browser/download/ |
download_shelf_unittest.cc | 77 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false)); 78 ON_CALL(*download_item_, GetMimeType()).WillByDefault(Return("text/plain")); 79 ON_CALL(*download_item_, GetOpenWhenComplete()).WillByDefault(Return(false)); 80 ON_CALL(*download_item_, GetTargetDisposition()) 82 ON_CALL(*download_item_, GetURL()) 84 ON_CALL(*download_item_, GetState()) 86 ON_CALL(*download_item_, IsTemporary()).WillByDefault(Return(false)); 87 ON_CALL(*download_item_, ShouldOpenFileBasedOnExtension()) 89 ON_CALL(*download_item_, GetBrowserContext()) 94 ON_CALL(*download_manager_, GetDownload(_) [all...] |
download_item_model_unittest.cc | 70 ON_CALL(item_, GetReceivedBytes()).WillByDefault(Return(1)); 71 ON_CALL(item_, GetTotalBytes()).WillByDefault(Return(2)); 72 ON_CALL(item_, TimeRemaining(_)).WillByDefault(Return(false)); 73 ON_CALL(item_, GetMimeType()).WillByDefault(Return("text/html")); 74 ON_CALL(item_, AllDataSaved()).WillByDefault(Return(false)); 75 ON_CALL(item_, GetOpenWhenComplete()).WillByDefault(Return(false)); 76 ON_CALL(item_, GetFileExternallyRemoved()).WillByDefault(Return(false)); 77 ON_CALL(item_, GetState()) 79 ON_CALL(item_, GetURL()) 81 ON_CALL(item_, GetFileNameToReportUser() [all...] |
chrome_download_manager_delegate_unittest.cc | 201 ON_CALL(*item, GetBrowserContext()) 203 ON_CALL(*item, GetDangerType()) 205 ON_CALL(*item, GetForcedFilePath()) 207 ON_CALL(*item, GetFullPath()) 209 ON_CALL(*item, GetHash()) 211 ON_CALL(*item, GetId()) 213 ON_CALL(*item, GetLastReason()) 215 ON_CALL(*item, GetReferrerUrl()) 217 ON_CALL(*item, GetState()) 219 ON_CALL(*item, GetTargetFilePath() [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mock_cryptohome_library.h | 28 ON_CALL(*this, AsyncCheckKey(_, _, _)) 31 ON_CALL(*this, AsyncMigrateKey(_, _, _, _)) 34 ON_CALL(*this, AsyncMount(_, _, _, _)) 37 ON_CALL(*this, AsyncMountForBwsi(_)) 40 ON_CALL(*this, AsyncRemove(_, _)) 43 ON_CALL(*this, AsyncDoAutomaticFreeDiskSpaceControl(_))
|