HomeSort by relevance Sort by last modified time
    Searched refs:kKey2 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/base/
view_prop_unittest.cc 12 const char kKey2[] = "key_2";
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/
dom_storage_map_unittest.cc 19 const base::string16 kKey2(ASCIIToUTF16("key2"));
20 const size_t kKey2Bytes = kKey2.size() * sizeof(base::char16);
23 (kKey2.size() + kValue2.size()) * sizeof(base::char16);
52 EXPECT_TRUE(map->GetItem(kKey2).is_null());
60 EXPECT_TRUE(map->SetItem(kKey2, kValue, &old_nullable_value));
63 EXPECT_TRUE(map->SetItem(kKey2, kValue2, &old_nullable_value));
68 EXPECT_EQ(kKey2, map->Key(1).string());
75 EXPECT_EQ(kValue2, copy->GetItem(kKey2).string());
77 EXPECT_EQ(kKey2, copy->Key(1).string());
90 const base::string16 kKey2 = ASCIIToUTF16("test_key_2")
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache_unittest.cc 19 const char kKey2[] = "key 2";
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/content/browser/dom_storage/
session_storage_database_unittest.cc 73 const base::string16 kKey2;
91 kKey2(base::ASCIIToUTF16("key2")),
396 changes[kKey2] = kValue2;
399 reference[kKey2] = kValue2;
421 changes[kKey2] = kValue2;
423 reference[kKey2] = kValue2;
434 data1[kKey2] = kValue2;
440 data2[kKey2] = kValue1;
453 data11[kKey2] = kValue2;
457 data12[kKey2] = kValue4
    [all...]
dom_storage_area_unittest.cc 31 kKey2(ASCIIToUTF16("key2")),
38 const base::string16 kKey2;
51 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
88 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_nullable_value));
232 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
245 EXPECT_EQ(kValue2, values[kKey2].string());
281 EXPECT_EQ(kValue2, values[kKey2].string());
356 area->SetItem(kKey2, kValue2, &old_value);
dom_storage_context_impl_unittest.cc 326 const base::string16 kKey2(ASCIIToUTF16("key2"));
329 target_ns_area->SetItem(kKey2, kKey2Value, &old_value);
372 read_value = alias_ns_area->GetItem(kKey2);
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc 20 const char kKey2[] = "Key 2";
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/
values_util_unittest.cc 279 const std::string kKey2 = "two";
280 entry_writer.AppendString(kKey2);
301 dictionary_value.SetInteger(kKey2, kInt32Value);
326 const std::string kKey2 = ".example"; // String starting with a dot.
327 entry_writer.AppendString(kKey2);
344 kKey2, new base::FundamentalValue(kInt32Value));
513 const std::string kKey2 = "two";
530 dictionary_value->SetInteger(kKey2, kDoubleValue);
534 test_dictionary.SetInteger(kKey2, kInt32Value);
560 const std::string kKey2 = "two"
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 263 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread)));
285 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
304 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
315 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
336 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
356 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
368 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
386 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
413 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
434 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
    [all...]
sync_notifier_test_utils.h 33 extern const char kKey2[];
sync_notifier_test_utils.cc 24 const char kKey2[] = "bar";
synced_notification_unittest.cc 50 kAppId2, kKey2, kUnread);

Completed in 428 milliseconds