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/components/policy/core/common/cloud/
resource_cache_unittest.cc 18 const char kKey1[] = "key 1";
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, keep)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc 19 const char kKey1[] = "Key 1";
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, &contents)
    [all...]
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 72 const base::string16 kKey1;
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] = kValue1
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 220 kKey1, kUnread));
260 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread)));
282 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
314 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
333 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
367 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
383 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
412 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
433 EXPECT_TRUE(notifier.FindNotificationById(kKey1));
446 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread))
    [all...]
synced_notification_unittest.cc 48 kAppId1, kKey1, kUnread);
54 kAppId1, kKey1, kUnread);
57 kAppId1, kKey1, kDismissed);
114 std::string expected_key(kKey1);
265 EXPECT_EQ(std::string(kKey1), base::UTF16ToUTF8(notification.replace_id()));
276 EXPECT_EQ(std::string(kKey1), notification_manager()->dismissed_id());
408 EXPECT_EQ(std::string(kKey1), base::UTF16ToUTF8(notification2.replace_id()));
418 const Notification* found1 = notification_manager()->FindById(kKey1);
425 EXPECT_EQ(std::string(kKey1), notification_manager()->dismissed_id());
chrome_notifier_delegate_unittest.cc 59 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread);
sync_notifier_test_utils.h 32 extern const char kKey1[];
sync_notifier_test_utils.cc 23 const char kKey1[] = "foo";
  /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));
512 const std::string kKey1 = "one";
529 dictionary_value->SetBoolean(kKey1, kBoolValue);
533 test_dictionary.SetBoolean(kKey1, kBoolValue);
559 const std::string kKey1 = "one"
    [all...]
  /external/chromium_org/crypto/
ghash_unittest.cc 18 static const uint8 kKey1[16] = {
61 kKey1,
72 kKey1,

Completed in 216 milliseconds