TYPE_NULL         123 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->IsType(Value::TYPE_NULL));
TYPE_NULL          25 base/json/json_reader_unittest.cc   EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
TYPE_NULL          39 base/json/json_reader_unittest.cc   EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
TYPE_NULL         333 base/json/json_reader_unittest.cc   EXPECT_TRUE(null_val->IsType(Value::TYPE_NULL));
TYPE_NULL         525 base/json/json_reader_unittest.cc   EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
TYPE_NULL         180 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
TYPE_NULL         402 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
TYPE_NULL          55 base/json/json_writer.cc     case Value::TYPE_NULL: {
TYPE_NULL          46 base/prefs/pref_registry.cc   DCHECK(orig_type != base::Value::TYPE_NULL &&
TYPE_NULL          89 base/values.cc   return new Value(TYPE_NULL);
TYPE_NULL         160 base/values.cc   DCHECK(IsType(TYPE_NULL));
TYPE_NULL         167 base/values.cc   DCHECK(IsType(TYPE_NULL));
TYPE_NULL         168 base/values.cc   return other->IsType(TYPE_NULL);
TYPE_NULL         170 base/values_unittest.cc   explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) {
TYPE_NULL         334 base/values_unittest.cc   EXPECT_EQ(Value::TYPE_NULL, value4->GetType());
TYPE_NULL         401 base/values_unittest.cc   ASSERT_TRUE(copy_null->IsType(Value::TYPE_NULL));
TYPE_NULL         587 chrome/browser/extensions/api/extension_action/extension_action_api.cc           case base::Value::TYPE_NULL:
TYPE_NULL         602 chrome/browser/extensions/api/extension_action/extension_action_api.cc     case base::Value::TYPE_NULL:
TYPE_NULL         222 chrome/browser/net/proxy_policy_handler.cc       policy_value->IsType(base::Value::TYPE_NULL) ||
TYPE_NULL         372 chrome/browser/policy/policy_browsertest.cc     EXPECT_EQ(base::Value::TYPE_NULL, value->GetType());
TYPE_NULL         119 chrome/browser/prefs/pref_hash_calculator_unittest.cc   ASSERT_EQ(base::Value::TYPE_NULL, null_value->GetType());
TYPE_NULL         131 chrome/browser/prefs/pref_model_associator.cc       if (new_value->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         188 chrome/browser/prefs/pref_model_associator.cc     } else if (!sync_value->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         339 chrome/browser/prefs/pref_model_associator.cc   if (value.IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         365 chrome/browser/prefs/pref_model_associator.cc   if (from_value.GetType() == base::Value::TYPE_NULL)
TYPE_NULL         367 chrome/browser/prefs/pref_model_associator.cc   if (to_value.GetType() == base::Value::TYPE_NULL)
TYPE_NULL         389 chrome/browser/prefs/pref_model_associator.cc   if (from_value.GetType() == base::Value::TYPE_NULL)
TYPE_NULL         391 chrome/browser/prefs/pref_model_associator.cc   if (to_value.GetType() == base::Value::TYPE_NULL)
TYPE_NULL          36 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_NULL))
TYPE_NULL         142 chrome/test/chromedriver/capabilities.cc           option_value->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         162 chrome/test/chromedriver/capabilities.cc         !option_value->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         144 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_TRUE(result && result->IsType(base::Value::TYPE_NULL));
TYPE_NULL         252 chrome/test/chromedriver/element_util.cc     if (!temp->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         296 chrome/test/chromedriver/window_commands.cc   if (id->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         250 components/json_schema/json_schema_validator.cc           case base::Value::TYPE_NULL:
TYPE_NULL         343 components/json_schema/json_schema_validator.cc     case base::Value::TYPE_NULL:
TYPE_NULL         553 components/json_schema/json_schema_validator.cc       case base::Value::TYPE_NULL:
TYPE_NULL         714 components/json_schema/json_schema_validator.cc       if (item_value && item_value->GetType() != base::Value::TYPE_NULL) {
TYPE_NULL          70 components/policy/core/common/policy_loader_win_unittest.cc     case base::Value::TYPE_NULL:
TYPE_NULL         669 components/policy/core/common/policy_loader_win_unittest.cc     case base::Value::TYPE_NULL: {
TYPE_NULL          59 components/policy/core/common/policy_test_utils.cc     case base::Value::TYPE_NULL:
TYPE_NULL          65 components/policy/core/common/registry_dict_win.cc     case base::Value::TYPE_NULL: {
TYPE_NULL          72 components/policy/core/common/schema.cc     { schema::kNull,         base::Value::TYPE_NULL       },
TYPE_NULL         338 components/policy/core/common/schema.cc   base::Value::Type type = base::Value::TYPE_NULL;
TYPE_NULL         408 components/policy/core/common/schema.cc   base::Value::Type type = base::Value::TYPE_NULL;
TYPE_NULL         282 components/policy/core/common/schema_unittest.cc   EXPECT_EQ(base::Value::TYPE_NULL, sub.type());
TYPE_NULL         366 components/policy/core/common/schema_unittest.cc     { "Null",                 base::Value::TYPE_NULL },
TYPE_NULL         436 components/policy/core/common/schema_unittest.cc     { "bb",     base::Value::TYPE_NULL },
TYPE_NULL         399 content/browser/geolocation/network_location_request.cc     if (!location_value->IsType(base::Value::TYPE_NULL)) {
TYPE_NULL         137 content/renderer/v8_value_converter_impl.cc     case base::Value::TYPE_NULL:
TYPE_NULL         467 content/renderer/v8_value_converter_impl.cc     if (strip_null_from_objects_ && child->IsType(base::Value::TYPE_NULL))
TYPE_NULL         110 content/renderer/v8_value_converter_impl_unittest.cc     return child->GetType() == base::Value::TYPE_NULL;
TYPE_NULL         129 content/renderer/v8_value_converter_impl_unittest.cc     return child->GetType() == base::Value::TYPE_NULL;
TYPE_NULL         188 content/renderer/v8_value_converter_impl_unittest.cc       EXPECT_EQ(base::Value::TYPE_NULL, temp->GetType());
TYPE_NULL         377 content/renderer/v8_value_converter_impl_unittest.cc                 base::Value::TYPE_NULL,  // Arbitrary type, result is NULL.
TYPE_NULL         182 extensions/browser/api/storage/storage_api.cc     case base::Value::TYPE_NULL:
TYPE_NULL         227 extensions/browser/api/storage/storage_api.cc     case base::Value::TYPE_NULL:
TYPE_NULL         141 extensions/browser/extension_function.cc   return args_->Get(index, &value) && !value->IsType(base::Value::TYPE_NULL);
TYPE_NULL         125 gpu/tools/compositor_model_bench/render_tree.cc     case base::Value::TYPE_NULL:
TYPE_NULL          66 ipc/ipc_message_utils.cc     case base::Value::TYPE_NULL:
TYPE_NULL         177 ipc/ipc_message_utils.cc     case base::Value::TYPE_NULL:
TYPE_NULL          28 net/test/spawned_test_server/local_test_server.cc     case base::Value::TYPE_NULL:
TYPE_NULL          42 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc     case base::Value::TYPE_NULL:
TYPE_NULL         142 ppapi/shared_impl/var_value_conversions.cc     case base::Value::TYPE_NULL: {
TYPE_NULL          31 ppapi/shared_impl/var_value_conversions_unittest.cc     case base::Value::TYPE_NULL: {
TYPE_NULL         305 remoting/android/java/src/org/chromium/chromoting/DesktopView.java         outAttrs.inputType = InputType.TYPE_NULL;
TYPE_NULL         582 tools/ipc_fuzzer/mutate/generate.cc         case base::Value::TYPE_NULL:
TYPE_NULL         647 tools/ipc_fuzzer/mutate/generate.cc         case base::Value::TYPE_NULL:
TYPE_NULL          75 tools/json_schema_compiler/util.cc     case base::Value::TYPE_NULL: