Home
last modified time | relevance | path

Searched refs:SendOK (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/skiaserve/urlhandlers/
DCmdHandler.cpp49 return SendOK(connection); in handle()
58 return SendOK(connection); in handle()
DColorModeHandler.cpp41 return SendOK(connection); in handle()
DOpBoundsHandler.cpp35 return SendOK(connection); in handle()
DEnableGPUHandler.cpp39 return SendOK(connection); in handle()
DClipAlphaHandler.cpp36 return SendOK(connection); in handle()
DOverdrawHandler.cpp39 return SendOK(connection); in handle()
/external/skia/tools/skiaserve/
DResponse.h17 int SendOK(MHD_Connection* connection);
DResponse.cpp44 int SendOK(MHD_Connection* connection) { in SendOK() function