Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/
Ddevtools_ui.cc37 std::string PathWithoutParams(const std::string& path) { in PathWithoutParams() function
107 std::string filename = PathWithoutParams(path); in GetMimeTypeForPath()
232 std::string filename = PathWithoutParams(path); in StartBundledDataRequest()
/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_impl.cc271 static std::string PathWithoutParams(const std::string& path) { in PathWithoutParams() function
348 std::string filename = PathWithoutParams(info.path.substr(10)); in OnHttpRequest()