Searched refs:itKey (Results 1 – 1 of 1) sorted by relevance
487 const std::string& itKey = it->first; in getKeyHistoryFromUrl() local488 if (strncmp(itKey.c_str(), url.c_str(), itKey.size())) { in getKeyHistoryFromUrl()491 if (key) *key = itKey; in getKeyHistoryFromUrl()492 if (prop) *prop = url.substr(itKey.size() + 1); in getKeyHistoryFromUrl()