HomeSort by relevance Sort by last modified time
    Searched refs:child_value (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 84 Value* child_value; local
85 ASSERT_TRUE(bb_children_l_value->Get(index, &child_value));
86 ASSERT_EQ(Value::TYPE_DICTIONARY, child_value->GetType());
88 *result_value = static_cast<DictionaryValue*>(child_value);
233 DictionaryValue* child_value; local
235 GetBookmarksBarChildValue(value.get(), i, &child_value);
237 ASSERT_TRUE(child_value->GetString(BookmarkCodec::kIdKey, &id));
238 child_value->SetString(BookmarkCodec::kIdKey, "1");
bookmark_codec.cc 172 Value* child_value; local
173 if (!child_value_list.Get(i, &child_value))
176 if (child_value->GetType() != Value::TYPE_DICTIONARY)
179 DecodeNode(*static_cast<DictionaryValue*>(child_value), parent, NULL);
bookmark_html_writer.cc 321 Value* child_value; local
322 if (!children->Get(i, &child_value) ||
323 child_value->GetType() != Value::TYPE_DICTIONARY) {
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 88 Value* child_value; local
89 ASSERT_TRUE(bb_children_l_value->Get(index, &child_value));
90 ASSERT_EQ(Value::TYPE_DICTIONARY, child_value->GetType());
92 *result_value = static_cast<DictionaryValue*>(child_value);
240 DictionaryValue* child_value; local
242 GetBookmarksBarChildValue(value.get(), i, &child_value);
244 ASSERT_TRUE(child_value->GetString(BookmarkCodec::kIdKey, &id));
245 child_value->SetString(BookmarkCodec::kIdKey, "1");
bookmark_codec.cc 212 const Value* child_value; local
213 if (!child_value_list.Get(i, &child_value))
216 if (child_value->GetType() != Value::TYPE_DICTIONARY)
219 DecodeNode(*static_cast<const DictionaryValue*>(child_value), parent, NULL);
bookmark_html_writer.cc 339 const Value* child_value; local
340 if (!children->Get(i, &child_value) ||
341 child_value->GetType() != Value::TYPE_DICTIONARY) {
345 if (!WriteNode(*static_cast<const DictionaryValue*>(child_value),
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.cc 258 scoped_ptr<base::Value> child_value; local
260 &child_value, &state)) {
264 dict_value->SetWithoutPathExpansion(iter->first, child_value.release());
281 scoped_ptr<base::Value> child_value; local
282 if (!CreateValueFromVarHelper(parent_ids, iter->get(), &child_value,
287 list_value->Append(child_value.release());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 470 child_value = os.read(fds[0], 100)
472 self.assertNotEqual(parent_value, child_value)
test_tempfile.py 150 child_value = os.read(read_fd, len(parent_value)).decode("ascii")
161 self.assertNotEqual(child_value, parent_value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 470 child_value = os.read(fds[0], 100)
472 self.assertNotEqual(parent_value, child_value)
test_tempfile.py 150 child_value = os.read(read_fd, len(parent_value)).decode("ascii")
161 self.assertNotEqual(child_value, parent_value)
  /external/chromium_org/v8/src/
objects.cc 12990 uint32_t child_value = NumberToUint32(numbers->get(child_index)); local
    [all...]
  /external/v8/src/
objects.cc 10223 uint32_t child_value = NumberToUint32(numbers->get(child_index)); local
    [all...]

Completed in 327 milliseconds