HomeSort by relevance Sort by last modified time
    Searched full:d_value (Results 1 - 2 of 2) 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));

Completed in 61 milliseconds