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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java73 * @param faviconImageCallback A method to be called back when the result is available.
80 int desiredSizeInPixel, FaviconImageCallback faviconImageCallback) {
83 desiredSizeInPixel, faviconImageCallback);
99 * @param faviconImageCallback The callback to be notified with the best matching favicon.
103 FaviconImageCallback faviconImageCallback) {
107 faviconImageCallback);
137 FaviconImageCallback faviconImageCallback);
140 FaviconImageCallback faviconImageCallback);
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

Completed in 499 milliseconds