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

  /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_unittest.cc 24 EXPECT_EQ(0, slot1.callback_count());
27 EXPECT_EQ(1, slot1.callback_count());
31 EXPECT_EQ(2, slot1.callback_count());
40 EXPECT_EQ(0, slot2.callback_count());
43 EXPECT_EQ(1, slot2.callback_count());
48 EXPECT_EQ(2, slot2.callback_count());
59 EXPECT_EQ(0, slot1.callback_count());
61 EXPECT_EQ(1, slot1.callback_count());
70 EXPECT_EQ(0, slot1.callback_count());
72 EXPECT_EQ(1, slot1.callback_count());
    [all...]
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
sigslottester.h.pump 34 // EXPECT_EQ(1, slot.callback_count());
64 int callback_count() const { return callback_count_; }
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.h 138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
profile-handler.cc 415 state->callback_count = callback_count_;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.h 138 int32 callback_count; /* Number of callbacks registered */ member in struct:ProfileHandlerState
profile-handler.cc 415 state->callback_count = 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/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/v8/test/mjsunit/regress/
regress-1790.js 34 var callback_count = 0;
36 callback_count++;
49 assertEquals(3, callback_count);
  /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/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/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 282 return state.callback_count;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 282 return state.callback_count;
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc     [all...]
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc 2212 int callback_count() { function in class:net::__anon13750::CallbackCounter
    [all...]

Completed in 354 milliseconds