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

  /external/webkit/WebCore/platform/
ScrollView.h 116 int visibleWidth() const { return visibleContentRect().width(); }
130 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight().
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 266 int visibleWidth = 0;
271 visibleWidth = view()->frameView()->screenWidth();
300 if (w != oldWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]

Completed in 78 milliseconds