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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java71 * @param iconTypes One of the IconType class values.
79 Profile profile, String pageUrl, int iconTypes,
82 return nativeGetLocalFaviconImageForURL(mNativeFaviconHelper, profile, pageUrl, iconTypes,
93 * @param iconTypes The list of icon types (each entry can be a bitmasked collection
102 Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx,
106 mNativeFaviconHelper, profile, pageUrl, iconTypes, minSizeThresholdPx - 1,
136 Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip,
139 Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx,
78 getLocalFaviconImageForURL( Profile profile, String pageUrl, int iconTypes, int desiredSizeInPixel, FaviconImageCallback faviconImageCallback) argument
101 getLargestRawFaviconForUrl( Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx, FaviconImageCallback faviconImageCallback) argument
135 nativeGetLocalFaviconImageForURL(long nativeFaviconHelper, Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip, FaviconImageCallback faviconImageCallback) argument
138 nativeGetLargestRawFaviconForUrl(long nativeFaviconHelper, Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx, FaviconImageCallback faviconImageCallback) argument
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp297 UString iconTypes = MyLoadStringW(m, kIconTypesResId); local
299 SplitString(iconTypes, pairs);

Completed in 883 milliseconds