Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc146 Value* other_folder_value; in DecodeHelper() local
149 !roots_d_value->Get(kOtherBookmarkFolderNameKey, &other_folder_value) || in DecodeHelper()
150 other_folder_value->GetType() != Value::TYPE_DICTIONARY) in DecodeHelper()
155 DecodeNode(*static_cast<DictionaryValue*>(other_folder_value), NULL, in DecodeHelper()
Dbookmark_html_writer.cc116 Value* other_folder_value; in RunImpl() local
121 &other_folder_value) || in RunImpl()
122 other_folder_value->GetType() != Value::TYPE_DICTIONARY) { in RunImpl()
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value), in RunImpl()