HomeSort by relevance Sort by last modified time
    Searched defs:textWrapScale (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/history/android/
AndroidWebHistoryBridge.h 48 float textWrapScale() const { return m_textWrapScale; }
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 422 const float textWrapScale = bridge->textWrapScale();
423 LOGV("Writing text wrap scale %f", textWrapScale);
424 v.append((char*)&textWrapScale, sizeof(float));
    [all...]
WebViewCore.h 203 void restoreScale(float scale, float textWrapScale);
536 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; }

Completed in 1191 milliseconds