Searched refs:Times (Results 201 - 225 of 510) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos_browsertest.cc90 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
125 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_provider_android_unittest.cc116 EXPECT_CALL(delegate, RefreshPolicies()).Times(1);
125 EXPECT_CALL(delegate, PolicyProviderShutdown()).Times(1);
H A Dpolicy_service_impl_unittest.cc207 EXPECT_CALL(observer, OnPolicyUpdated(_, _, _)).Times(0);
264 EXPECT_CALL(observer, OnPolicyUpdated(_, _, _)).Times(0);
342 EXPECT_CALL(chrome_observer, OnPolicyUpdated(_, _, _)).Times(0);
451 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
470 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
492 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
503 EXPECT_CALL(provider0_, RefreshPolicies()).Times(AnyNumber());
504 EXPECT_CALL(provider1_, RefreshPolicies()).Times(AnyNumber());
505 EXPECT_CALL(provider2_, RefreshPolicies()).Times(AnyNumber());
507 EXPECT_CALL(*this, OnPolicyRefresh()).Times(
[all...]
/external/chromium_org/media/audio/
H A Dvirtual_audio_output_stream_unittest.cc92 .Times(kCycles);
94 .Times(kCycles);
/external/chromium_org/net/tools/quic/
H A Dquic_client_session_test.cc136 QUIC_INVALID_PACKET_HEADER, _)).Times(1);
145 EXPECT_CALL(*connection_, SendConnectionCloseWithDetails(_, _)).Times(0);
/external/chromium_org/remoting/host/win/
H A Drdp_client_unittest.cc158 .Times(AtMost(1))
161 .Times(AtMost(1))
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc101 EXPECT_CALL(*store, Load()).Times(AnyNumber());
264 EXPECT_CALL(*this, OnPolicyRefresh(true)).Times(0);
278 .Times(1);
310 .Times(1);
330 EXPECT_CALL(*this, OnPolicyRefresh(true)).Times(1);
655 .Times(1);
689 .Times(1);
722 .Times(1);
735 EXPECT_CALL(*this, OnPolicyRefresh(false)).Times(1);
770 .Times(
[all...]
/external/chromium_org/ui/base/resource/
H A Dresource_bundle_unittest.cc188 .Times(1)
208 .Times(2)
217 .Times(2)
232 .Times(1)
248 .Times(Between(0, 1))
252 .Times(Between(0, 1))
272 .Times(1).WillOnce(Return(static_memory.get()));
291 .Times(1)
307 .Times(1)
336 EXPECT_CALL(delegate, GetLocalizedStringMock(resource_id)).Times(
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h25 EXPECT_CALL(*gl_, Scissor(_, _, _, _)).Times(0);
34 EXPECT_CALL(*gl_, Scissor(_, _, _, _)).Times(0);
109 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
118 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
127 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
155 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
168 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
181 EXPECT_CALL(*gl_, TexParameterf(_, _, _)).Times(0);
202 EXPECT_CALL(*gl_, TexParameteri(_, _, _)).Times(0);
211 EXPECT_CALL(*gl_, TexParameteri(_, _, _)).Times(
[all...]
H A Dgles2_cmd_decoder_unittest_programs.cc95 .Times(1);
112 .Times(1);
128 EXPECT_CALL(*gl_, GetUniformiv(_, _, _)).Times(0);
146 .Times(1)
172 EXPECT_CALL(*gl_, GetUniformiv(_, _, _)).Times(0);
184 EXPECT_CALL(*gl_, GetUniformiv(_, _, _)).Times(0);
203 .Times(1);
220 .Times(1);
236 EXPECT_CALL(*gl_, GetUniformfv(_, _, _)).Times(0);
254 .Times(
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc984 .Times(AnyNumber());
986 .Times(AnyNumber());
1012 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1013 EXPECT_CALL(*mock_stream_, GetExtensions()).Times(AnyNumber());
1879 .Times(1);
2206 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
2207 EXPECT_CALL(*mock_stream_, GetExtensions()).Times(AnyNumber());
2231 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
2232 EXPECT_CALL(*mock_stream_, GetExtensions()).Times(AnyNumber());
2254 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumbe
[all...]
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc1682 .Times(2); // Once to create and once to allocate.
2310 .Times(2); // Once to create and once to allocate.
2543 .Times(is_framebuffer_hint ? 1 : 0);
2631 EXPECT_CALL(*context, bindTexture(_, _)).Times(0);
2632 EXPECT_CALL(*context, waitSyncPoint(_)).Times(0);
2633 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2634 EXPECT_CALL(*context, produceTextureCHROMIUM(_, _)).Times(0);
2635 EXPECT_CALL(*context, consumeTextureCHROMIUM(_, _)).Times(0);
2667 EXPECT_CALL(*context, insertSyncPoint()).Times(0);
2668 EXPECT_CALL(*context, produceTextureCHROMIUM(_, _)).Times(
[all...]
/external/chromium_org/base/prefs/
H A Dpref_notifier_impl_unittest.cc101 EXPECT_CALL(notifier, FireObservers(kChangedPref)).Times(1);
184 EXPECT_CALL(obs2_, OnPreferenceChanged(_, _)).Times(0);
201 EXPECT_CALL(obs1_, OnPreferenceChanged(_, _)).Times(0);
210 EXPECT_CALL(obs1_, OnPreferenceChanged(_, _)).Times(0);
/external/chromium_org/chrome/browser/local_discovery/
H A Dtest_service_discovery_client.cc25 .Times(testing::AnyNumber())
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_internals_service_unittest.cc63 EXPECT_CALL(receiver, LogSavePasswordProgress(kTestText)).Times(1);
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_unittest.cc34 EXPECT_CALL(observer, OnStatusIconClicked()).Times(2);
/external/chromium_org/components/autofill/core/browser/
H A Dautocomplete_history_manager_unittest.cc104 EXPECT_CALL(*web_data_service_.get(), AddFormFields(_)).Times(0);
126 EXPECT_CALL(*(web_data_service_.get()), AddFormFields(_)).Times(1);
145 EXPECT_CALL(*web_data_service_.get(), AddFormFields(_)).Times(0);
165 EXPECT_CALL(*(web_data_service_.get()), AddFormFields(_)).Times(1);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cleanup_on_io_error_unittest.cc100 EXPECT_CALL(mock_leveldb_factory, OpenLevelDB(_, _, _, _)).Times(Exactly(1));
101 EXPECT_CALL(mock_leveldb_factory, DestroyLevelDB(_)).Times(Exactly(1));
144 EXPECT_CALL(mock_leveldb_factory, OpenLevelDB(_, _, _, _)).Times(Exactly(4));
145 EXPECT_CALL(mock_leveldb_factory, DestroyLevelDB(_)).Times(Exactly(0));
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac_unittest.cc98 EXPECT_CALL(source_, OnError(_)).Times(0);
H A Daudio_device_listener_mac_unittest.cc81 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
/external/chromium_org/media/base/
H A Duser_input_monitor_unittest.cc64 EXPECT_CALL(listener, OnMouseMoved(testing::_)).Times(testing::AnyNumber());
/external/chromium_org/net/test/
H A Dgtest_util.h29 .Times(::testing::AtLeast(1)) \
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h73 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:WTF::double_conversion::DiyFp
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_manager_unittest.cc55 .Times(1);
73 .Times(1);
102 .Times(1);
121 .Times(1);
/external/chromium_org/v8/src/
H A Ddiy-fp.h47 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:v8::internal::DiyFp

Completed in 5857 milliseconds

1234567891011>>