GetMapRefCount 155 content/browser/dom_storage/session_storage_database.cc if (!GetMapRefCount(map_id, &ref_count)) GetMapRefCount 626 content/browser/dom_storage/session_storage_database.cc if (!GetMapRefCount(map_id, &old_ref_count)) GetMapRefCount 637 content/browser/dom_storage/session_storage_database.cc if (!GetMapRefCount(map_id, &ref_count)) GetMapRefCount 161 content/browser/dom_storage/session_storage_database.h bool GetMapRefCount(const std::string& map_id, int64* ref_count); GetMapRefCount 61 content/browser/dom_storage/session_storage_database_unittest.cc int64 GetMapRefCount(const std::string& map_id) const; GetMapRefCount 380 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_TRUE(db_->GetMapRefCount(map_id, &ref_count)); GetMapRefCount 499 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(2, GetMapRefCount(GetMapForArea(kNamespace1, kOrigin1))); GetMapRefCount 500 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(2, GetMapRefCount(GetMapForArea(kNamespace1, kOrigin2))); GetMapRefCount 529 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(1, GetMapRefCount(GetMapForArea(kNamespace1, kOrigin1))); GetMapRefCount 530 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(1, GetMapRefCount(GetMapForArea(kNamespaceClone, kOrigin1))); GetMapRefCount 580 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(4, GetMapRefCount(GetMapForArea(kNamespace1, kOrigin1))); GetMapRefCount 581 content/browser/dom_storage/session_storage_database_unittest.cc EXPECT_EQ(4, GetMapRefCount(GetMapForArea(kNamespace1, kOrigin2)));