Searched refs:other_folder_value (Results 1 – 4 of 4) sorted by relevance
116 Value* other_folder_value; in RunImpl() local121 &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()
146 Value* other_folder_value; in DecodeHelper() local149 !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()
117 Value* other_folder_value = NULL; in DoWrite() local123 &other_folder_value) || in DoWrite()124 other_folder_value->GetType() != Value::TYPE_DICTIONARY || in DoWrite()136 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value), in DoWrite()
189 const Value* other_folder_value = NULL; in DecodeHelper() local192 !roots_d_value->Get(kOtherBookmarkFolderNameKey, &other_folder_value) || in DecodeHelper()193 other_folder_value->GetType() != Value::TYPE_DICTIONARY) { in DecodeHelper()199 DecodeNode(*static_cast<const DictionaryValue*>(other_folder_value), NULL, in DecodeHelper()