Home | History | Annotate | Download | only in loader

Lines Matching defs:domWindow

46 #include "DOMWindow.h"
333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
381 if (m_frame->domWindow() && !m_pageDismissalEventBeingDispatched) {
385 m_frame->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, m_frame->document()->inPageCache()), m_frame->document());
395 m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd);
397 m_frame->domWindow()->dispatchEvent(unloadEvent, m_frame->domWindow()->document());
516 if (DOMWindow* window = m_frame->existingDOMWindow()) {
1068 m_frame->domWindow()->console()->addMessage(HTMLMessageSource, LogMessageType, WarningMessageLevel, message, 1, String());
1079 m_frame->domWindow()->console()->addMessage(HTMLMessageSource, LogMessageType, WarningMessageLevel, message, 1, String());
1099 m_frame->domWindow()->setSecurityOrigin(m_frame->document()->securityOrigin());
1548 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Not allowed to load local resource: " + url, 0, String());
1726 targetFrame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, message, 1, String());
2188 if (DOMWindow* window = m_frame->existingDOMWindow()) {
2236 m_frame->setDOMWindow(cachedFrame.domWindow());
2237 m_frame->domWindow()->setURL(document->url());
2238 m_frame->domWindow()->setSecurityOrigin(document->securityOrigin());
2977 DOMWindow* domWindow = m_frame->existingDOMWindow();
2978 if (!domWindow)
2987 domWindow->dispatchEvent(beforeUnloadEvent.get(), domWindow->document());