HomeSort by relevance Sort by last modified time
    Searched refs:PrettyJson (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 198 static std::string PrettyJson(const base::Value& value) {
210 return testing::AssertionFailure() << "Dictionary " << PrettyJson(dict)
223 << "Expected dictionary " << PrettyJson(expected)
227 << "Actual dictionary " << PrettyJson(actual)
231 << "Field " << field << " mismatch: " << PrettyJson(*expected_value)
232 << " != " << PrettyJson(*actual_value);
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 40 static std::string PrettyJson(const base::DictionaryValue& value) {
53 std::string dict_str = PrettyJson(dictionary);
64 << PrettyJson(*error_data);

Completed in 90 milliseconds