Searched refs:textWrapWidth (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/android/ |
D | WidgetAndroid.cpp | 110 int Widget::textWrapWidth() const in textWrapWidth() function in WebCore::Widget 124 return core->textWrapWidth(); in textWrapWidth()
|
/external/webkit/Source/WebCore/platform/ |
D | Widget.h | 306 int textWrapWidth() const;
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 1322 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()
|
D | WebViewCore.h | 533 int textWrapWidth() const { return m_textWrapWidth; } in textWrapWidth() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 888 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()
|
D | RenderView.cpp | 91 setVisibleWidth(m_frameView->textWrapWidth()); in computeLogicalWidth()
|
D | RenderTable.cpp | 221 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()
|
D | RenderTableCell.cpp | 156 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()
|
D | RenderTableSection.cpp | 271 visibleWidth = view()->frameView()->textWrapWidth(); in setCellLogicalWidths()
|
D | RenderBox.cpp | 1545 setVisibleWidth(view()->frameView()->textWrapWidth()); in computeLogicalWidth()
|