Searched refs:call_count_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/
H A Dport_suggester.h32 uint32 call_count() const { return call_count_; }
42 uint32 call_count_; // Number of suggestions made. member in class:net::PortSuggester
H A Dport_suggester.cc13 : call_count_(0),
27 if (++call_count_ > 1) {
45 DCHECK_LT(0u, call_count_);
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller_unittest.cc52 int call_count() const { return call_count_; }
55 int call_count_; member in class:ObservationCountingQueueController
68 call_count_(0) {
79 ++call_count_;
/external/chromium_org/content/browser/compositor/
H A Dsoftware_browser_compositor_output_surface_unittest.cc18 FakeVSyncProvider() : call_count_(0) {}
24 call_count_++;
27 int call_count() const { return call_count_; }
36 int call_count_; member in class:__anon6748::FakeVSyncProvider
/external/chromium_org/sync/api/attachments/
H A Dattachment_service_proxy_unittest.cc30 StubAttachmentService() : call_count_(0), weak_ptr_factory_(this) {
85 return call_count_;
89 // Protects call_count_.
91 int call_count_; member in class:syncer::StubAttachmentService
98 ++call_count_;
/external/chromium_org/mojo/service_manager/
H A Dservice_manager_unittest.cc187 TestServiceInterceptor() : call_count_(0) {}
191 ++call_count_;
203 return call_count_;
207 int call_count_; member in class:mojo::__anon8236::TestServiceInterceptor
/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc151 : call_count_(0),
164 ++call_count_;
170 ++call_count_;
177 ++call_count_;
185 ++call_count_;
192 ++call_count_;
200 ++call_count_;
207 ++call_count_;
212 int call_count_; member in class:chromeos::TestPairingDelegate
1883 EXPECT_EQ(0, pairing_delegate.call_count_);
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc230 SelectCertificateBrowserClient() : call_count_(0) {}
238 ++call_count_;
243 return call_count_;
252 int call_count_; member in class:content::__anon6926::SelectCertificateBrowserClient
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl_unittest.cc128 int call_count() const { return call_count_; }
131 int call_count_; member in class:gcm::__anon6352::AutoAdvancingTestClock
140 : call_count_(0), auto_increment_time_delta_(auto_increment_time_delta) {
147 call_count_++;
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc68 TestShellObserver() : call_count_(0),
79 call_count_++;
84 return call_count_;
92 int call_count_; member in class:ash::__anon2110::TestShellObserver
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4094 int call_count_; member in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
4097 call_count_ = 0;
4103 ++call_count_;
4108 ++call_count_;
4114 ++call_count_;
4349 EXPECT_NE(0, call_counter.call_count_);
4375 EXPECT_EQ(0, call_counter.call_count_);
4424 EXPECT_NE(0, call_counter.call_count_);
4435 EXPECT_EQ(0, call_counter.call_count_);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3644 int call_count_; member in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
3647 call_count_ = 0;
3653 ++call_count_;
3658 ++call_count_;
3664 ++call_count_;
3872 EXPECT_NE(0, call_counter.call_count_);
3888 EXPECT_EQ(0, call_counter.call_count_);
3937 EXPECT_NE(0, call_counter.call_count_);
3948 EXPECT_EQ(0, call_counter.call_count_);

Completed in 696 milliseconds