HomeSort by relevance Sort by last modified time
    Searched defs:visibleWidth (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/android/jni/
WebCoreViewBridge.h 99 int visibleWidth() const { return m_visibleBounds.width(); }
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 125 virtual int visibleWidth() const { ASSERT_NOT_REACHED(); return 0; }
ScrollView.h 151 int visibleWidth() const { return visibleContentRect().width(); }
165 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight().
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 219 int visibleWidth = frame->width(plane);
225 --visibleWidth;
234 visibleWidth = originalWidth - 2;
238 return IntSize(visibleWidth, visibleHeight);
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 777 int RenderListBox::visibleWidth() const
RenderTableSection.cpp 266 int visibleWidth = 0;
271 visibleWidth = view()->frameView()->textWrapWidth();
300 if (w != oldLogicalWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {
    [all...]
RenderLayer.cpp     [all...]

Completed in 1369 milliseconds