Searched refs:PathToStyle (Results 1 – 1 of 1) sorted by relevance
251 std::string PathToStyle = ""; in getPathToStyle() local255 PathToStyle += ".." + PathSep; in getPathToStyle()256 return PathToStyle + "style.css"; in getPathToStyle()260 const std::string &PathToStyle = "") { in emitPrelude() argument266 if (PathToStyle.empty()) in emitPrelude()270 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()