Searched refs:PathToStyle (Results 1 – 1 of 1) sorted by relevance
253 std::string PathToStyle = ""; in getPathToStyle() local257 PathToStyle += ".." + PathSep; in getPathToStyle()258 return PathToStyle + "style.css"; in getPathToStyle()262 const std::string &PathToStyle = "") { in emitPrelude() argument268 if (PathToStyle.empty()) in emitPrelude()272 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()