Searched refs:m_isVisuallyNonEmpty (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h228 void setIsVisuallyNonEmpty() { m_isVisuallyNonEmpty = true; }
424 bool m_isVisuallyNonEmpty; member in class:WebCore::FrameView
H A DFrameView.cpp239 m_isVisuallyNonEmpty = false;
2041 if (m_isVisuallyNonEmpty && m_firstVisuallyNonEmptyLayoutCallbackPending) {

Completed in 1192 milliseconds