Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/prerender/
Dprerender_resource_throttle.cc91 if (!PrerenderManager::IsValidHttpMethod(method)) { in WillStartRequestOnUI()
Dprerender_manager.h235 static bool IsValidHttpMethod(const std::string& method);
Dprerender_manager.cc902 bool PrerenderManager::IsValidHttpMethod(const std::string& method) { in IsValidHttpMethod() function in prerender::PrerenderManager