Home
last modified time | relevance | path

Searched refs:kBasePath (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tools/skiaserve/urlhandlers/
H A DClipAlphaHandler.cpp17 static const char* kBasePath = "/clipAlpha/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DColorModeHandler.cpp17 static const char* kBasePath = "/colorMode/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DEnableGPUHandler.cpp17 static const char* kBasePath = "/enableGPU/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DOpBoundsHandler.cpp17 static const char* kBasePath = "/gpuOpBounds/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DOpsHandler.cpp17 const char* kBasePath = "/ops"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DOverdrawHandler.cpp17 static const char* kBasePath = "/overdraw/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DImgHandler.cpp17 static const char* kBasePath = "/img"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DCmdHandler.cpp17 const char* kBasePath = "/cmd"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
H A DBreakHandler.cpp17 static const char* kBasePath = "/break"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()

Completed in 3 milliseconds