Lines Matching full:page
63 #include "Page.h"
132 Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoaderClient)
133 : m_page(page)
179 page->setMainFrame(this);
181 page->incrementFrameCount();
623 page()->focusController()->setFocusedNode(anchor, this);
639 page()->focusController()->setFocusedNode(target, this);
650 page()->focusController()->setFocusedNode(0, this);
715 // Update the scroll position when doing a full page zoom, so the content stays in relatively the same position.
774 // exists, is not currently shown and should be in the page cache.
1590 Page* Frame::page() const
1611 // so page() could be NULL.
1612 if (page() && page()->focusController()->focusedFrame() == this)
1613 page()->focusController()->setFocusedFrame(0);
1644 if (!page())
1652 page()->chrome()->focus(m_loader.isProcessingUserGesture());
1654 page()->chrome()->focus();
1662 if (!page())
1667 page()->chrome()->unfocus();
1672 Chrome* chrome = page() ? page()->chrome() : 0;
1701 Chrome* chrome = page() ? page()->chrome() : 0;