Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrameView.h228 void setIsVisuallyNonEmpty() { m_isVisuallyNonEmpty = true; } in setIsVisuallyNonEmpty()
424 bool m_isVisuallyNonEmpty; variable
DFrameView.cpp239 m_isVisuallyNonEmpty = false; in reset()
2041 if (m_isVisuallyNonEmpty && m_firstVisuallyNonEmptyLayoutCallbackPending) { in performPostLayoutTasks()