Home
last modified time | relevance | path

Searched refs:RunLoopWithExpectedCount (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/dbus/
Dbus_unittest.cc35 class RunLoopWithExpectedCount { class
37 RunLoopWithExpectedCount() : expected_quit_calls_(0), actual_quit_calls_(0) {} in RunLoopWithExpectedCount() function in dbus::__anonaf2c83090111::RunLoopWithExpectedCount
38 ~RunLoopWithExpectedCount() {} in ~RunLoopWithExpectedCount()
61 DISALLOW_COPY_AND_ASSIGN(RunLoopWithExpectedCount);
65 void OnServiceOwnerChanged(RunLoopWithExpectedCount* run_loop_state, in OnServiceOwnerChanged()
351 RunLoopWithExpectedCount run_loop_state; in TEST()