Searched refs:HasKey (Results 1 – 4 of 4) sorted by relevance
295 EXPECT_TRUE(dict.HasKey(key)); in TEST()298 EXPECT_FALSE(dict.HasKey(key)); in TEST()310 EXPECT_TRUE(dict.HasKey(key)); in TEST()313 EXPECT_FALSE(dict.HasKey(key)); in TEST()322 EXPECT_FALSE(dict.HasKey(L"this.is.expanded")); in TEST()323 EXPECT_TRUE(dict.HasKey(L"this")); in TEST()331 EXPECT_TRUE(dict.HasKey(L"this.isnt.expanded")); in TEST()
351 bool DictionaryValue::HasKey(const std::wstring& key) const { in HasKey() function in DictionaryValue421 if (HasKey(key)) { in SetWithoutPathExpansion()
217 bool HasKey(const std::wstring& key) const;
3068 static bool HasKey(FixedArray* array, Object* key) { in HasKey() function3126 if (!value->IsTheHole() && !HasKey(this, value)) extra++; in UnionOfKeys()3145 if (!value->IsTheHole() && !HasKey(this, value)) { in UnionOfKeys()