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

  /external/chromium_org/components/policy/core/common/cloud/
resource_cache_unittest.cc 20 const char kKey3[] = "key 3";
57 EXPECT_TRUE(cache.Store(kKey3, kSubA, kData0));
58 EXPECT_TRUE(cache.Store(kKey3, kSubB, kData1));
95 cache.LoadAllSubkeys(kKey3, &contents);
102 keep.insert(kKey3);
112 cache.LoadAllSubkeys(kKey3, &contents);
130 EXPECT_TRUE(cache.Store(kKey3, kSubA, kData0));
131 EXPECT_TRUE(cache.Store(kKey3, kSubB, kData1));
153 cache.LoadAllSubkeys(kKey3, &contents);
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 74 const base::string16 kKey3;
92 kKey3(base::ASCIIToUTF16("key3")),
397 changes[kKey3] = kValue3;
400 reference[kKey3] = kValue3;
410 changes[kKey3] = kValueNull;
412 reference.erase(kKey3);
435 data1[kKey3] = kValue3;
441 data2[kKey3] = kValue2;
454 data11[kKey3] = kValue3;
458 data12[kKey3] = kValue3
    [all...]
  /external/chromium_org/crypto/
ghash_unittest.cc 28 static const uint8 kKey3[16] = {
83 kKey3,
94 kKey3,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 266 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread)));
288 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread));
307 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kDismissed)));
316 EXPECT_FALSE(notifier.FindNotificationById(kKey3));
339 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread));
369 EXPECT_TRUE(notifier.FindNotificationById(kKey3));
389 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread));
414 EXPECT_TRUE(notifier.FindNotificationById(kKey3));
435 EXPECT_TRUE(notifier.FindNotificationById(kKey3));
471 EXPECT_FALSE(notifier.FindNotificationById(kKey3));
    [all...]
sync_notifier_test_utils.h 34 extern const char kKey3[];
sync_notifier_test_utils.cc 25 const char kKey3[] = "bat";
  /external/chromium_org/dbus/
values_util_unittest.cc 285 const std::string kKey3 = "three";
286 entry_writer.AppendString(kKey3);
302 dictionary_value.SetDouble(kKey3, kDoubleValue);
332 const std::string kKey3 = "example."; // String ending with a dot.
333 entry_writer.AppendString(kKey3);
346 kKey3, new base::FundamentalValue(kDoubleValue));
514 const std::string kKey3 = "three";
535 test_dictionary.SetDouble(kKey3, kDoubleValue);
561 const std::string kKey3 = "three";
582 test_dictionary.SetDouble(kKey3, kDoubleValue)
    [all...]

Completed in 191 milliseconds