Home | History | Annotate | Download | only in enhanced_bookmarks

Lines Matching refs:decoded

30   std::string decoded;
31 bool result = base::Base64Decode((*it).second, &decoded);
35 return decoded;
119 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
123 if (decoded != "") {
125 bool result = data.ParseFromString(decoded);
153 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
154 if (decoded == "")
158 bool result = data.ParseFromString(decoded);
172 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
173 if (decoded == "")
177 bool result = data.ParseFromString(decoded);
188 std::string decoded(DataForMetaInfoField(node, kPageDataKey));
189 if (decoded == "")
190 return decoded;
193 bool result = data.ParseFromString(decoded);
210 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
214 if (decoded != "") {
216 bool result = data.ParseFromString(decoded);