Searched refs:TYPE_NULL (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium/chrome/browser/prefs/
H A Ddefault_pref_store.cc19 : Value::TYPE_NULL;
H A Dpref_service.cc426 Preference p(this, pref_name, Value::TYPE_NULL);
431 if (type == Value::TYPE_NULL)
501 DCHECK(orig_type != Value::TYPE_NULL && orig_type != Value::TYPE_BINARY) <<
/external/chromium/chrome/browser/extensions/
H A Dextension_function.cc75 return args_->Get(index, &value) && !value->IsType(Value::TYPE_NULL);
H A Dexecute_code_in_tab_function.cc64 if (tab_value->IsType(Value::TYPE_NULL)) {
H A Dextension_sidebar_api.cc84 if (first_value->GetType() == Value::TYPE_NULL)
/external/chromium_org/base/prefs/
H A Dpref_registry.cc48 DCHECK(orig_type != base::Value::TYPE_NULL &&
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator.cc76 if (new_value->IsType(Value::TYPE_NULL)) {
261 if (from_value.GetType() == Value::TYPE_NULL)
263 if (to_value.GetType() == Value::TYPE_NULL)
283 if (from_value.GetType() == Value::TYPE_NULL)
285 if (to_value.GetType() == Value::TYPE_NULL)
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordType.java57 TYPE_NULL("null", 10), enum constant in enum:DNSRecordType
/external/qemu/
H A Dthunk.h28 TYPE_NULL, enumerator in enum:argtype
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc131 if (new_value->IsType(Value::TYPE_NULL)) {
188 } else if (!sync_value->IsType(Value::TYPE_NULL)) {
338 if (value.IsType(Value::TYPE_NULL)) {
364 if (from_value.GetType() == Value::TYPE_NULL)
366 if (to_value.GetType() == Value::TYPE_NULL)
386 if (from_value.GetType() == Value::TYPE_NULL)
388 if (to_value.GetType() == Value::TYPE_NULL)
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_x509_certificate_private_shared.cc42 case base::Value::TYPE_NULL:
/external/chromium_org/tools/json_schema_compiler/
H A Dutil.cc75 case Value::TYPE_NULL:
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTypedValueTest.java34 String nullString = TypedValue.coerceToString(TypedValue.TYPE_NULL, 0);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dstorage_api.cc163 case base::Value::TYPE_NULL:
206 case base::Value::TYPE_NULL:
/external/chromium/base/json/
H A Djson_writer.cc56 case Value::TYPE_NULL:
/external/chromium_org/base/json/
H A Djson_writer.cc61 case Value::TYPE_NULL:
H A Djson_value_serializer_unittest.cc181 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
403 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
/external/chromium_org/extensions/browser/
H A Dextension_function.cc129 return args_->Get(index, &value) && !value->IsType(Value::TYPE_NULL);
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc28 case base::Value::TYPE_NULL:
/external/chromium/chrome/common/
H A Djson_value_serializer_unittest.cc32 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
270 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
H A Djson_schema_validator.cc94 case Value::TYPE_NULL:
264 case Value::TYPE_NULL:
392 if (item_value && item_value->GetType() != Value::TYPE_NULL) {
/external/chromium_org/components/policy/core/common/
H A Dschema.cc65 { schema::kNull, base::Value::TYPE_NULL },
247 base::Value::Type type = base::Value::TYPE_NULL;
303 base::Value::Type type = base::Value::TYPE_NULL;
H A Dschema_unittest.cc177 EXPECT_EQ(base::Value::TYPE_NULL, sub.type());
241 { "Null", base::Value::TYPE_NULL },
308 { "bb", base::Value::TYPE_NULL },
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.cc136 case base::Value::TYPE_NULL:
463 if (strip_null_from_objects_ && child->IsType(base::Value::TYPE_NULL))
/external/chromium/base/
H A Dvalues.cc69 return new Value(TYPE_NULL);
129 DCHECK(IsType(TYPE_NULL));
136 DCHECK(IsType(TYPE_NULL));
137 return other->IsType(TYPE_NULL);

Completed in 1907 milliseconds

123