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

  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 45 int g_allocate_call_count = 0; variable
52 EXPECT_EQ(1, g_allocate_call_count);
60 ++g_allocate_call_count;
79 g_allocate_call_count = 0;
119 EXPECT_EQ(1, g_allocate_call_count);
150 EXPECT_EQ(1, g_allocate_call_count);
  /external/chromium_org/webkit/renderer/
cpp_variant_unittest.cc 47 int g_allocate_call_count = 0; variable
54 EXPECT_EQ(1, g_allocate_call_count);
62 ++g_allocate_call_count;
96 g_allocate_call_count = 0;
140 EXPECT_EQ(1, g_allocate_call_count);
171 EXPECT_EQ(1, g_allocate_call_count);

Completed in 3676 milliseconds