Searched defs:textWrapWidth (Results 1 – 4 of 4) sorted by relevance
106 int Widget::textWrapWidth() const in textWrapWidth() function in WebCore::Widget
518 int textWrapWidth() const { return m_textWrapWidth; } in textWrapWidth() function
1124 int textWrapWidth, float scale, int screenWidth, int screenHeight, in setSizeScreenWidthAndScale()4492 jint height, jint textWrapWidth, jfloat scale, jint screenWidth, in SetSize()
888 int textWrapWidth = view()->frameView()->textWrapWidth(); in layoutInlineChildren() local