Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dserver_unittest.cc822 class StaticHttpServerRequestHandler class
825 StaticHttpServerRequestHandler(CefRefPtr<CefRequest> expected_request, in StaticHttpServerRequestHandler() function in __anond34723fb0111::StaticHttpServerRequestHandler
862 DISALLOW_COPY_AND_ASSIGN(StaticHttpServerRequestHandler);
992 return std::make_unique<StaticHttpServerRequestHandler>(request_, 1, in CreateHttpRequestHandler()