Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp385 , m_fixedLayoutSizeLock(false) in WebViewImpl()
1719 if (settings()->viewportEnabled() && !m_fixedLayoutSizeLock) { in resize()
2978 if (settings()->viewportEnabled() && !m_fixedLayoutSizeLock) { in refreshPageScaleFactorAfterLayout()
3040 if (m_fixedLayoutSizeLock || !mainFrameImpl()) in updateMainFrameLayoutSize()
3143 m_fixedLayoutSizeLock = layoutSize.width || layoutSize.height; in setFixedLayoutSize()
3145 if (m_fixedLayoutSizeLock) in setFixedLayoutSize()
DWebViewImpl.h664 bool m_fixedLayoutSizeLock; variable