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

/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.cpp70 jmethodID mRemoveHistoryItem; member in struct:android::WebBackForwardListFields
421 list.env()->CallVoidMethod(list.get(), gWebBackForwardList.mRemoveHistoryItem, index);
995 gWebBackForwardList.mRemoveHistoryItem = env->GetMethodID(clazz, "removeHistoryItem",
997 ALOG_ASSERT(gWebBackForwardList.mRemoveHistoryItem, "Could not find method removeHistoryItem");

Completed in 67 milliseconds