Home
last modified time | relevance | path

Searched refs:m_firstLayoutCallbackPending (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
DFrameView.h283 bool m_firstLayoutCallbackPending; variable
DFrameView.cpp201 m_firstLayoutCallbackPending = false; in reset()
658 m_firstLayoutCallbackPending = true; in layout()
1413 if (m_firstLayoutCallbackPending) { in performPostLayoutTasks()
1414 m_firstLayoutCallbackPending = false; in performPostLayoutTasks()
/external/webkit/WebCore/
DChangeLog-2008-08-109962 clear m_firstLayoutCallbackPending before performing callback, to avoid recursion
9975 new m_firstLayoutCallbackPending instance member variable in FrameViewPrivate
9977 set m_firstLayoutCallbackPending to false
9979 …set m_firstLayoutCallbackPending instead of a local variable; don't do didFirstLayout callback here
9981 …if m_firstLayoutCallbackPending is set, do didFirstLayout callback here, then clear m_firstLayoutC…