Searched refs:kInternetExplorerPattern (Results 1 – 1 of 1) sorted by relevance
60 static const char kInternetExplorerPattern[] = "MSIE"; variable365 } else if (agent_str.find(kInternetExplorerPattern) != std::string::npos) { in GetAgent()