HomeSort by relevance Sort by last modified time
    Searched refs:screenWidthScale (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/history/android/
AndroidWebHistoryBridge.h 48 int screenWidthScale() const { return m_screenWidthScale; }
  /external/webkit/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 65 return static_cast<int>((core->screenWidthScale() * core->screenWidth()) / core->scale());
FrameLoaderClientAndroid.cpp 803 bridge->setScreenWidthScale((int)(webViewCore->screenWidthScale() * 100));
817 int screenWidthScale = bridge->screenWidthScale();
818 if (screenWidthScale != scale)
819 webViewCore->restoreScreenWidthScale(screenWidthScale);
    [all...]
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 422 const int screenWidthScale = bridge->screenWidthScale();
423 LOGV("Writing screen width scale %d", screenWidthScale);
424 v.append((char*)&screenWidthScale, sizeof(int));
WebViewCore.h 456 float screenWidthScale() const { return m_screenWidthScale; }

Completed in 68 milliseconds