HomeSort by relevance Sort by last modified time
    Searched refs:textWrapWidth (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 106 int Widget::textWrapWidth() const
120 return core->textWrapWidth();
  /external/webkit/Source/WebCore/platform/
Widget.h 306 int textWrapWidth() const;
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderView.cpp 91 setVisibleWidth(m_frameView->textWrapWidth());
RenderTable.cpp 222 setVisibleWidth(view()->frameView()->textWrapWidth());
    [all...]
RenderTableCell.cpp 156 setVisibleWidth(view()->frameView()->textWrapWidth());
    [all...]
RenderTableSection.cpp 277 visibleWidth = view()->frameView()->textWrapWidth();
    [all...]
RenderBox.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
WebViewCore.h 523 int textWrapWidth() const { return m_textWrapWidth; }
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 639 textWrapWidth is used by layout to wrap column around. If viewport uses
640 fixed size, textWrapWidth can be different from width with zooming.
644 int textWrapWidth, float scale, int screenWidth, int screenHeight,
    [all...]

Completed in 408 milliseconds