Home
last modified time | relevance | path

Searched refs:scale_str (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/favicon/
Dfavicon_url_parser.cc60 std::string scale_str; in ParseFaviconPath() local
67 scale_str = path.substr(scale_delimiter + 1, in ParseFaviconPath()
79 if (!scale_str.empty()) in ParseFaviconPath()
80 webui::ParseScaleFactor(scale_str, &parsed->device_scale_factor); in ParseFaviconPath()