Searched refs:m_overflowStatusDirty (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h400 bool m_overflowStatusDirty; member in class:WebCore::FrameView
H A DFrameView.cpp131 , m_overflowStatusDirty(true)
2081 if (m_overflowStatusDirty) {
2084 m_overflowStatusDirty = false;
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h718 bool m_overflowStatusDirty : 1;
H A DRenderLayer.cpp170 , m_overflowStatusDirty(true)
2179 if (m_overflowStatusDirty) {
2182 m_overflowStatusDirty = false;

Completed in 222 milliseconds