Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.cpp73 string htmlName = ParserCommon::HtmlFileName(fFileName); in anchorDef() local
74 vector<AnchorDef>& allDefs = fAllAnchorDefs[htmlName]; in anchorDef()
89 string htmlName; in anchorRef() local
93 htmlName = ParserCommon::HtmlFileName(fFileName); in anchorRef()
95 htmlName = ref.substr(0, hashIndex); in anchorRef()
97 vector<string>& allRefs = fAllAnchorRefs[htmlName]; in anchorRef()