ref_count         176 base/process/process_metrics_mac.cc     if (info.share_mode == SM_COW && info.ref_count == 1)
ref_count          82 base/third_party/xdg_mime/xdgmimecache.c   int ref_count;
ref_count          95 base/third_party/xdg_mime/xdgmimecache.c   cache->ref_count++;
ref_count         102 base/third_party/xdg_mime/xdgmimecache.c   cache->ref_count--;
ref_count         104 base/third_party/xdg_mime/xdgmimecache.c   if (cache->ref_count == 0)
ref_count         151 base/third_party/xdg_mime/xdgmimecache.c   cache->ref_count = 1;
ref_count         189 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         193 base/win/scoped_variant_unittest.cc   EXPECT_EQ(1, faker.ref_count());
ref_count         195 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         200 base/win/scoped_variant_unittest.cc   EXPECT_EQ(1, faker.ref_count());
ref_count         202 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         208 base/win/scoped_variant_unittest.cc     EXPECT_EQ(1, faker.ref_count());
ref_count         210 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         214 base/win/scoped_variant_unittest.cc     EXPECT_EQ(1, faker.ref_count());
ref_count         216 base/win/scoped_variant_unittest.cc     EXPECT_EQ(2, faker.ref_count());
ref_count         219 base/win/scoped_variant_unittest.cc     EXPECT_EQ(3, faker.ref_count());
ref_count         221 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         227 base/win/scoped_variant_unittest.cc     EXPECT_EQ(1, faker.ref_count());
ref_count         229 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         234 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count         236 base/win/scoped_variant_unittest.cc   EXPECT_EQ(1, faker.ref_count());
ref_count         238 base/win/scoped_variant_unittest.cc   EXPECT_EQ(0, faker.ref_count());
ref_count          32 chrome/browser/extensions/api/mdns/dns_sd_registry.cc     : ref_count(1), lister_(lister.Pass()) {}
ref_count          37 chrome/browser/extensions/api/mdns/dns_sd_registry.cc   ref_count++;
ref_count          41 chrome/browser/extensions/api/mdns/dns_sd_registry.cc   return --ref_count == 0;
ref_count          45 chrome/browser/extensions/api/mdns/dns_sd_registry.cc   return ref_count;
ref_count          76 chrome/browser/extensions/api/mdns/dns_sd_registry.h     int ref_count;
ref_count          41 chrome/browser/ui/libgtk2ui/owned_widget_gtk2.cc   DCHECK_EQ(G_OBJECT(widget)->ref_count, 1U);
ref_count          56 chrome/renderer/extensions/messaging_bindings.cc     int ref_count;  // how many contexts have a handle to this port
ref_count          57 chrome/renderer/extensions/messaging_bindings.cc     PortData() : ref_count(0) {}
ref_count         159 chrome/renderer/extensions/messaging_bindings.cc     ++GetPortData(port_id).ref_count;
ref_count         171 chrome/renderer/extensions/messaging_bindings.cc     if (HasPortData(port_id) && --GetPortData(port_id).ref_count == 0) {
ref_count         154 content/browser/dom_storage/session_storage_database.cc     int64 ref_count;
ref_count         155 content/browser/dom_storage/session_storage_database.cc     if (!GetMapRefCount(map_id, &ref_count))
ref_count         157 content/browser/dom_storage/session_storage_database.cc     if (ref_count > 1) {
ref_count         612 content/browser/dom_storage/session_storage_database.cc                                             int64* ref_count) {
ref_count         618 content/browser/dom_storage/session_storage_database.cc   bool conversion_ok = base::StringToInt64(ref_count_string, ref_count);
ref_count         636 content/browser/dom_storage/session_storage_database.cc   int64 ref_count;
ref_count         637 content/browser/dom_storage/session_storage_database.cc   if (!GetMapRefCount(map_id, &ref_count))
ref_count         639 content/browser/dom_storage/session_storage_database.cc   if (!ConsistencyCheck(decrease <= ref_count))
ref_count         641 content/browser/dom_storage/session_storage_database.cc   ref_count -= decrease;
ref_count         642 content/browser/dom_storage/session_storage_database.cc   if (ref_count > 0) {
ref_count         643 content/browser/dom_storage/session_storage_database.cc     batch->Put(MapRefCountKey(map_id), base::Int64ToString(ref_count));
ref_count         161 content/browser/dom_storage/session_storage_database.h   bool GetMapRefCount(const std::string& map_id, int64* ref_count);
ref_count         260 content/browser/dom_storage/session_storage_database_unittest.cc       int64 ref_count;
ref_count         261 content/browser/dom_storage/session_storage_database_unittest.cc       bool conversion_ok = base::StringToInt64(it->second, &ref_count);
ref_count         264 content/browser/dom_storage/session_storage_database_unittest.cc       ASSERT_GT(ref_count, 0);
ref_count         267 content/browser/dom_storage/session_storage_database_unittest.cc       ASSERT_EQ(expected_map_refcounts[map_id], ref_count);
ref_count         379 content/browser/dom_storage/session_storage_database_unittest.cc   int64 ref_count;
ref_count         380 content/browser/dom_storage/session_storage_database_unittest.cc   EXPECT_TRUE(db_->GetMapRefCount(map_id, &ref_count));
ref_count         381 content/browser/dom_storage/session_storage_database_unittest.cc   return ref_count;
ref_count         237 content/browser/frame_host/frame_tree.cc     CHECK_GT(iter->second->ref_count(), 0);
ref_count         239 content/browser/frame_host/frame_tree.cc     if (iter->second->ref_count() == 0) {
ref_count         259 content/browser/frame_host/frame_tree.cc       CHECK_GT(rvh->ref_count(), 0);
ref_count         261 content/browser/frame_host/frame_tree.cc       if (rvh->ref_count() == 0) {
ref_count         424 content/browser/plugin_process_host.cc       entry.ref_count = 0;
ref_count         428 content/browser/plugin_process_host.cc     resource_context_map_[client->ID()].ref_count++;
ref_count         435 content/browser/plugin_process_host.cc   resource_context_map_[renderer_id].ref_count--;
ref_count         436 content/browser/plugin_process_host.cc   if (!resource_context_map_[renderer_id].ref_count)
ref_count         191 content/browser/plugin_process_host.h     int ref_count;
ref_count         482 content/browser/renderer_host/render_view_host_impl.h   int ref_count() { return frames_ref_count_; }
ref_count          53 content/renderer/media/audio_renderer_mixer_manager.cc     it->second.ref_count++;
ref_count         102 content/renderer/media/audio_renderer_mixer_manager.cc   it->second.ref_count--;
ref_count         103 content/renderer/media/audio_renderer_mixer_manager.cc   if (it->second.ref_count == 0) {
ref_count          79 content/renderer/media/audio_renderer_mixer_manager.h     int ref_count;
ref_count         148 content/renderer/pepper/host_var_tracker.cc   iter->second.ref_count = 0;
ref_count          17 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc     EXPECT_EQ(0, resource_tracker->ref_count()) << "Leaked resource "
ref_count          50 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc   EXPECT_LT(0, resource_tracker->ref_count()) << "AddRefing freed resource "
ref_count          66 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc   EXPECT_LT(0, resource_tracker->ref_count()) << "Releasing freed resource "
ref_count          75 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc   if (resource_tracker->ref_count() == 0) {
ref_count          98 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc   EXPECT_LT(0, resource_tracker->ref_count()) << "Accessing freed resource "
ref_count          56 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h   int32_t ref_count() const { return ref_count_; }
ref_count          42 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc   EXPECT_LT(0, var_data->ref_count) << "VarToUtf8 on freed "
ref_count          16 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc     EXPECT_EQ(0, var_data.ref_count) << "Non-zero refcount on "
ref_count          25 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   data.ref_count = 1;
ref_count          40 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   EXPECT_GT(var_data->ref_count, 0)
ref_count          42 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   var_data->ref_count++;
ref_count          46 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc            var_data->ref_count);
ref_count         114 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   EXPECT_GT(var_data->ref_count, 0)
ref_count         117 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   var_data->ref_count--;
ref_count         121 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc            var_data->ref_count);
ref_count         123 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   if (var_data->ref_count == 0)
ref_count          18 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h   int32_t ref_count;
ref_count          85 net/cert/x509_certificate.cc     Entry() : cert_handle(NULL), ref_count(0) {}
ref_count          93 net/cert/x509_certificate.cc     int ref_count;
ref_count         130 net/cert/x509_certificate.cc       cache_entry.ref_count = 0;
ref_count         149 net/cert/x509_certificate.cc     ++pos->second.ref_count;
ref_count         177 net/cert/x509_certificate.cc   if (--pos->second.ref_count == 0) {
ref_count          73 ppapi/proxy/plugin_var_tracker.cc   if (info.ref_count > 0) {
ref_count          80 ppapi/proxy/plugin_var_tracker.cc   info.ref_count++;
ref_count         381 ppapi/proxy/plugin_var_tracker.cc   DCHECK(iter->second.ref_count == 0);
ref_count         400 ppapi/proxy/plugin_var_tracker.cc   DCHECK(iter->second.ref_count == 0);
ref_count          22 ppapi/shared_impl/var_tracker.cc     : var(), ref_count(0), track_with_no_reference_count(0) {}
ref_count          25 ppapi/shared_impl/var_tracker.cc     : var(v), ref_count(input_ref_count), track_with_no_reference_count(0) {}
ref_count          76 ppapi/shared_impl/var_tracker.cc   if (info.ref_count == 0) {
ref_count          85 ppapi/shared_impl/var_tracker.cc   info.ref_count++;
ref_count         107 ppapi/shared_impl/var_tracker.cc   if (info.ref_count == 0) {
ref_count         111 ppapi/shared_impl/var_tracker.cc   info.ref_count--;
ref_count         113 ppapi/shared_impl/var_tracker.cc   if (info.ref_count == 0) {
ref_count         165 ppapi/shared_impl/var_tracker.cc   return found->second.ref_count;
ref_count         261 ppapi/shared_impl/var_tracker.cc   if (iter->second.ref_count != 0 ||
ref_count         160 ppapi/shared_impl/var_tracker.h     int ref_count;
ref_count          78 sandbox/win/src/sandbox_policy_base.cc     : ref_count(1),
ref_count         147 sandbox/win/src/sandbox_policy_base.cc   ::InterlockedIncrement(&ref_count);
ref_count         151 sandbox/win/src/sandbox_policy_base.cc   if (0 == ::InterlockedDecrement(&ref_count))
ref_count         121 sandbox/win/src/sandbox_policy_base.h   volatile LONG ref_count;
ref_count          54 third_party/harfbuzz-ng/src/hb-object-private.hh   hb_atomic_int_t ref_count;
ref_count          56 third_party/harfbuzz-ng/src/hb-object-private.hh   inline void init (int v) { ref_count = v; }
ref_count          57 third_party/harfbuzz-ng/src/hb-object-private.hh   inline int inc (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count),  1); }
ref_count          58 third_party/harfbuzz-ng/src/hb-object-private.hh   inline int dec (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), -1); }
ref_count          59 third_party/harfbuzz-ng/src/hb-object-private.hh   inline void finish (void) { ref_count = HB_REFERENCE_COUNT_INVALID_VALUE; }
ref_count          61 third_party/harfbuzz-ng/src/hb-object-private.hh   inline bool is_invalid (void) const { return ref_count == HB_REFERENCE_COUNT_INVALID_VALUE; }
ref_count         104 third_party/harfbuzz-ng/src/hb-object-private.hh   hb_reference_count_t ref_count;
ref_count         119 third_party/harfbuzz-ng/src/hb-object-private.hh     ref_count.init (1);
ref_count         124 third_party/harfbuzz-ng/src/hb-object-private.hh     return unlikely (ref_count.is_invalid ());
ref_count         130 third_party/harfbuzz-ng/src/hb-object-private.hh     ref_count.inc ();
ref_count         136 third_party/harfbuzz-ng/src/hb-object-private.hh     if (ref_count.dec () != 1)
ref_count         139 third_party/harfbuzz-ng/src/hb-object-private.hh     ref_count.finish (); /* Do this before user_data */
ref_count         169 third_party/harfbuzz-ng/src/hb-object-private.hh 	       this ? ref_count.ref_count : 0);
ref_count          31 third_party/qcms/src/qcmsint.h 	int ref_count;
ref_count         872 third_party/qcms/src/transform.c 	qcms_atomic_increment(p->ref_count);
ref_count         880 third_party/qcms/src/transform.c 		p->ref_count = 1;
ref_count         886 third_party/qcms/src/transform.c 	if (qcms_atomic_decrement(p->ref_count) == 0) {
ref_count          41 ui/base/gtk/owned_widget_gtk.cc   DCHECK_EQ(G_OBJECT(widget)->ref_count, 1U);
ref_count         137 ui/gfx/gtk_native_view_id_manager.cc   info.ref_count = 1;
ref_count         143 ui/gfx/gtk_native_view_id_manager.cc     ret.first->second.ref_count++;
ref_count         158 ui/gfx/gtk_native_view_id_manager.cc   i->second.ref_count++;
ref_count         172 ui/gfx/gtk_native_view_id_manager.cc   if (i->second.ref_count > 1) {
ref_count         173 ui/gfx/gtk_native_view_id_manager.cc     i->second.ref_count--;
ref_count         116 ui/gfx/gtk_native_view_id_manager.h     PermanentXIDInfo() : widget(NULL), ref_count(0) {
ref_count         119 ui/gfx/gtk_native_view_id_manager.h     int ref_count;