Searched refs:bundled_path_prefix (Results 1 – 2 of 2) sorted by relevance
171 std::string bundled_path_prefix(chrome::kChromeUIDevToolsBundledPath); in StartDataRequest() local172 bundled_path_prefix += "/"; in StartDataRequest()173 if (StartsWithASCII(path, bundled_path_prefix, false)) { in StartDataRequest()174 StartBundledDataRequest(path.substr(bundled_path_prefix.length()), in StartDataRequest()
137 std::string bundled_path_prefix(chrome::kChromeUIDevToolsBundledPath); in IsSupportedDevToolsURL() local138 bundled_path_prefix = "/" + bundled_path_prefix + "/"; in IsSupportedDevToolsURL()142 !StartsWithASCII(url.path(), bundled_path_prefix, false)) { in IsSupportedDevToolsURL()163 relative_path.assign(spec.substr(offset + bundled_path_prefix.length())); in IsSupportedDevToolsURL()