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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 122 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))
bookmark_codec_unittest.cc 66 DictionaryValue* d_value = static_cast<DictionaryValue*>(value); local
68 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 165 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))
bookmark_codec_unittest.cc 101 DictionaryValue* d_value = static_cast<DictionaryValue*>(value); local
103 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));

Completed in 31 milliseconds