Searched refs:screenWidthScale (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/history/android/
H A DAndroidWebHistoryBridge.h48 int screenWidthScale() const { return m_screenWidthScale; } function in class:WebCore::AndroidWebHistoryBridge
/external/webkit/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp65 return static_cast<int>((core->screenWidthScale() * core->screenWidth()) / core->scale());
H A DFrameLoaderClientAndroid.cpp803 bridge->setScreenWidthScale((int)(webViewCore->screenWidthScale() * 100));
817 int screenWidthScale = bridge->screenWidthScale(); local
818 if (screenWidthScale != scale)
819 webViewCore->restoreScreenWidthScale(screenWidthScale);
/external/webkit/WebKit/android/jni/
H A DWebHistory.cpp422 const int screenWidthScale = bridge->screenWidthScale(); local
423 LOGV("Writing screen width scale %d", screenWidthScale);
424 v.append((char*)&screenWidthScale, sizeof(int));
H A DWebViewCore.h456 float screenWidthScale() const { return m_screenWidthScale; } function in class:android::WebViewCore

Completed in 59 milliseconds