Searched refs:iconTypes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java70 * @param iconTypes One of the IconType class values.
78 Profile profile, String pageUrl, int iconTypes,
81 return nativeGetFaviconImageForURL(mNativeFaviconHelper, profile, pageUrl, iconTypes,
88 Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip,
77 getFaviconImageForURL( Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip, FaviconImageCallback faviconImageCallback) argument
87 nativeGetFaviconImageForURL(int nativeFaviconHelper, Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip, FaviconImageCallback faviconImageCallback) argument
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp297 UString iconTypes = MyLoadStringW(m, kIconTypesResId); local
299 SplitString(iconTypes, pairs);
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js125 const iconTypes = {
204 * @return {string} One of the keys from FileManager.iconTypes, or
216 for (var name in iconTypes) {
217 var value = iconTypes[name];
235 console.log('Unexpected value in iconTypes[' + name + ']: ' + value);

Completed in 203 milliseconds