Searched refs:m_firstLayoutCallbackPending (Results 1 – 3 of 3) sorted by relevance
283 bool m_firstLayoutCallbackPending; variable
201 m_firstLayoutCallbackPending = false; in reset()658 m_firstLayoutCallbackPending = true; in layout()1413 if (m_firstLayoutCallbackPending) { in performPostLayoutTasks()1414 m_firstLayoutCallbackPending = false; in performPostLayoutTasks()
9962 clear m_firstLayoutCallbackPending before performing callback, to avoid recursion9975 new m_firstLayoutCallbackPending instance member variable in FrameViewPrivate9977 set m_firstLayoutCallbackPending to false9979 …set m_firstLayoutCallbackPending instead of a local variable; don't do didFirstLayout callback here9981 …if m_firstLayoutCallbackPending is set, do didFirstLayout callback here, then clear m_firstLayoutC…