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

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

Completed in 5939 milliseconds