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

/external/skia/tools/skpdiff/
H A DSkDiffContext.h149 * @param useJSONP True to adding padding to the JSON output to make it cross-site requestable.
151 void outputRecords(SkWStream& stream, bool useJSONP);
H A DSkDiffContext.cpp295 void SkDiffContext::outputRecords(SkWStream& stream, bool useJSONP) { argument
299 if (useJSONP) {
395 if (useJSONP) {

Completed in 54 milliseconds