Searched refs:kBasePath (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | ClipAlphaHandler.cpp | 17 static const char* kBasePath = "/clipAlpha/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | ColorModeHandler.cpp | 17 static const char* kBasePath = "/colorMode/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | EnableGPUHandler.cpp | 17 static const char* kBasePath = "/enableGPU/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | OpBoundsHandler.cpp | 17 static const char* kBasePath = "/gpuOpBounds/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | OpsHandler.cpp | 17 const char* kBasePath = "/ops"; in canHandle() local 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | OverdrawHandler.cpp | 17 static const char* kBasePath = "/overdraw/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | ImgHandler.cpp | 17 static const char* kBasePath = "/img"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | CmdHandler.cpp | 17 const char* kBasePath = "/cmd"; in canHandle() local 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
H A D | BreakHandler.cpp | 17 static const char* kBasePath = "/break"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
Completed in 3 milliseconds