Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h200 void restoreScale(float scale, float textWrapScale);
DWebViewCore.cpp1033 void WebViewCore::restoreScale(float scale, float textWrapScale) in restoreScale() function in android::WebViewCore
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp860 webViewCore->restoreScale(bridge->scale(), bridge->textWrapScale()); in restoreViewState()