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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 127 // visibleContentRect().size() is computed from unscaledVisibleContentSize() divided by the value of visibleContentScaleFactor.
128 // For the main frame, visibleContentScaleFactor is equal to the page's pageScaleFactor; it's 1 otherwise.
130 virtual float visibleContentScaleFactor() const { return 1; }
135 // Scale used to convert incoming input events. Usually the same as visibleContentScaleFactor(), unless specifically changed.
136 virtual float inputEventsScaleFactor() const { return visibleContentScaleFactor(); }
ScrollView.cpp 203 visibleContentSize.scale(1 / visibleContentScaleFactor());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 377 ASSERT(frame->view()->visibleContentScaleFactor() == 1);
FrameView.h 147 virtual float visibleContentScaleFactor() const OVERRIDE { return m_visibleContentScaleFactor; }
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 552 client()->initializeChildFrame(frame()->view()->frameRect(), frame()->view()->visibleContentScaleFactor());
    [all...]

Completed in 92 milliseconds