Searched defs:topControlsDelta (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h154 float topControlsDelta) { }
162 float topControlsDelta) { }
151 applyViewportDeltas( const WebSize& scrollDelta, float scaleFactor, float topControlsDelta) argument
158 applyViewportDeltas( const WebSize& pinchViewportDelta, const WebSize& mainFrameDelta, float scaleFactor, float topControlsDelta) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp4229 float topControlsDelta)
4232 applyViewportDeltas(pinchViewportDelta + mainFrameDelta, pageScaleDelta, topControlsDelta);
4235 void WebViewImpl::applyViewportDeltas(const WebSize& scrollDelta, float pageScaleDelta, float topControlsDelta) argument
4240 setTopControlsContentOffset(m_topControlsContentOffset + topControlsDelta);
4225 applyViewportDeltas( const WebSize& pinchViewportDelta, const WebSize& mainFrameDelta, float pageScaleDelta, float topControlsDelta) argument

Completed in 779 milliseconds