HomeSort by relevance Sort by last modified time
    Searched defs:protocol_handlers (Results 1 - 2 of 2) sorted by null

  /system/webservd/webservd/
config.h 60 std::vector<ProtocolHandler> protocol_handlers; member in struct:webservd::final
config.cc 36 const char kProtocolHandlersKey[] = "protocol_handlers";
44 "protocol_handlers": [
143 const base::ListValue* protocol_handlers = nullptr; // Owned by |value| local
144 if (dict_value->GetList(kProtocolHandlersKey, &protocol_handlers)) {
145 for (base::Value* handler_value : *protocol_handlers) {
180 config->protocol_handlers.push_back(std::move(handler_config));

Completed in 537 milliseconds