Searched refs:kKey1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/base/
H A Dview_prop_unittest.cc11 const char kKey1[] = "key_1"; member in namespace:__anon16673
26 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
30 ViewProp prop(nv1, kKey1, data1);
31 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1));
35 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
39 scoped_ptr<ViewProp> v1(new ViewProp(nv1, kKey1, data1));
40 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1));
43 scoped_ptr<ViewProp> v2(new ViewProp(nv1, kKey1, data2));
45 EXPECT_EQ(data2, ViewProp::GetValue(nv1, kKey1));
49 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache_unittest.cc18 const char kKey1[] = "key 1"; member in namespace:policy::__anon6727
44 EXPECT_FALSE(cache.Load(kKey1, kSubA, &data));
47 EXPECT_TRUE(cache.Store(kKey1, kSubA, kData0));
48 EXPECT_TRUE(cache.Load(kKey1, kSubA, &data));
52 EXPECT_TRUE(cache.Store(kKey1, kSubB, kData1));
62 cache.LoadAllSubkeys(kKey1, &contents);
68 EXPECT_TRUE(cache.Store(kKey1, kSubC, kData1));
69 EXPECT_TRUE(cache.Store(kKey1, kSubD, kData1));
70 EXPECT_TRUE(cache.Store(kKey1, kSubE, kData1));
76 cache.PurgeOtherSubkeys(kKey1, kee
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store_unittest.cc19 const char kKey1[] = "Key 1"; member in namespace:policy::__anon3400
60 CloudExternalDataStore store(kKey1, task_runner_, resource_cache_.get());
74 CloudExternalDataStore store(kKey1, task_runner_, resource_cache_.get());
80 resource_cache_->LoadAllSubkeys(kKey1, &contents);
91 resource_cache_->LoadAllSubkeys(kKey1, &contents);
97 CloudExternalDataStore store(kKey1, task_runner_, resource_cache_.get());
103 resource_cache_->LoadAllSubkeys(kKey1, &contents);
113 resource_cache_->LoadAllSubkeys(kKey1, &contents);
119 CloudExternalDataStore store(kKey1, task_runner_, resource_cache_.get());
140 resource_cache_->LoadAllSubkeys(kKey1,
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc72 const base::string16 kKey1; member in class:content::SessionStorageDatabaseTest
90 kKey1(base::ASCIIToUTF16("key1")),
395 changes[kKey1] = kValue1;
398 reference[kKey1] = kValue1;
409 changes[kKey1] = kValue4;
411 reference[kKey1] = kValue4;
422 reference.erase(kKey1);
433 data1[kKey1] = kValue1;
439 data2[kKey1] = kValue4;
452 data11[kKey1]
[all...]
/external/chromium_org/dbus/
H A Dvalues_util_unittest.cc273 const std::string kKey1 = "one"; local
274 entry_writer.AppendString(kKey1);
300 dictionary_value.SetBoolean(kKey1, kBoolValue);
320 const std::string kKey1 = "www.example.com"; // String including dots. local
321 entry_writer.AppendString(kKey1);
342 kKey1, new base::FundamentalValue(kBoolValue));
512 const std::string kKey1 = "one"; local
529 dictionary_value->SetBoolean(kKey1, kBoolValue);
533 test_dictionary.SetBoolean(kKey1, kBoolValue);
559 const std::string kKey1 local
606 const std::string kKey1 = "one"; local
649 const std::string kKey1 = "one"; local
[all...]
/external/chromium_org/crypto/
H A Dghash_unittest.cc18 static const uint8 kKey1[16] = { member in namespace:crypto::__anon7939
61 kKey1,
72 kKey1,

Completed in 2954 milliseconds