Home
last modified time | relevance | path

Searched refs:historyList (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHistory.cpp286 …RetainPtr<CFDictionaryRef> historyList(AdoptCF, createHistoryListFromStream(stream.get(), format)); in loadHistoryGutsFromURL() local
289 if (!historyList) in loadHistoryGutsFromURL()
292 …CFNumberRef fileVersionObject = (CFNumberRef)CFDictionaryGetValue(historyList.get(), FileVersionKe… in loadHistoryGutsFromURL()
300 CFArrayRef datesArray = (CFArrayRef)CFDictionaryGetValue(historyList.get(), DatesArrayKey); in loadHistoryGutsFromURL()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.h61 WebFrame(JNIEnv* env, jobject obj, jobject historyList, WebCore::Page* page);
DWebCoreFrameBridge.cpp225 WebFrame::WebFrame(JNIEnv* env, jobject obj, jobject historyList, WebCore::Page* page) in WebFrame() argument
231 mJavaFrame->mHistoryList = env->NewWeakGlobalRef(historyList); in WebFrame()
1087 …CreateFrame(JNIEnv* env, jobject obj, jobject javaview, jobject jAssetManager, jobject historyList) in CreateFrame() argument
1118 WebFrame* webFrame = new WebFrame(env, obj, historyList, page); in CreateFrame()