Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h181 void restoreScreenWidthScale(int);
DWebViewCore.cpp1065 void WebViewCore::restoreScreenWidthScale(int scale) in restoreScreenWidthScale() function in android::WebViewCore
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp819 webViewCore->restoreScreenWidthScale(screenWidthScale); in restoreViewState()