Home
last modified time | relevance | path

Searched refs:json_wide (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/perf/
Dindexeddb_uitest.cc66 std::wstring json_wide; in GetResults() local
71 &json_wide); in GetResults()
77 std::string json = WideToUTF8(json_wide); in GetResults()
Ddom_checker_uitest.cc166 std::wstring json_wide; in GetTestsFailed() local
171 &json_wide); in GetTestsFailed()
179 std::string json = WideToUTF8(json_wide); in GetTestsFailed()
/external/chromium/base/json/
Djson_reader.cc155 std::wstring json_wide(UTF8ToWide(json)); in JsonToValue() local
156 start_pos_ = json_wide.c_str(); in JsonToValue()
163 if (!json_wide.empty() && start_pos_[0] == 0xFEFF) { in JsonToValue()