Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.cpp87 string MdOut::anchorRef(string ref, string name) { in anchorRef() function in MdOut
109 return this->anchorRef("#" + ref, name); in anchorLocalRef()
113 return kTD_Left + this->anchorRef(ref, "<code>" + name + "</code>") + "</td>"; in tableDataCodeRef()
612 this->anchorRef(s.fPriorLink, s.fPriorWord); in addReferences()
620 this->anchorRef(s.fPriorLink, s.fPriorWord); in addReferences()
1281 this->htmlOut(anchorRef(anchorLink, anchorText)); in markTypeOut()
2235 this->htmlOut(this->anchorRef("#" + col2->fFiddle, methodName)); in rowOut()
DmdOut.h208 string anchorRef(string def, string name);