Home
last modified time | relevance | path

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

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