Searched refs:m_scheduledActions (Results 1 – 2 of 2) sorted by relevance
68 return m_scheduledActions.isEmpty(); in isEmpty()73 m_scheduledActions.clear(); in clear()94 m_scheduledActions.swap(snapshot); in dispatch()102 m_scheduledActions.append(action); in scheduleAction()
67 Vector< OwnPtr<FrameAction> > m_scheduledActions; variable