Lines Matching full:page
102 // a new window, calls the unload and load event handlers on the window's page, and then immediately
107 // It is possible that we get called by windows created from the main page that have finished
110 if (sender() != m_topLoadingFrame->page())
147 // Subtract one here as our QWebHistory::count() includes the actual page,
167 // If the page has not finished loading (i.e. loadFinished() has not been emitted) then
169 // When the page has finished loading, maybeDump above will dump the results now that we have
311 m_topLoadingFrame->page()->settings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true);
317 m_topLoadingFrame->page()->setPreferredContentsSize(QSize(width, height));
349 // resetSettings() will call this to reset the page and global setting to false again.
426 QWebSettings* settings = m_topLoadingFrame->page()->settings();