Home
last modified time | relevance | path

Searched refs:root_folder_value (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc145 Value* root_folder_value; in DecodeHelper() local
147 if (!roots_d_value->Get(kRootFolderNameKey, &root_folder_value) || in DecodeHelper()
148 root_folder_value->GetType() != Value::TYPE_DICTIONARY || in DecodeHelper()
153 DecodeNode(*static_cast<DictionaryValue*>(root_folder_value), NULL, in DecodeHelper()
Dbookmark_html_writer.cc115 Value* root_folder_value; in RunImpl() local
118 &root_folder_value) || in RunImpl()
119 root_folder_value->GetType() != Value::TYPE_DICTIONARY || in RunImpl()
129 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value), in RunImpl()