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

  /external/webkit/Source/WebKit/android/jni/
WebCoreViewBridge.h 100 int visibleHeight() const { return m_visibleBounds.height(); }
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 124 virtual int visibleHeight() const { ASSERT_NOT_REACHED(); return 0; }
ScrollView.h 156 int visibleHeight() const { return visibleContentRect().height(); }
169 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight().
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 220 int visibleHeight = frame->height(plane);
238 return IntSize(visibleWidth, visibleHeight);
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 772 int RenderListBox::visibleHeight() const
RenderLayer.cpp     [all...]
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 188 int visibleHeight = getVisibleTitleHeight();
189 float startPos = (-getEmbeddedHeight() + visibleHeight);
209 int visibleHeight = getVisibleTitleHeight();
212 (-getEmbeddedHeight() + visibleHeight));

Completed in 7147 milliseconds