Searched refs:m_singlePageGroup (Results 1 – 2 of 2) sorted by relevance
230 ASSERT(m_group != m_singlePageGroup.get()); in setGroupName()231 ASSERT(!m_singlePageGroup); in setGroupName()238 m_singlePageGroup.clear(); in setGroupName()252 ASSERT(!m_singlePageGroup); in initGroup()254 m_singlePageGroup.set(new PageGroup(this)); in initGroup()255 m_group = m_singlePageGroup.get(); in initGroup()
238 OwnPtr<PageGroup> m_singlePageGroup; variable