Home
last modified time | relevance | path

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

/third_party/skia/tools/skiaserve/urlhandlers/
DInfoHandler.cpp40 sk_sp<SkData> data(request->getJsonInfo(n)); in handle()
/third_party/skia/tools/skiaserve/
DRequest.h57 sk_sp<SkData> getJsonInfo(int n);
DRequest.cpp251 sk_sp<SkData> Request::getJsonInfo(int n) { in getJsonInfo() function in Request