SerializeInternal 19 base/json/json_file_value_serializer.cc return SerializeInternal(root, false); SerializeInternal 24 base/json/json_file_value_serializer.cc return SerializeInternal(root, true); SerializeInternal 75 base/json/json_file_value_serializer.h bool SerializeInternal(const base::Value& root, bool omit_binary_values); SerializeInternal 16 base/json/json_string_value_serializer.cc return SerializeInternal(root, false); SerializeInternal 21 base/json/json_string_value_serializer.cc return SerializeInternal(root, true); SerializeInternal 65 base/json/json_string_value_serializer.h bool SerializeInternal(const base::Value& root, bool omit_binary_values);