Home
last modified time | relevance | path

Searched refs:HasKey (Results 1 – 17 of 17) sorted by relevance

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc289 EXPECT_TRUE(dict.HasKey(key)); in TEST()
292 EXPECT_FALSE(dict.HasKey(key)); in TEST()
303 EXPECT_TRUE(dict.HasKey(key)); in TEST()
306 EXPECT_FALSE(dict.HasKey(key)); in TEST()
315 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
316 EXPECT_TRUE(dict.HasKey("this")); in TEST()
324 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
339 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
340 EXPECT_TRUE(dict.HasKey("this")); in TEST()
348 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
[all …]
Dvalues.h218 bool HasKey(const std::string& key) const;
Dvalues.cc367 bool DictionaryValue::HasKey(const std::string& key) const { in HasKey() function in base::DictionaryValue
/external/libchrome/base/
Dvalues_unittest.cc303 EXPECT_TRUE(dict.HasKey(key)); in TEST()
306 EXPECT_FALSE(dict.HasKey(key)); in TEST()
317 EXPECT_TRUE(dict.HasKey(key)); in TEST()
320 EXPECT_FALSE(dict.HasKey(key)); in TEST()
329 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
330 EXPECT_TRUE(dict.HasKey("this")); in TEST()
338 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
353 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
354 EXPECT_TRUE(dict.HasKey("this")); in TEST()
362 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
[all …]
Dvalues.h224 bool HasKey(const std::string& key) const;
Dvalues.cc382 bool DictionaryValue::HasKey(const std::string& key) const { in HasKey() function in base::DictionaryValue
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc166 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameSize)); in TEST()
167 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameObjectCount)); in TEST()
/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp130 if (SessionState->HasKey(key)) SessionState->Remove(key);
164 if (!_sessionState->HasKey(frameSessionKey))
183 if (frameState->HasKey("Navigation"))
DLayoutAwarePage.cpp397 while (frameState->HasKey(nextPageKey))
/external/opencv3/samples/winrt/ImageManipulations/
DMainPage.xaml.cpp295 if (pageState != nullptr && pageState->HasKey("SelectedScenarioIndex"))
/external/webrtc/webrtc/base/
Dwin32regkey.h150 static bool HasKey(const wchar_t* full_key_name);
Dwin32regkey.cc741 bool RegKey::HasKey(const wchar_t* full_key_name) { in HasKey() function in rtc::RegKey
/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc275 ASSERT_FALSE(root_dict->HasKey("query")); in TEST_F()
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp119 spSetting->HasKey(key, &found); in SetProperties()
/external/libweave/src/privet/
Dprivet_handler_unittest.cc157 if (!output_.HasKey("error")) { in HandlerCallback()
/external/v8/src/
Dobjects.cc18745 bool OrderedHashTable<Derived, Iterator, entrysize>::HasKey( in HasKey() function in v8::internal::OrderedHashTable
18848 template bool OrderedHashTable<OrderedHashSet, JSSetIterator, 1>::HasKey(
18868 template bool OrderedHashTable<OrderedHashMap, JSMapIterator, 2>::HasKey(
Dobjects.h3790 static bool HasKey(Handle<Derived> table, Handle<Object> key);