OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIT_LOOP
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome_frame/test/
automation_client_mock.cc
70
.WillOnce(
QUIT_LOOP
(loop_));
154
.WillOnce(
QUIT_LOOP
(loop_));
167
.WillOnce(
QUIT_LOOP
(loop_));
200
.WillOnce(
QUIT_LOOP
(loop_));
261
.WillOnce(
QUIT_LOOP
(loop_));
368
EXPECT_CALL(cfd1, OnAutomationServerReady()).WillOnce(
QUIT_LOOP
(loop_));
374
EXPECT_CALL(cfd1, OnChannelError()).WillOnce(
QUIT_LOOP
(loop_));
384
EXPECT_CALL(cfd2, OnAutomationServerReady()).WillOnce(
QUIT_LOOP
(loop_));
390
EXPECT_CALL(cfd2, OnChannelError()).WillOnce(
QUIT_LOOP
(loop_));
400
EXPECT_CALL(cfd1, OnAutomationServerReady()).WillOnce(
QUIT_LOOP
(loop_))
[
all
...]
urlmon_moniker_integration_test.cc
175
.WillOnce(DoAll(
QUIT_LOOP
(mgr_->loop()), Return(S_OK)));
chrome_frame_test_utils.h
264
#define
QUIT_LOOP
(loop) testing::InvokeWithoutArgs(\
mock_ie_event_sink_test.cc
212
.WillOnce(
QUIT_LOOP
(loop_));
infobar_unittests.cc
528
EXPECT_CALL(*content, Die()).WillOnce(
QUIT_LOOP
(message_loop));
592
EXPECT_CALL(*content, Die()).WillOnce(
QUIT_LOOP
(message_loop));
delete_chrome_history_test.cc
325
.WillOnce(
QUIT_LOOP
(loop_));
url_request_test.cc
220
.WillOnce(
QUIT_LOOP
(loop));
test_with_web_server.cc
[
all
...]
/external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc
219
EXPECT_CALL(load_listener, OnQuit()).WillOnce(
QUIT_LOOP
(message_loop));
Completed in 202 milliseconds