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 202 static std::string PrettyJson(const base::Value& value) {
214 return testing::AssertionFailure() << "Dictionary " << PrettyJson(dict)
227 << "Expected dictionary " << PrettyJson(expected)
231 << "Actual dictionary " << PrettyJson(actual)
235 << "Field " << field << " mismatch: " << PrettyJson(*expected_value)
236 << " != " << PrettyJson(*actual_value);
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 38 static std::string PrettyJson(const base::DictionaryValue& value) {
51 std::string dict_str = PrettyJson(dictionary);
62 << PrettyJson(*error_data);

Completed in 68 milliseconds