Searched refs:PrettyJson (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider_unittest.cc193 static std::string PrettyJson(const base::Value& value) { function in class:content::GeolocationNetworkProviderTest
205 return testing::AssertionFailure() << "Dictionary " << PrettyJson(dict)
218 << "Expected dictionary " << PrettyJson(expected)
222 << "Actual dictionary " << PrettyJson(actual)
226 << "Field " << field << " mismatch: " << PrettyJson(*expected_value)
227 << " != " << PrettyJson(*actual_value);
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc39 static std::string PrettyJson(const base::DictionaryValue& value) { function in namespace:chromeos::__anon6177
52 std::string dict_str = PrettyJson(dictionary);
63 << PrettyJson(*error_data);

Completed in 146 milliseconds