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