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

  /external/chromium_org/ui/base/
view_prop_unittest.cc 11 const char kKey1[] = "key_1";
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/chrome/browser/policy/cloud/
resource_cache_unittest.cc 15 const char kKey1[] = "key 1";
36 EXPECT_FALSE(cache.Load(kKey1, kSubA, &data));
39 EXPECT_TRUE(cache.Store(kKey1, kSubA, kData0));
40 EXPECT_TRUE(cache.Load(kKey1, kSubA, &data));
44 EXPECT_TRUE(cache.Store(kKey1, kSubB, kData1));
54 cache.LoadAllSubkeys(kKey1, &contents);
60 EXPECT_TRUE(cache.Store(kKey1, kSubC, kData1));
61 EXPECT_TRUE(cache.Store(kKey1, kSubD, kData1));
62 EXPECT_TRUE(cache.Store(kKey1, kSubE, kData1));
68 cache.PurgeOtherSubkeys(kKey1, keep)
    [all...]
cloud_external_data_store_unittest.cc 18 const char kKey1[] = "Key 1";
57 CloudExternalDataStore store(kKey1, resource_cache_.get());
71 CloudExternalDataStore store(kKey1, resource_cache_.get());
77 resource_cache_->LoadAllSubkeys(kKey1, &contents);
88 resource_cache_->LoadAllSubkeys(kKey1, &contents);
94 CloudExternalDataStore store(kKey1, resource_cache_.get());
100 resource_cache_->LoadAllSubkeys(kKey1, &contents);
110 resource_cache_->LoadAllSubkeys(kKey1, &contents);
116 CloudExternalDataStore store(kKey1, resource_cache_.get());
137 resource_cache_->LoadAllSubkeys(kKey1, &contents)
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 256 kKey1, kUnread));
298 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread)));
321 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
353 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
368 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
402 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
419 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
448 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
469 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
483 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread))
    [all...]
sync_notifier_test_utils.h 24 extern const char kKey1[];
synced_notification_unittest.cc 128 kAppId1, kKey1, kUnread);
134 kAppId1, kKey1, kUnread);
137 kAppId1, kKey1, kDismissed);
175 std::string expected_key(kKey1);
332 EXPECT_EQ(std::string(kKey1), UTF16ToUTF8(notification.replace_id()));
356 EXPECT_EQ(std::string(kKey1), notification_manager.dismissed_id());
chrome_notifier_delegate_browsertest.cc 62 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread);
sync_notifier_test_utils.cc 16 const char kKey1[] = "foo";
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 72 const base::string16 kKey1;
90 kKey1(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] = kValue1
    [all...]
  /external/chromium_org/crypto/
ghash_unittest.cc 16 static const uint8 kKey1[16] = {
59 kKey1,
70 kKey1,
  /external/chromium_org/dbus/
values_util_unittest.cc 273 const std::string kKey1 = "one";
274 entry_writer.AppendString(kKey1);
300 dictionary_value.SetBoolean(kKey1, kBoolValue);
320 const std::string kKey1 = "www.example.com"; // String including dots.
321 entry_writer.AppendString(kKey1);
342 kKey1, new base::FundamentalValue(kBoolValue));

Completed in 803 milliseconds