OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scale_str
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/favicon/
favicon_url_parser.cc
61
std::string
scale_str
;
local
68
scale_str
= path.substr(scale_delimiter + 1,
81
if (!
scale_str
.empty())
82
webui::ParseScaleFactor(
scale_str
, &parsed->scale_factor);
Completed in 125 milliseconds