/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api_prefs_unittest.cc | 305 EXPECT_CALL(observer, OnPreferenceChanged(_)); 306 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)); 313 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0); 314 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)).Times(0); 321 EXPECT_CALL(observer, OnPreferenceChanged(_)); 322 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)); 328 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0); 329 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)); 336 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0); 337 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)) [all...] |
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator_unittest.cc | 163 EXPECT_CALL(mobile_activator_, SignalCellularPlanPayment()); 164 EXPECT_CALL(mobile_activator_, 168 EXPECT_CALL(mobile_activator_, 211 EXPECT_CALL(mobile_activator_, RequestCellularActivation(_, _, _)) 214 EXPECT_CALL(mobile_activator_, StartOTASPTimer()) 223 EXPECT_CALL(mobile_activator_, RequestCellularActivation(_, _, _)) 227 EXPECT_CALL(mobile_activator_, ChangeState( 232 EXPECT_CALL(mobile_activator_, ChangeState( 266 EXPECT_CALL(mobile_activator_, HasRecentCellularPlanPayment()) 268 EXPECT_CALL(mobile_activator_ [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
gaia_web_auth_flow_unittest.cc | 109 EXPECT_CALL(delegate_, OnGaiaFlowFailure( 119 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "")); 126 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "3600")); 134 EXPECT_CALL(delegate_, 148 EXPECT_CALL(delegate_, OnGaiaFlowFailure( 172 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "")); 179 EXPECT_CALL( 191 EXPECT_CALL( 223 EXPECT_CALL( 235 EXPECT_CALL( [all...] |
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_invalidation_handler_unittest.cc | 66 EXPECT_CALL(service_, RegisterInvalidationHandler(NotNull())) 73 EXPECT_CALL(service_, UnregisterInvalidationHandler(handler_.get())); 95 EXPECT_CALL(service_, 98 EXPECT_CALL(service_, 121 EXPECT_CALL(delegate_, 123 EXPECT_CALL(delegate_, 176 EXPECT_CALL(delegate_, OnMessage("dddddddddddddddddddddddddddddddd", 0, "5")); 183 EXPECT_CALL(delegate_, OnMessage("dddddddddddddddddddddddddddddddd", 0, "")); 195 EXPECT_CALL(delegate_, OnMessage("dddddddddddddddddddddddddddddddd", 0, "6")); 202 EXPECT_CALL(delegate_, OnMessage("dddddddddddddddddddddddddddddddd", 3, "1")) [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator_unittest.cc | 236 EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0)); 237 EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly( 239 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1)); 240 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); 248 EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0)); 249 EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(Return(entry.get())); 250 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1)); 251 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); 259 EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0)); 260 EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(Return(entry.get())) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
media_galleries_dialog_gtk_unittest.cc | 67 EXPECT_CALL(controller, AttachedPermissions()). 72 EXPECT_CALL(controller, UnattachedPermissions()). 95 EXPECT_CALL(controller, AttachedPermissions()). 100 EXPECT_CALL(controller, UnattachedPermissions()). 110 EXPECT_CALL(controller, DidToggleGalleryId(1, false)); 113 EXPECT_CALL(controller, DidToggleGalleryId(1, true)); 123 EXPECT_CALL(controller, AttachedPermissions()). 128 EXPECT_CALL(controller, UnattachedPermissions()). 157 EXPECT_CALL(controller, AttachedPermissions()). 162 EXPECT_CALL(controller, UnattachedPermissions()) [all...] |
/external/chromium_org/chromeos/disks/ |
mock_disk_mount_manager.cc | 155 EXPECT_CALL(*this, AddObserver(_)) 157 EXPECT_CALL(*this, RemoveObserver(_)) 159 EXPECT_CALL(*this, disks()) 161 EXPECT_CALL(*this, mount_points()) 163 EXPECT_CALL(*this, FindDiskBySourcePath(_)) 165 EXPECT_CALL(*this, RequestMountInfoRefresh()) 167 EXPECT_CALL(*this, MountPath(_, _, _, _)) 169 EXPECT_CALL(*this, UnmountPath(_, _, _)) 171 EXPECT_CALL(*this, FormatMountedDevice(_)) 173 EXPECT_CALL(*this, UnmountDeviceRecursively(_, _) [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
device_management_service_unittest.cc | 208 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 209 EXPECT_CALL(*this, OnJobRetry(_)).Times(0); 219 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 220 EXPECT_CALL(*this, OnJobRetry(_)).Times(0); 231 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 232 EXPECT_CALL(*this, OnJobRetry(_)).Times(0); 242 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 243 EXPECT_CALL(*this, OnJobRetry(_)).Times(0); 253 EXPECT_CALL(*this, OnJobDone(GetParam().expected_status_, _, _)); 254 EXPECT_CALL(*this, OnJobRetry(_)).Times(0) [all...] |
component_cloud_policy_service_unittest.cc | 172 EXPECT_CALL(*client_, FetchPolicy()); 262 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()); 263 EXPECT_CALL(*client_, FetchPolicy()); 277 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()).Times(0); 278 EXPECT_CALL(*client_, FetchPolicy()).Times(0); 284 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()); 285 EXPECT_CALL(*client_, FetchPolicy()); 299 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()).Times(0); 300 EXPECT_CALL(*client_, FetchPolicy()).Times(0); 307 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()) [all...] |
cloud_policy_refresh_scheduler_unittest.cc | 158 EXPECT_CALL(client_, FetchPolicy()).Times(1); 166 EXPECT_CALL(client_, FetchPolicy()).Times(1); 174 EXPECT_CALL(client_, FetchPolicy()).Times(1); 185 EXPECT_CALL(client_, FetchPolicy()).Times(1); 205 EXPECT_CALL(client_, FetchPolicy()).Times(1); 211 EXPECT_CALL(client_, FetchPolicy()).Times(0); 232 EXPECT_CALL(client_, FetchPolicy()).Times(0); 240 EXPECT_CALL(client_, FetchPolicy()).Times(1); 270 EXPECT_CALL(client_, FetchPolicy()).Times(0); 278 EXPECT_CALL(client_, FetchPolicy()).Times(1) [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_ui_proxy_unittest.cc | 104 EXPECT_CALL(delegate_, RequestMediaAccessPermission(SameRequest(request), _)) 113 EXPECT_CALL(response_callback_, OnAccessRequestResponse(_)) 130 EXPECT_CALL(delegate_, RequestMediaAccessPermission(SameRequest(request), _)) 139 EXPECT_CALL(*ui, OnStarted(_)); 143 EXPECT_CALL(response_callback_, OnAccessRequestResponse(_)) 164 EXPECT_CALL(delegate_, RequestMediaAccessPermission(SameRequest(request), _)) 186 EXPECT_CALL(delegate_, RequestMediaAccessPermission(SameRequest(request), _)) 197 EXPECT_CALL(*ui, OnStarted(_)) 202 EXPECT_CALL(response_callback_, OnAccessRequestResponse(_)) 214 EXPECT_CALL(stop_handler, OnStop()) [all...] |
video_capture_controller_unittest.cc | 41 // VideoCaptureControllerEventHandler, to be used in EXPECT_CALL(). 180 EXPECT_CALL(*client_a_, DoEnded(client_a_route_1)).Times(1); 266 EXPECT_CALL(*client_a_, DoBufferCreated(client_a_route_1)).Times(1); 267 EXPECT_CALL(*client_a_, DoBufferReady(client_a_route_1)).Times(1); 271 EXPECT_CALL(*client_b_, DoBufferCreated(client_b_route_1)).Times(1); 272 EXPECT_CALL(*client_b_, DoBufferReady(client_b_route_1)).Times(1); 276 EXPECT_CALL(*client_a_, DoBufferCreated(client_a_route_2)).Times(1); 277 EXPECT_CALL(*client_a_, DoBufferReady(client_a_route_2)).Times(1); 305 EXPECT_CALL(*client_a_, DoBufferReady(client_a_route_1)).Times(1); 306 EXPECT_CALL(*client_b_, DoBufferReady(client_b_route_1)).Times(1) [all...] |
/external/chromium_org/content/browser/ |
startup_task_runner_unittest.cc | 121 EXPECT_CALL(mock_runner, PostDelayedTask(_, _, _)).Times(0); 122 EXPECT_CALL(mock_runner, PostNonNestableDelayedTask(_, _, _)).Times(0); 159 EXPECT_CALL(mock_runner, PostDelayedTask(_, _, _)).Times(0); 160 EXPECT_CALL(mock_runner, PostNonNestableDelayedTask(_, _, _)).Times(0); 194 EXPECT_CALL(mock_runner, PostDelayedTask(_, _, _)).Times(0); 195 EXPECT_CALL(mock_runner, PostNonNestableDelayedTask(_, _, _)).Times(0); 232 EXPECT_CALL(mock_runner, PostDelayedTask(_, _, _)).Times(0); 233 EXPECT_CALL( 279 EXPECT_CALL(mock_runner, PostDelayedTask(_, _, _)).Times(0); 280 EXPECT_CALL( [all...] |
/external/chromium_org/remoting/protocol/ |
message_reader_unittest.cc | 115 EXPECT_CALL(callback_, OnMessage(_)) 140 EXPECT_CALL(callback_, OnMessage(_)) 159 EXPECT_CALL(callback_, OnMessage(_)) 196 EXPECT_CALL(callback_, OnMessage(_)) 224 EXPECT_CALL(callback_, OnMessage(_)) 241 EXPECT_CALL(callback_, OnMessage(_)) 263 EXPECT_CALL(callback_, OnMessage(_)) 287 EXPECT_CALL(callback_, OnMessage(_)) 297 EXPECT_CALL(callback_, OnMessage(_)) 317 EXPECT_CALL(callback_, OnMessage(_) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
ssl_client_certificate_selector_browsertest.cc | 286 EXPECT_CALL(*auth_requestor_, CertificateSelected(NULL)); 293 EXPECT_CALL(*auth_requestor_, CertificateSelected(NULL)); 304 EXPECT_CALL(*auth_requestor_, CertificateSelected(mit_davidben_cert_.get())); 318 EXPECT_CALL(*auth_requestor_1_, CertificateSelected(NULL)); 319 EXPECT_CALL(*auth_requestor_2_, CertificateSelected(NULL)); 330 EXPECT_CALL(*auth_requestor_, CertificateSelected(NULL)); 339 EXPECT_CALL(*auth_requestor_1_, 341 EXPECT_CALL(*auth_requestor_2_, 360 EXPECT_CALL(*auth_requestor_, CertificateSelected(NULL)); 366 EXPECT_CALL(*auth_requestor_1_, CertificateSelected(NULL)) [all...] |
/external/chromium_org/net/http/ |
http_pipelined_host_pool_unittest.cc | 88 EXPECT_CALL(*host, CreateStreamOnNewPipeline(connection, 105 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key), _, 133 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 143 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 152 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 163 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 174 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 183 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 197 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _, 207 EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key_), _ [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_1_autogen.h | 16 EXPECT_CALL(*gl_, AttachShader(kServiceProgramId, kServiceShaderId)); 28 EXPECT_CALL(*gl_, BindBuffer(GL_ARRAY_BUFFER, kServiceBufferId)); 37 EXPECT_CALL(*gl_, BindBuffer(GL_ARRAY_BUFFER, kNewServiceId)); 38 EXPECT_CALL(*gl_, GenBuffersARB(1, _)) 49 EXPECT_CALL(*gl_, BindBuffer(_, _)).Times(0); 58 EXPECT_CALL(*gl_, BindFramebufferEXT(GL_FRAMEBUFFER, kServiceFramebufferId)); 67 EXPECT_CALL(*gl_, BindFramebufferEXT(GL_FRAMEBUFFER, kNewServiceId)); 68 EXPECT_CALL(*gl_, GenFramebuffersEXT(1, _)) 79 EXPECT_CALL(*gl_, BindFramebufferEXT(_, _)).Times(0); 88 EXPECT_CALL(*gl_, BindFramebufferEXT(_, _)).Times(0) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimationsTest.cpp | [all...] |
/external/chromium_org/chrome_frame/test/ |
url_request_test.cc | 86 EXPECT_CALL(mock, OnResponseStarted(1, testing::_, testing::_, testing::_, 94 EXPECT_CALL(mock, OnReadComplete(1, testing::Property(&std::string::size, 100 EXPECT_CALL(mock, OnResponseEnd(1, testing::_)) 134 EXPECT_CALL(mock, OnResponseStarted(1, testing::_, testing::_, testing::_, 142 EXPECT_CALL(mock, OnReadComplete(1, testing::_)).Times(0); 144 EXPECT_CALL(mock, OnResponseEnd(1, testing::_)) 177 EXPECT_CALL(mock, OnResponseStarted(1, testing::_, 184 EXPECT_CALL(mock, OnResponseEnd(1, testing::Property( 216 EXPECT_CALL(mock, OnResponseStarted(1, testing::_, testing::_, testing::_, 227 EXPECT_CALL(mock, OnResponseEnd(1, testing::_)).Times(0) [all...] |
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_host_tcp_unittest.cc | 29 EXPECT_CALL(sender_, Send( 90 EXPECT_CALL(sender_, Send( 121 EXPECT_CALL(sender_, Send( 146 EXPECT_CALL(sender_, Send(MatchPacketMessage(packet1))) 148 EXPECT_CALL(sender_, Send(MatchPacketMessage(packet2))) 150 EXPECT_CALL(sender_, Send(MatchPacketMessage(packet3))) 168 EXPECT_CALL(sender_, Send( 190 EXPECT_CALL(sender_, Send( 193 EXPECT_CALL(sender_, Send(MatchPacketMessage(request_packet))) 215 EXPECT_CALL(sender_, Send [all...] |
/external/chromium/chrome/browser/chromeos/ |
customization_document_unittest.cc | 120 EXPECT_CALL(mock_system_access, GetMachineStatistic(_, NotNull())) 122 EXPECT_CALL(mock_system_access, 150 EXPECT_CALL(mock_system_access, 154 EXPECT_CALL(mock_system_access, 158 EXPECT_CALL(mock_system_access, 162 EXPECT_CALL(mock_system_access,
|
/external/chromium/chrome/browser/policy/ |
device_management_service_browsertest.cc | 101 EXPECT_CALL(delegate, HandleRegisterResponse(_)) 114 EXPECT_CALL(delegate, HandlePolicyResponse(_)) 130 EXPECT_CALL(delegate, HandleUnregisterResponse(_)) 152 EXPECT_CALL(delegate, HandleRegisterResponse(_)) 165 EXPECT_CALL(delegate, HandlePolicyResponse(_)) 178 EXPECT_CALL(delegate, HandleUnregisterResponse(_))
|
/external/chromium/testing/gmock/test/ |
gmock-nice-strict_test.cc | 160 EXPECT_CALL(nice_foo, DoThis()); 168 EXPECT_CALL(nice_foo, DoThis()).Times(0); 204 EXPECT_CALL(nice, DoThis()); 213 EXPECT_CALL(strict_foo, DoThis()); 221 EXPECT_CALL(strict_foo, DoThis()).Times(0); 278 EXPECT_CALL(strict, DoThis());
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_api_unittest.cc | 307 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_IDLE)); 325 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_LOCKED)); 336 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_IDLE)); 341 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_ACTIVE)); 352 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_IDLE)); 357 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_LOCKED)); 368 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_LOCKED)); 373 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_ACTIVE)); 383 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_LOCKED)); 388 EXPECT_CALL(*event_delegate_, OnStateChanged("test", IDLE_STATE_IDLE)) [all...] |
/external/chromium_org/chrome/browser/sync/ |
sync_global_error_unittest.cc | 106 EXPECT_CALL(*service, HasSyncSetupCompleted()) 110 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error)); 138 EXPECT_CALL(*static_cast<BrowserMock*>(browser), 173 EXPECT_CALL(service, QueryDetailedSyncStatus(_)) 176 EXPECT_CALL(service, IsPassphraseRequired()) 178 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
|