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

/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc110 jint j_icon_types,
133 static_cast<int>(j_icon_types),
146 jintArray j_icon_types,
161 base::android::JavaIntArrayToIntVector(env, j_icon_types, &icon_types);
105 GetLocalFaviconImageForURL( JNIEnv* env, jobject obj, jobject j_profile, jstring j_page_url, jint j_icon_types, jint j_desired_size_in_pixel, jobject j_favicon_image_callback) argument
141 GetLargestRawFaviconForUrl( JNIEnv* env, jobject obj, jobject j_profile, jstring j_page_url, jintArray j_icon_types, jint j_min_size_threshold_px, jobject j_favicon_image_callback) argument

Completed in 122 milliseconds