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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 189 FloatSize visibleContentSize = unscaledVisibleContentSize(scollbarInclusion);
190 visibleContentSize.scale(1 / visibleContentScaleFactor());
191 return IntRect(IntPoint(m_scrollOffset), expandedIntSize(visibleContentSize));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 51 milliseconds