Home | History | Annotate | Download | only in jni

Lines Matching defs:favicon

548     // If this is the main frame and we already have a favicon in the database,
550 jobject favicon = NULL;
554 favicon = webcoreImageToJavaBitmap(env, icon);
559 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mLoadStarted, urlStr, favicon,
563 if (favicon)
564 env->DeleteLocalRef(favicon);