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