Home | History | Annotate | Download | only in jni

Lines Matching defs:saveDocumentState

1813 void WebViewCore::saveDocumentState(WebCore::Frame* frame)
2714 static void SaveDocumentState(JNIEnv *env, jobject obj, jint frame)
2722 viewImpl->saveDocumentState((WebCore::Frame*) frame);
3221 (void*) SaveDocumentState },