Searched refs: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::WebBackForwardListClassicFields
421 list.env()->CallVoidMethod(list.get(), gWebBackForwardListClassic.mRemoveHistoryItem, index);
997 gWebBackForwardListClassic.mRemoveHistoryItem = env->GetMethodID(clazz, "removeHistoryItem",
999 ALOG_ASSERT(gWebBackForwardListClassic.mRemoveHistoryItem, "Could not find method removeHistoryItem");

Completed in 324 milliseconds