json_ 35 base/json/json_parser.cc DictionaryHiddenRootValue(std::string* json, Value* root) : json_(json) { json_ 51 base/json/json_parser.cc json_.reset(); json_ 78 base/json/json_parser.cc scoped_ptr<std::string> json_; json_ 85 base/json/json_parser.cc ListHiddenRootValue(std::string* json, Value* root) : json_(json) { json_ 101 base/json/json_parser.cc json_.reset(); json_ 124 base/json/json_parser.cc scoped_ptr<std::string> json_; json_ 43 cc/trees/layer_tree_host_common_perftest.cc ASSERT_TRUE(base::ReadFileToString(json_file, &json_)); json_ 50 cc/trees/layer_tree_host_common_perftest.cc ParseTreeFromJson(json_, &content_layer_client_); json_ 71 cc/trees/layer_tree_host_common_perftest.cc std::string json_; json_ 131 cc/trees/layer_tree_host_perftest.cc ASSERT_TRUE(base::ReadFileToString(json_file, &json_)); json_ 137 cc/trees/layer_tree_host_perftest.cc scoped_refptr<Layer> root = ParseTreeFromJson(json_, json_ 144 cc/trees/layer_tree_host_perftest.cc std::string json_; json_ 598 chrome/browser/extensions/api/downloads/downloads_api.cc json_(json_item.Pass()), json_ 614 chrome/browser/extensions/api/downloads/downloads_api.cc const base::DictionaryValue& json() const { return *json_.get(); } json_ 616 chrome/browser/extensions/api/downloads/downloads_api.cc json_ = json_item.Pass(); json_ 803 chrome/browser/extensions/api/downloads/downloads_api.cc scoped_ptr<base::DictionaryValue> json_; json_ 41 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc json_(), json_ 69 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc json_ = Json::Build().Pass(); json_ 70 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc if (!success || !json_->ParseObject(data)) { json_ 174 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc if (!json_->GetJsonValueForKey(key, &value) || value == NULL) { json_ 189 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc json_.reset(); json_ 116 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.h scoped_ptr<Json> json_; json_ 31 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc JsonTest() : json_(Json::Build()) {} json_ 35 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc scoped_ptr<Json> json_; json_ 39 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject(std::string())); json_ 43 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{}")); json_ 44 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->GetStringValueForKey("key", NULL)); json_ 45 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->GetStringValueForKey(std::string(), NULL)); json_ 49 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject("{")); json_ 53 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"key\": \"value\"}")); json_ 55 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->GetStringValueForKey("key", &value)); json_ 60 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"key\": \"value\"}")); json_ 61 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->GetStringValueForKey(std::string(), NULL)); json_ 65 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"\": \"value\"}")); json_ 67 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetStringValueForKey(std::string(), &value)); json_ 72 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"key\": \"\"}")); json_ 74 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetStringValueForKey("key", &value)); json_ 79 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"key\": \"Ü\"}")); json_ 81 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetStringValueForKey("key", &value)); json_ 86 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject("{\"key\": \"\xC3\x28\"}")); json_ 91 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject(std::string(kJson, sizeof kJson - 1))); json_ 96 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc json_->ParseObject("{\"key1\": \"value1\", \"key2\": \"value2\"}")); json_ 98 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetStringValueForKey("key1", &value)); json_ 101 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetStringValueForKey("key2", &value)); json_ 106 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject("[]")); json_ 110 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject("\"value\"")); json_ 114 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->ParseObject("3")); json_ 118 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"dict\": {\"key\": \"value\"}}")); json_ 121 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->GetJsonValueForKey("dict", &dict)); json_ 130 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"dict\": {\"key\": \"value\"}}")); json_ 133 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_FALSE(json_->GetJsonValueForKey("not-dict", &dict)); json_ 138 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc ASSERT_TRUE(json_->ParseObject("{\"dict\": {\"key\": \"value\"}}")); json_ 139 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc EXPECT_TRUE(json_->GetJsonValueForKey("dict", NULL)); json_ 597 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_ = JsonWriter::from(instance_.createOutputFile( json_ 608 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if (err.empty() && json_) { json_ 609 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->OpenList(); json_ 611 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_ = 0; json_ 630 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if (json_) { json_ 631 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->CloseList(); json_ 632 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp delete json_; json_ 633 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_ = 0; json_ 872 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if (!json_) json_ 875 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->OpenObject(); json_ 876 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("name", info->record()->getQualifiedNameAsString()); json_ 877 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("loc", GetLocString(info->record()->getLocStart())); json_ 878 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->CloseObject(); json_ 882 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp DumpEdgeVisitor(JsonWriter* json) : json_(json) {} json_ 888 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->OpenObject(); json_ 889 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("src", src->record()->getQualifiedNameAsString()); json_ 890 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("dst", dst->record()->getQualifiedNameAsString()); json_ 891 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("lbl", lbl); json_ 892 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("kind", kind); json_ 893 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("loc", loc); json_ 894 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->Write("ptr", json_ 902 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_->CloseObject(); json_ 934 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp JsonWriter* json_; json_ 940 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp DumpEdgeVisitor visitor(json_); json_ 1307 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp JsonWriter* json_;