Searched refs:d_value (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc122 const DictionaryValue& d_value = static_cast<const DictionaryValue&>(value); local
125 if (!d_value.GetInteger(kVersionKey, &version) || version != kCurrentVersion)
129 if (d_value.Get(kChecksumKey, &checksum_value)) {
138 if (!d_value.Get(kRootsKey, &roots))
H A Dbookmark_codec_unittest.cc66 DictionaryValue* d_value = static_cast<DictionaryValue*>(value); local
68 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_codec.cc165 const DictionaryValue& d_value = static_cast<const DictionaryValue&>(value); local
168 if (!d_value.GetInteger(kVersionKey, &version) || version != kCurrentVersion)
172 if (d_value.Get(kChecksumKey, &checksum_value)) {
180 if (!d_value.Get(kRootsKey, &roots))
H A Dbookmark_codec_unittest.cc101 DictionaryValue* d_value = static_cast<DictionaryValue*>(value); local
103 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));

Completed in 70 milliseconds