HomeSort by relevance Sort by last modified time
    Searched defs:kKey3 (Results 1 - 5 of 5) 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/crypto/
ghash_unittest.cc 28 static const uint8 kKey3[16] = {
83 kKey3,
94 kKey3,
  /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));
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 18 const char kKey3[] = "bat";
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc 74 const base::string16 kKey3;
92 kKey3(ASCIIToUTF16("key3")),
396 changes[kKey3] = kValue3;
399 reference[kKey3] = kValue3;
409 changes[kKey3] = kValueNull;
411 reference.erase(kKey3);
434 data1[kKey3] = kValue3;
440 data2[kKey3] = kValue2;
453 data11[kKey3] = kValue3;
457 data12[kKey3] = kValue3
    [all...]

Completed in 165 milliseconds