Searched defs:callback_count (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.h138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.h138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
/external/chromium_org/chrome/browser/
H A Dchrome_process_singleton_win_unittest.cc16 bool ServerCallback(int* callback_count, argument
19 ++(*callback_count);
35 int callback_count = 0; local
39 base::Bind(&ServerCallback, base::Unretained(&callback_count)));
48 ASSERT_EQ(0, callback_count);
53 ASSERT_EQ(1, callback_count);
60 int callback_count = 0; local
64 base::Bind(&ServerCallback, base::Unretained(&callback_count)));
72 ASSERT_EQ(0, callback_count);
77 ASSERT_EQ(0, callback_count);
96 int callback_count = 0; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturemanager_unittest.cc73 int callback_count() { return callback_count_; } function in class:CaptureManagerTest
108 EXPECT_EQ(1, callback_count());
124 EXPECT_EQ(1, callback_count());
139 EXPECT_EQ(2, callback_count());
146 EXPECT_EQ(1, callback_count());
179 EXPECT_EQ_WAIT(1, callback_count(), kMsCallbackWait);
198 EXPECT_EQ(1, callback_count());
214 EXPECT_EQ(2, callback_count());
226 EXPECT_EQ_WAIT(1, callback_count(), kMsCallbackWait);
246 EXPECT_EQ_WAIT(1, callback_count(), kMsCallbackWai
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsigslottester.h38 // EXPECT_EQ(1, slot.callback_count());
63 int callback_count() const { return callback_count_; } function in class:rtc::SigslotTester1
87 int callback_count() const { return callback_count_; } function in class:rtc::SigslotTester2
113 int callback_count() const { return callback_count_; } function in class:rtc::SigslotTester3
143 int callback_count() const { return callback_count_; } function in class:rtc::SigslotTester4
176 int callback_count() const { return callback_count_; } function in class:rtc::SigslotTester5
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_fetcher_unittest.cc115 const int callback_count = callback_count_; local
117 return callback_count;
/external/chromium_org/media/audio/
H A Daudio_input_unittest.cc36 int callback_count() const { function in class:media::TestInputCallback
237 EXPECT_GE(test_callback.callback_count(), 2);
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc66 int callback_count() const { function in class:media::TestSourceBasic
95 if (callback_count() > kMaxNumBuffers) {
268 EXPECT_GT(test_laggy.callback_count(), 2);
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc1772 static void SyncPointCallback(int* callback_count) { argument
1773 ++(*callback_count);
1777 static void OtherCallback(int* callback_count) { argument
1778 ++(*callback_count);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager_unittest.cc312 int callback_count = 0; local
316 &callback_count,
323 EXPECT_EQ(1, callback_count);
332 int callback_count = 0; local
336 &callback_count,
339 &callback_count,
346 EXPECT_EQ(2, callback_count);
369 int callback_count = 0; local
373 &callback_count,
382 EXPECT_EQ(1, callback_count);
391 int callback_count = 0; local
426 int callback_count = 0; local
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc2212 int callback_count() { function in class:net::__anon9125::CallbackCounter
2232 ASSERT_EQ(0, counter->callback_count());
2239 ASSERT_EQ(1, counter->callback_count());
2246 ASSERT_EQ(1, counter->callback_count());
2254 ASSERT_EQ(2, counter->callback_count());
2261 ASSERT_EQ(2, counter->callback_count());
2269 ASSERT_EQ(2, counter->callback_count());
2274 ASSERT_EQ(3, counter->callback_count());

Completed in 461 milliseconds