Lines Matching refs:anchorDef
71 string MdOut::anchorDef(string str, string name) { in anchorDef() function in MdOut
129 return kTD_Left + this->anchorDef(def, "<code>" + name + "</code>") + "</td>"; in tableDataCodeDef()
1290 this->htmlOut(anchorDef(def->fFiddle, "")); in markTypeOut()
1292 this->htmlOut(anchorDef(this->linkName(def), "")); in markTypeOut()
1402 this->htmlOut(anchorDef(def->fFiddle, "")); in markTypeOut()
1504 this->htmlOut(this->anchorDef(def->fFiddle, method_name)); in markTypeOut()
1506 this->htmlOut(this->anchorDef(def->fFiddle, "")); in markTypeOut()
1763 this->htmlOut(anchorDef(def->fName, "")); in markTypeOut()
1823 this->htmlOut(anchorDef(def->fFiddle, "")); in markTypeOut()
2019 this->htmlOut(" <td>" + this->anchorDef(refNameStr, in parameterHeaderOut()
2320 this->anchorDef(name, tableDescriptions.fPlural); in subtopicOut()
2329 this->anchorDef(name, name); in subtopicOut()