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

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc146 Value* other_folder_value; local
149 !roots_d_value->Get(kOtherBookmarkFolderNameKey, &other_folder_value) ||
150 other_folder_value->GetType() != Value::TYPE_DICTIONARY)
155 DecodeNode(*static_cast<DictionaryValue*>(other_folder_value), NULL,
H A Dbookmark_html_writer.cc116 Value* other_folder_value; local
121 &other_folder_value) ||
122 other_folder_value->GetType() != Value::TYPE_DICTIONARY) {
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_codec.cc161 const Value* other_folder_value = NULL; local
164 !roots_d_value->Get(kOtherBookmarkFolderNameKey, &other_folder_value) ||
165 other_folder_value->GetType() != Value::TYPE_DICTIONARY) {
171 DecodeNode(*static_cast<const DictionaryValue*>(other_folder_value), NULL,
H A Dbookmark_html_writer.cc117 Value* other_folder_value = NULL; local
123 &other_folder_value) ||
124 other_folder_value->GetType() != Value::TYPE_DICTIONARY ||
136 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),

Completed in 145 milliseconds