Searched defs:FindBestMatchingIcon (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper_unittest.cc102 GURL FindBestMatchingIcon(const std::vector<content::Manifest::Icon>& icons) { function in class:ShortcutHelperTest
103 return shortcut_helper_->FindBestMatchingIcon(icons);
141 GURL url = FindBestMatchingIcon(icons);
151 GURL url = FindBestMatchingIcon(icons);
169 GURL url = FindBestMatchingIcon(icons);
175 url = FindBestMatchingIcon(icons);
181 url = FindBestMatchingIcon(icons);
187 url = FindBestMatchingIcon(icons);
212 GURL url = FindBestMatchingIcon(icons);
216 url = FindBestMatchingIcon(icon
[all...]
H A Dshortcut_helper.cc137 GURL ShortcutHelper::FindBestMatchingIcon( function in class:ShortcutHelper
182 GURL ShortcutHelper::FindBestMatchingIcon( function in class:ShortcutHelper
226 url = FindBestMatchingIcon(icons, device_scale_factor);
228 url = FindBestMatchingIcon(icons, Manifest::Icon::kDefaultDensity);
264 GURL icon_src = FindBestMatchingIcon(manifest.icons);

Completed in 57 milliseconds