Home | History | Annotate | Download | only in page

Lines Matching full:page

25 #include "Page.h"
66 ASSERT(child->page() == m_thisFrame->page());
188 // Search the entire tree for this page next.
189 Page* page = m_thisFrame->page();
191 // The frame could have been detached from the page, so check it.
192 if (!page)
195 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext())
201 const HashSet<Page*>& pages = page->group().pages();
202 HashSet<Page*>::const_iterator end = pages.end();
203 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
204 Page* otherPage = *it;
205 if (otherPage != page) {
221 if (m_thisFrame->page() != ancestor->page())
269 return m_thisFrame->page()->mainFrame();