Searched defs:kKey2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/
H A Dview_prop_unittest.cc12 const char kKey2[] = "key_2"; member in namespace:__anon15122
58 scoped_ptr<ViewProp> v2(new ViewProp(nv2, kKey2, data2));
60 EXPECT_EQ(data2, ViewProp::GetValue(nv2, kKey2));
64 EXPECT_EQ(data2, ViewProp::GetValue(nv2, kKey2));
68 EXPECT_EQ(NULL, ViewProp::GetValue(nv2, kKey2));
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map_unittest.cc17 const base::string16 kKey2(ASCIIToUTF16("key2"));
18 const size_t kKey2Bytes = kKey2.size() * sizeof(char16);
21 (kKey2.size() + kValue2.size()) * sizeof(char16);
50 EXPECT_TRUE(map->GetItem(kKey2).is_null());
58 EXPECT_TRUE(map->SetItem(kKey2, kValue, &old_nullable_value));
61 EXPECT_TRUE(map->SetItem(kKey2, kValue2, &old_nullable_value));
66 EXPECT_EQ(kKey2, map->Key(1).string());
73 EXPECT_EQ(kValue2, copy->GetItem(kKey2).string());
75 EXPECT_EQ(kKey2, copy->Key(1).string());
88 const base::string16 kKey2 local
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache_unittest.cc19 const char kKey2[] = "key 2"; member in namespace:policy::__anon7794
55 EXPECT_TRUE(cache.Store(kKey2, kSubA, kData0));
56 EXPECT_TRUE(cache.Store(kKey2, kSubB, kData1));
91 cache.LoadAllSubkeys(kKey2, &contents);
128 EXPECT_TRUE(cache.Store(kKey2, kSubA, kData0));
129 EXPECT_TRUE(cache.Store(kKey2, kSubB, kData1));
151 cache.LoadAllSubkeys(kKey2, &contents);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store_unittest.cc20 const char kKey2[] = "Key 2"; member in namespace:policy::__anon4736
160 CloudExternalDataStore store2(kKey2, task_runner_, resource_cache_.get());
169 resource_cache_->LoadAllSubkeys(kKey2, &contents);
193 resource_cache_->LoadAllSubkeys(kKey2, &contents);
/external/chromium_org/dbus/
H A Dvalues_util_unittest.cc279 const std::string kKey2 = "two"; local
280 entry_writer.AppendString(kKey2);
301 dictionary_value.SetInteger(kKey2, kInt32Value);
326 const std::string kKey2 = ".example"; // String starting with a dot. local
327 entry_writer.AppendString(kKey2);
344 kKey2, new base::FundamentalValue(kInt32Value));
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area_unittest.cc30 kKey2(ASCIIToUTF16("key2")),
37 const base::string16 kKey2; member in class:content::DOMStorageAreaTest
50 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
87 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_nullable_value));
231 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
244 EXPECT_EQ(kValue2, values[kKey2].string());
280 EXPECT_EQ(kValue2, values[kKey2].string());
355 area->SetItem(kKey2, kValue2, &old_value);
H A Dsession_storage_database_unittest.cc73 const base::string16 kKey2; member in class:content::SessionStorageDatabaseTest
91 kKey2(ASCIIToUTF16("key2")),
395 changes[kKey2] = kValue2;
398 reference[kKey2] = kValue2;
420 changes[kKey2] = kValue2;
422 reference[kKey2] = kValue2;
433 data1[kKey2] = kValue2;
439 data2[kKey2] = kValue1;
452 data11[kKey2] = kValue2;
456 data12[kKey2]
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsync_notifier_test_utils.cc17 const char kKey2[] = "bar"; variable

Completed in 262 milliseconds