Lines Matching full:page
100 #include "Page.h"
327 static bool disableRangeMutation(Page* page)
332 return page && (page->settings()->needsLeopardMailQuirks() || page->settings()->needsTigerMailQuirks());
720 || (importedNode->isSVGElement() && page() && page()->settings()->usesDashboardBackwardCompatibilityMode())
1273 Page* Document::page() const
1275 return m_frame ? m_frame->page() : 0;
1471 // Other browsers load stylesheets before they continue parsing the web page.
1483 // dangerous to try to stop it a second time, after page content has already been loaded and displayed
1484 // with accurate style information. (Our suppression involves blanking the whole page at the
1589 Page* ownerPage = page();
1636 // to any other WebCoreAXObject on the same page. Using a single cache allows
1880 // Just bail out. Before or during the onload we were shifted to another page.
2065 Page* owningPage = page();
2093 Page* owningPage = page();
2769 if (!m_focusedNode || this->inPageCache()) // If the document is in the page cache, then we don't need to clear out the focused node.
2931 page()->chrome()->focusedNodeChanged(m_focusedNode.get());
2969 if (!disableRangeMutation(page())) {
2982 if (!disableRangeMutation(page())) {
2996 if (!disableRangeMutation(page())) {
3008 if (!disableRangeMutation(page())) {
3021 if (!disableRangeMutation(page())) {
3033 if (!disableRangeMutation(page())) {
3194 if (Page* page = this->page())
3195 page->chrome()->client()->needTouchEvents(true);
3214 if (page() && !page()->cookieEnabled())
3235 if (page() && !page()->cookieEnabled())
3280 // security check behavior. For example, if a page loaded on port 8000
3281 // assigns its current domain using document.domain, the page will
3283 // have also assigned to access this page.
4285 if (!page())
4288 if (InspectorController* controller = page()->inspectorController())
4558 if (!page() || page()->settings()->privateBrowsingEnabled())
4565 Page* currentPage = page();
4742 if (page())
4743 page()->inspectorController()->addMessageToConsole(source, type, level, message, lineNumber, sourceURL);
4757 if (page())
4758 page()->inspectorController()->resourceRetrievedByXMLHttpRequest(identifier, sourceString);
4770 if (page())
4771 page()->inspectorController()->scriptImported(identifier, sourceString);
4889 return page() ? page()->inspectorTimelineAgent() : 0;