Home
last modified time | relevance | path

Searched refs:oldContentsWidth (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1693 int oldContentsWidth = contentsSize().width(); in resize() local
1698 && oldSize.width && oldContentsWidth && newSize.width != oldSize.width; in resize()
1726 … float contentsWidthRatio = static_cast<float>(contentsSize().width()) / oldContentsWidth; in resize()