OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorModeHandler
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/skiaserve/urlhandlers/
ColorModeHandler.cpp
16
bool
ColorModeHandler
::canHandle(const char* method, const char* url) {
22
int
ColorModeHandler
::handle(Request* request, MHD_Connection* connection,
UrlHandler.h
151
class
ColorModeHandler
: public UrlHandler {
/external/skia/tools/skiaserve/
skiaserve.cpp
47
fHandlers.push_back(new
ColorModeHandler
);
Completed in 52 milliseconds