Home
last modified time | relevance | path

Searched refs:InvokeWithoutArgs (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/security/fizz/fizz-2021.12.27.00/fizz/protocol/test/
H A DFizzBaseTest.cpp176 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
190 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
202 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
210 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
227 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
240 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
251 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
262 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
274 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
283 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
[all …]
H A DMocks.h66 .WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
71 .WillByDefault(InvokeWithoutArgs( in setDefaults()
105 ON_CALL(*this, getFinishedData(_)).WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
109 ON_CALL(*this, clone()).WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
204 .WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
209 .WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
235 .WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
245 ON_CALL(*this, makeAead(_)).WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
250 ON_CALL(*this, makeRandom()).WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
269 ON_CALL(*this, getAlgorithm()).WillByDefault(InvokeWithoutArgs([]() { in setDefaults()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/script/
H A Dscript_runner_test.cc18 using testing::InvokeWithoutArgs;
184 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(1); })); in TEST_F()
186 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(2); })); in TEST_F()
188 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
190 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(4); })); in TEST_F()
192 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(5); })); in TEST_F()
212 .WillOnce(InvokeWithoutArgs([pending_script, this] { in TEST_F()
219 .WillOnce(InvokeWithoutArgs([pending_script, this] { in TEST_F()
225 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
264 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/script/
H A Dscript_runner_test.cc18 using testing::InvokeWithoutArgs;
184 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(1); })); in TEST_F()
186 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(2); })); in TEST_F()
188 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
190 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(4); })); in TEST_F()
192 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(5); })); in TEST_F()
212 .WillOnce(InvokeWithoutArgs([pending_script, this] { in TEST_F()
219 .WillOnce(InvokeWithoutArgs([pending_script, this] { in TEST_F()
225 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
264 .WillOnce(InvokeWithoutArgs([this] { order_.push_back(3); })); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/test/
H A Denrollment_helper_mixin.cc17 using testing::InvokeWithoutArgs;
79 .WillOnce(InvokeWithoutArgs( in ExpectSuccessfulOAuthEnrollment()
85 .WillOnce(InvokeWithoutArgs( in ExpectAttestationEnrollmentSuccess()
92 .WillOnce(InvokeWithoutArgs([this, status]() { in ExpectAttestationEnrollmentError()
110 .WillOnce(testing::InvokeWithoutArgs( in ExpectOfflineEnrollmentSuccess()
135 .WillOnce(InvokeWithoutArgs([this]() { in DisableAttributePromptUpdate()
145 .WillByDefault(InvokeWithoutArgs([this]() { in ExpectAttributePromptUpdate()
151 .WillOnce(InvokeWithoutArgs([this]() { in ExpectAttributePromptUpdate()
162 .WillOnce(InvokeWithoutArgs( in SetupActiveDirectoryJoin()
179 .WillOnce(InvokeWithoutArgs( in ExpectTokenEnrollmentSuccess()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dcall_stats2_unittest.cc25 using ::testing::InvokeWithoutArgs;
79 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })); in TEST_F()
100 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
104 .WillRepeatedly(InvokeWithoutArgs([this] { in TEST_F()
145 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })) in TEST_F()
191 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
203 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
221 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
252 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
261 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
[all …]
H A Dcall_stats_unittest.cc25 using ::testing::InvokeWithoutArgs;
71 .WillOnce(InvokeWithoutArgs([&event] { event.Set(); })); in TEST_F()
98 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
141 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
145 .WillOnce(InvokeWithoutArgs([&ev2] { ev2.Set(); })) in TEST_F()
157 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
200 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
212 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
230 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
263 .WillOnce(InvokeWithoutArgs([rtcp_rtt_stats] { in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/
H A Dcall_stats2_unittest.cc25 using ::testing::InvokeWithoutArgs;
76 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })); in TEST_F()
97 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
101 .WillRepeatedly(InvokeWithoutArgs([this] { in TEST_F()
142 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })) in TEST_F()
188 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
200 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
218 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
249 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
258 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
[all …]
H A Dcall_stats_unittest.cc25 using ::testing::InvokeWithoutArgs;
71 .WillOnce(InvokeWithoutArgs([&event] { event.Set(); })); in TEST_F()
98 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
141 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
145 .WillOnce(InvokeWithoutArgs([&ev2] { ev2.Set(); })) in TEST_F()
157 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
200 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
212 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
230 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
263 .WillOnce(InvokeWithoutArgs([rtcp_rtt_stats] { in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/
H A Dcall_stats2_unittest.cc25 using ::testing::InvokeWithoutArgs;
76 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })); in TEST_F()
97 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
101 .WillRepeatedly(InvokeWithoutArgs([this] { in TEST_F()
142 .WillOnce(InvokeWithoutArgs([this] { loop_.Quit(); })) in TEST_F()
188 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
200 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
218 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
249 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
258 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
[all …]
H A Dcall_stats_unittest.cc25 using ::testing::InvokeWithoutArgs;
71 .WillOnce(InvokeWithoutArgs([&event] { event.Set(); })); in TEST_F()
98 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
141 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
145 .WillOnce(InvokeWithoutArgs([&ev2] { ev2.Set(); })) in TEST_F()
157 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
200 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
212 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
230 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
263 .WillOnce(InvokeWithoutArgs([rtcp_rtt_stats] { in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dcall_stats_unittest.cc25 using ::testing::InvokeWithoutArgs;
71 .WillOnce(InvokeWithoutArgs([&event] { event.Set(); })); in TEST_F()
98 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
141 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
145 .WillOnce(InvokeWithoutArgs([&ev2] { ev2.Set(); })) in TEST_F()
157 .WillOnce(InvokeWithoutArgs([&ev1] { ev1.Set(); })) in TEST_F()
200 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
212 .WillOnce(InvokeWithoutArgs([&rtcp_rtt_stats, this] { in TEST_F()
230 .WillOnce(InvokeWithoutArgs([this] { in TEST_F()
263 .WillOnce(InvokeWithoutArgs([rtcp_rtt_stats] { in TEST_F()
[all …]
/dports/security/fizz/fizz-2021.12.27.00/fizz/server/test/
H A DAsyncFizzServerTest.cpp64 .WillOnce(InvokeWithoutArgs([]() { in expectAppClose()
80 .WillOnce(InvokeWithoutArgs([]() { in expectAppCloseImmediate()
219 .WillOnce(InvokeWithoutArgs( in TEST_F()
229 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
239 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
256 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
290 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
397 .WillOnce(InvokeWithoutArgs( in TEST_F()
417 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
428 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
[all …]
H A DServerProtocolTest.cpp539 .WillOnce(InvokeWithoutArgs( in TEST_F()
697 .WillOnce(InvokeWithoutArgs( in TEST_F()
807 .WillOnce(InvokeWithoutArgs( in TEST_F()
969 .WillOnce(InvokeWithoutArgs( in TEST_F()
1081 .WillOnce(InvokeWithoutArgs( in TEST_F()
1240 .WillOnce(InvokeWithoutArgs( in TEST_F()
1358 .WillOnce(InvokeWithoutArgs( in TEST_F()
1517 .WillOnce(InvokeWithoutArgs( in TEST_F()
1629 .WillOnce(InvokeWithoutArgs( in TEST_F()
1789 .WillOnce(InvokeWithoutArgs( in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dproxy_unittest.cc23 using ::testing::InvokeWithoutArgs;
114 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
123 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
131 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
140 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
150 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
160 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
171 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
203 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
211 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread)); in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dproxy_unittest.cc23 using ::testing::InvokeWithoutArgs;
114 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
123 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
131 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
140 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
150 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
160 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
171 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
203 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
211 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dproxy_unittest.cc23 using ::testing::InvokeWithoutArgs;
114 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
123 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread)); in TEST_F()
131 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
140 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
150 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
160 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
171 InvokeWithoutArgs(this, &SignalingProxyTest::CheckSignalingThread), in TEST_F()
203 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
211 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/wire/
H A DWireBufferMappingTests.cpp94 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
120 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
140 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
163 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
189 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
213 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
239 EXPECT_CALL(api, OnBufferMapAsyncCallback(apiBuffer, _, _)).WillOnce(InvokeWithoutArgs([&]() { in TEST_F()
304 .WillOnce(InvokeWithoutArgs([&]() { wgpuBufferUnmap(buffer); })); in TEST_F()
328 .WillOnce(InvokeWithoutArgs([&]() { wgpuBufferRelease(buffer); })); in TEST_F()
487 .WillOnce(InvokeWithoutArgs([&]() { wgpuBufferUnmap(buffer); })); in TEST_F()
[all …]
H A DWireMemoryTransferServiceTests.cpp141 .WillOnce(InvokeWithoutArgs([=]() { return handle; })); in ExpectReadHandleCreation()
148 .WillOnce(InvokeWithoutArgs([=]() { return nullptr; })); in MockReadHandleCreationFailure()
180 .WillOnce(InvokeWithoutArgs([&]() { return false; })); in MockServerReadHandleDeserializeFailure()
210 .WillOnce(InvokeWithoutArgs([&]() { return false; })); in MockClientReadHandleDeserializeInitializeFailure()
218 .WillOnce(InvokeWithoutArgs([=]() { return handle; })); in ExpectWriteHandleCreation()
225 .WillOnce(InvokeWithoutArgs([=]() { return nullptr; })); in MockWriteHandleCreationFailure()
257 .WillOnce(InvokeWithoutArgs([&]() { return false; })); in MockServerWriteHandleDeserializeFailure()
262 .WillOnce(InvokeWithoutArgs( in ExpectClientWriteHandleOpen()
268 .WillOnce(InvokeWithoutArgs([&]() { return std::make_pair(nullptr, 0); })); in MockClientWriteHandleOpenFailure()
285 .WillOnce(InvokeWithoutArgs([=]() { in ExpectServerWriteHandleDeserializeFlush()
[all …]
/dports/security/fizz/fizz-2021.12.27.00/fizz/record/test/
H A DRecordTest.cpp60 EXPECT_CALL(read_, read(_, _)).WillOnce(InvokeWithoutArgs([]() { in TEST_F()
69 EXPECT_CALL(read_, read(_, _)).WillOnce(InvokeWithoutArgs([]() { in TEST_F()
79 EXPECT_CALL(read_, read(_, _)).WillOnce(InvokeWithoutArgs([]() { in TEST_F()
88 EXPECT_CALL(read_, read(_, _)).WillOnce(InvokeWithoutArgs([]() { in TEST_F()
108 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
112 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
124 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
157 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
161 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
170 .WillOnce(InvokeWithoutArgs([]() { in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/win/
H A Dworker_process_launcher_unittest.cc37 using testing::InvokeWithoutArgs;
412 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
458 .WillOnce(InvokeWithoutArgs( in TEST_F()
460 .WillOnce(InvokeWithoutArgs( in TEST_F()
482 .WillOnce(InvokeWithoutArgs( in TEST_F()
486 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
504 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
506 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
530 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
532 .WillOnce(InvokeWithoutArgs(this, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dthreadable_loader_test.cc49 using testing::InvokeWithoutArgs;
233 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
251 InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelAndClearLoader)); in TEST_F()
269 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
303 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
355 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
372 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
401 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
416 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
449 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/tests/
H A Dabstractoptionstorage.cpp172 using ::testing::InvokeWithoutArgs; in TEST()
174 .WillOnce(DoAll(InvokeWithoutArgs(mock, &MockOptionStorage::markAsSet), in TEST()
175 InvokeWithoutArgs(mock, &MockOptionStorage::addDummyValue), in TEST()
176 InvokeWithoutArgs(mock, &MockOptionStorage::commitValues))); in TEST()
239 using ::testing::InvokeWithoutArgs; in TEST()
243 .WillOnce(DoAll(InvokeWithoutArgs(mock, &MockOptionStorage::addDummyValue), in TEST()
244 InvokeWithoutArgs(mock, &MockOptionStorage::addDummyValue))); in TEST()
278 using ::testing::InvokeWithoutArgs; in TEST()
282 .WillOnce(DoAll(InvokeWithoutArgs(mock, &MockOptionStorage::addDummyValue), in TEST()
283 InvokeWithoutArgs(mock, &MockOptionStorage::addDummyValue))); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dthreadable_loader_test.cc47 using testing::InvokeWithoutArgs;
255 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
291 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
325 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
377 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
394 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
423 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::CancelLoader)); in TEST_F()
438 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
485 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
554 .WillOnce(InvokeWithoutArgs(this, &ThreadableLoaderTest::ClearLoader)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddistillable_page_utils_browsertest.cc40 using ::testing::InvokeWithoutArgs;
154 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
183 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
192 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
211 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
228 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
248 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
264 .WillOnce(testing::InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
286 .WillByDefault(InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()
302 .WillByDefault(InvokeWithoutArgs(this, &TestOption::QuitSoon)); in IN_PROC_BROWSER_TEST_F()

12345678910>>...34