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

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

Completed in 336 milliseconds