Searched refs:m_fixedLayoutSizeLock (Results 1 – 2 of 2) sorted by relevance
385 , 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()
664 bool m_fixedLayoutSizeLock; variable