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/
WebViewCore.h 199 void restoreScale(float scale, float textWrapScale);
525 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; }
    [all...]
WebHistory.cpp 491 const float textWrapScale = bridge->textWrapScale();
492 ALOGV("Writing text wrap scale %f", textWrapScale);
493 vector.append((char*)&textWrapScale, sizeof(float));
    [all...]

Completed in 444 milliseconds