Home
last modified time | relevance | path

Searched defs:textWrapWidth (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DWidgetAndroid.cpp106 int Widget::textWrapWidth() const in textWrapWidth() function in WebCore::Widget
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h518 int textWrapWidth() const { return m_textWrapWidth; } in textWrapWidth() function
DWebViewCore.cpp1124 int textWrapWidth, float scale, int screenWidth, int screenHeight, in setSizeScreenWidthAndScale()
4492 jint height, jint textWrapWidth, jfloat scale, jint screenWidth, in SetSize()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp888 int textWrapWidth = view()->frameView()->textWrapWidth(); in layoutInlineChildren() local