Home
last modified time | relevance | path

Searched refs:textWrapWidth (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DWidgetAndroid.cpp110 int Widget::textWrapWidth() const in textWrapWidth() function in WebCore::Widget
124 return core->textWrapWidth(); in textWrapWidth()
/external/webkit/Source/WebCore/platform/
DWidget.h306 int textWrapWidth() const;
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1322 int textWrapWidth, float scale, int screenWidth, int screenHeight, in setSizeScreenWidthAndScale() argument
1341 m_textWrapWidth = textWrapWidth; in setSizeScreenWidthAndScale()
1347 const bool reflow = otw && textWrapWidth && in setSizeScreenWidthAndScale()
1348 ((float) abs(otw - textWrapWidth) / textWrapWidth) >= 0.01f; in setSizeScreenWidthAndScale()
1367 if (otw && textWrapWidth && otw != textWrapWidth && in setSizeScreenWidthAndScale()
1416 const bool leftAlign = (otw != textWrapWidth) in setSizeScreenWidthAndScale()
4004 jint textWrapWidth, jfloat scale, jint screenWidth, jint screenHeight, in SetSize() argument
4013 viewImpl->setSizeScreenWidthAndScale(width, height, textWrapWidth, scale, in SetSize()
DWebViewCore.h533 int textWrapWidth() const { return m_textWrapWidth; } in textWrapWidth() function
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp888 int textWrapWidth = view()->frameView()->textWrapWidth(); in layoutInlineChildren() local
890 if (textWrapWidth > 0 && width() > (textWrapWidth + padding)) { in layoutInlineChildren()
893 int maxWidth = textWrapWidth - 2 * ANDROID_FCTS_MARGIN_PADDING + padding; in layoutInlineChildren()
DRenderView.cpp91 setVisibleWidth(m_frameView->textWrapWidth()); in computeLogicalWidth()
DRenderTable.cpp221 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()
DRenderTableCell.cpp156 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()
DRenderTableSection.cpp271 visibleWidth = view()->frameView()->textWrapWidth(); in setCellLogicalWidths()
DRenderBox.cpp1545 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()