Searched refs:hash_pos (Results 1 – 1 of 1) sorted by relevance
29 size_t hash_pos = url.spec().find('#'); in ClearBlobUrlRef() local30 if (hash_pos == std::string::npos) in ClearBlobUrlRef()32 return GURL(url.spec().substr(0, hash_pos)); in ClearBlobUrlRef()