HomeSort by relevance Sort by last modified time
    Searched refs:g_good_shutdown (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 49 bool g_good_shutdown = false; member in namespace:__anon6734
53 ASSERT_FALSE(g_good_shutdown);
54 g_good_shutdown = true;
233 EXPECT_FALSE(g_good_shutdown);
235 EXPECT_TRUE(g_good_shutdown);
  /external/chromium/chrome/common/
service_process_util_unittest.cc 34 bool g_good_shutdown = false; member in namespace:__anon2569
38 ASSERT_FALSE(g_good_shutdown);
39 g_good_shutdown = true;
218 EXPECT_FALSE(g_good_shutdown);
220 EXPECT_TRUE(g_good_shutdown);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 79 bool g_good_shutdown = false; member in namespace:__anon5436
82 g_good_shutdown = true;
173 DoAll(Assign(&g_good_shutdown, true),
273 if (!g_good_shutdown)

Completed in 33 milliseconds