Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dbus_unittest.cc37 RunLoopWithExpectedCount() : expected_quit_calls_(0), actual_quit_calls_(0) {} in RunLoopWithExpectedCount()
42 DCHECK_EQ(0, actual_quit_calls_); in Run()
49 if (++actual_quit_calls_ != expected_quit_calls_) in QuitIfConditionIsSatisified()
53 actual_quit_calls_ = 0; in QuitIfConditionIsSatisified()
59 int actual_quit_calls_; member in dbus::__anonaf2c83090111::RunLoopWithExpectedCount