HomeSort by relevance Sort by last modified time
    Searched defs:callback_count (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.h 138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.h 138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
  /external/chromium_org/chrome/browser/
chrome_process_singleton_win_unittest.cc 16 bool ServerCallback(int* callback_count,
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/webrtc/base/
sigslottester.h 38 // 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/
external_policy_data_fetcher_unittest.cc 115 const int callback_count = callback_count_; local
117 return callback_count;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager_unittest.cc 73 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(), kMsCallbackWait)
    [all...]
  /external/chromium_org/media/audio/
audio_input_unittest.cc 36 int callback_count() const { function in class:media::TestInputCallback
237 EXPECT_GE(test_callback.callback_count(), 2);
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 66 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/chrome/browser/sync_file_system/drive_backend/
sync_task_manager_unittest.cc 312 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/
cookie_monster_unittest.cc 2212 int callback_count() { function in class:net::__anon13750::CallbackCounter
    [all...]

Completed in 294 milliseconds