OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKey2
(Results
1 - 12
of
12
) 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/components/policy/core/common/cloud/
resource_cache_unittest.cc
19
const char
kKey2
[] = "key 2";
55
EXPECT_TRUE(cache.Store(
kKey2
, kSubA, kData0));
56
EXPECT_TRUE(cache.Store(
kKey2
, kSubB, kData1));
91
cache.LoadAllSubkeys(
kKey2
, &contents);
128
EXPECT_TRUE(cache.Store(
kKey2
, kSubA, kData0));
129
EXPECT_TRUE(cache.Store(
kKey2
, kSubB, kData1));
151
cache.LoadAllSubkeys(
kKey2
, &contents);
/external/chromium_org/content/browser/dom_storage/
session_storage_database_unittest.cc
73
const base::string16
kKey2
;
91
kKey2
(ASCIIToUTF16("key2")),
395
changes[
kKey2
] = kValue2;
398
reference[
kKey2
] = kValue2;
420
changes[
kKey2
] = kValue2;
422
reference[
kKey2
] = kValue2;
433
data1[
kKey2
] = kValue2;
439
data2[
kKey2
] = kValue1;
452
data11[
kKey2
] = kValue2;
456
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);
dom_storage_context_impl_unittest.cc
325
const base::string16
kKey2
(ASCIIToUTF16("key2"));
328
target_ns_area->SetItem(
kKey2
, kKey2Value, &old_value);
371
read_value = alias_ns_area->GetItem(
kKey2
);
/external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc
20
const char
kKey2
[] = "Key 2";
160
CloudExternalDataStore store2(
kKey2
, task_runner_, resource_cache_.get());
169
resource_cache_->LoadAllSubkeys(
kKey2
, &contents);
193
resource_cache_->LoadAllSubkeys(
kKey2
, &contents);
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
25
extern const char
kKey2
[];
chrome_notifier_service_unittest.cc
326
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kUnread)));
349
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kUnread));
368
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kRead)));
379
EXPECT_TRUE(notifier.FindNotificationById(
kKey2
));
401
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kUnread));
421
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kRead)));
433
EXPECT_TRUE(notifier.FindNotificationById(
kKey2
));
452
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2,
kKey2
, kUnread));
479
EXPECT_TRUE(notifier.FindNotificationById(
kKey2
));
500
EXPECT_TRUE(notifier.FindNotificationById(
kKey2
));
[
all
...]
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 278 milliseconds