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

  /external/chromium_org/components/bookmarks/browser/
bookmark_codec_unittest.cc 136 base::Value* child_value; local
137 ASSERT_TRUE(bb_children_l_value->Get(index, &child_value));
138 ASSERT_EQ(base::Value::TYPE_DICTIONARY, child_value->GetType());
140 *result_value = static_cast<base::DictionaryValue*>(child_value);
299 base::DictionaryValue* child_value; local
301 GetBookmarksBarChildValue(value.get(), i, &child_value);
303 ASSERT_TRUE(child_value->GetString(BookmarkCodec::kIdKey, &id));
304 child_value->SetString(BookmarkCodec::kIdKey, "1");
bookmark_codec.cc 252 const base::Value* child_value; local
253 if (!child_value_list.Get(i, &child_value))
256 if (child_value->GetType() != base::Value::TYPE_DICTIONARY)
259 DecodeNode(*static_cast<const base::DictionaryValue*>(child_value),
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 337 const base::Value* child_value; local
338 if (!children->Get(i, &child_value) ||
339 child_value->GetType() != base::Value::TYPE_DICTIONARY) {
343 if (!WriteNode(*static_cast<const base::DictionaryValue*>(child_value),
  /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 13277 uint32_t child_value = NumberToUint32(numbers->get(child_index)); local
    [all...]

Completed in 390 milliseconds