Searched refs:hashPos (Results 1 – 1 of 1) sorted by relevance
209 size_t hashPos = url.find('#'); in getImageMap() local210 String name = (hashPos == kNotFound ? url : url.substring(hashPos + 1)).impl(); in getImageMap()