Home
last modified time | relevance | path

Searched refs:TYPE_NULL (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc76 if (new_value->IsType(Value::TYPE_NULL)) { in InitPrefNodeAndAssociate()
261 if (from_value.GetType() == Value::TYPE_NULL) in MergeListValues()
263 if (to_value.GetType() == Value::TYPE_NULL) in MergeListValues()
283 if (from_value.GetType() == Value::TYPE_NULL) in MergeDictionaryValues()
285 if (to_value.GetType() == Value::TYPE_NULL) in MergeDictionaryValues()
/external/chromium/chrome/browser/prefs/
Ddefault_pref_store.cc19 : Value::TYPE_NULL; in GetType()
Dpref_service.cc426 Preference p(this, pref_name, Value::TYPE_NULL); in FindPreference()
431 if (type == Value::TYPE_NULL) in FindPreference()
501 DCHECK(orig_type != Value::TYPE_NULL && orig_type != Value::TYPE_BINARY) << in RegisterPreference()
/external/chromium/chrome/browser/extensions/
Dextension_function.cc75 return args_->Get(index, &value) && !value->IsType(Value::TYPE_NULL); in HasOptionalArgument()
Dexecute_code_in_tab_function.cc64 if (tab_value->IsType(Value::TYPE_NULL)) { in RunImpl()
Dextension_sidebar_api.cc84 if (first_value->GetType() == Value::TYPE_NULL) in IsArgumentListEmpty()
/external/chromium/chrome/common/
Djson_schema_validator.cc94 case Value::TYPE_NULL: in GetJSONSchemaType()
264 case Value::TYPE_NULL: in ValidateEnum()
392 if (item_value && item_value->GetType() != Value::TYPE_NULL) { in ValidateTuple()
Djson_value_serializer_unittest.cc32 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL)); in TEST()
270 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL)); in TEST_F()
/external/qemu/
Dthunk.h28 TYPE_NULL, enumerator
Dthunk.c77 while (*type_ptr != TYPE_NULL) { in thunk_register_struct()
/external/chromium/base/
Dvalues.cc69 return new Value(TYPE_NULL); in CreateNullValue()
129 DCHECK(IsType(TYPE_NULL)); in DeepCopy()
136 DCHECK(IsType(TYPE_NULL)); in Equals()
137 return other->IsType(TYPE_NULL); in Equals()
Dvalues_unittest.cc155 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue()
319 EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); in TEST_F()
358 ASSERT_TRUE(copy_null->IsType(Value::TYPE_NULL)); in TEST_F()
Dvalues.h51 TYPE_NULL = 0, enumerator
/external/chromium/base/json/
Djson_writer.cc56 case Value::TYPE_NULL: in BuildJSONString()
Djson_reader_unittest.cc20 ASSERT_TRUE(root->IsType(Value::TYPE_NULL)); in TEST()
34 ASSERT_TRUE(root->IsType(Value::TYPE_NULL)); in TEST()
311 ASSERT_TRUE(null_val->IsType(Value::TYPE_NULL)); in TEST()
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_pref_store.cc302 if (stored_value->IsType(Value::TYPE_NULL)) in GetValue()
726 iter->second->IsType(Value::TYPE_NULL) || in HasProxyPolicy()
/external/v8/src/
Dgdb-jit.cc192 TYPE_NULL = 0, enumerator
357 sections_.Add(new ELFSection("", ELFSection::TYPE_NULL, 0)); in ELF()