HomeSort by relevance Sort by last modified time
    Searched refs:kKey2 (Results 1 - 11 of 11) 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 17 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 = ASCIIToUTF16("test_key_2")
    [all...]
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 73 const base::string16 kKey2;
91 kKey2(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 30 kKey2(ASCIIToUTF16("key2")),
37 const base::string16 kKey2;
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);
  /external/chromium_org/chrome/browser/policy/cloud/
resource_cache_unittest.cc 16 const char kKey2[] = "key 2";
47 EXPECT_TRUE(cache.Store(kKey2, kSubA, kData0));
48 EXPECT_TRUE(cache.Store(kKey2, kSubB, kData1));
83 cache.LoadAllSubkeys(kKey2, &contents);
cloud_external_data_store_unittest.cc 19 const char kKey2[] = "Key 2";
157 CloudExternalDataStore store2(kKey2, resource_cache_.get());
166 resource_cache_->LoadAllSubkeys(kKey2, &contents);
190 resource_cache_->LoadAllSubkeys(kKey2, &contents);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 301 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread)));
324 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
343 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
354 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
371 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
391 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kRead)));
403 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
422 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
449 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
470 EXPECT_TRUE(notifier.FindNotificationById(kKey2));
    [all...]
sync_notifier_test_utils.h 25 extern const char kKey2[];
sync_notifier_test_utils.cc 17 const char kKey2[] = "bar";
synced_notification_unittest.cc 130 kAppId2, kKey2, kUnread);
  /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));

Completed in 553 milliseconds