Home
last modified time | relevance | path

Searched refs:unloadEvent (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/history/
DPageCache.cpp118 if (frame->domWindow() && frame->domWindow()->hasEventListeners(eventNames().unloadEvent)) { in logCanCacheFrameDecision()
264 && (!frame->domWindow() || !frame->domWindow()->hasEventListeners(eventNames().unloadEvent)) in canCachePageContainingThisFrame()
/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.cpp119 …document()->setWindowAttributeEventListener(eventNames().unloadEvent, createAttributeEventListener… in parseMappedAttribute()
DHTMLBodyElement.cpp148 …document()->setWindowAttributeEventListener(eventNames().unloadEvent, createAttributeEventListener… in parseMappedAttribute()
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp305 … window->dispatchEvent(Event::create(eventNames().unloadEvent, false, false), window->document()); in dispatchAllPendingUnloadEvents()
1542 if (eventType == eventNames().unloadEvent) in addEventListener()
1561 if (eventType == eventNames().unloadEvent) in removeEventListener()
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp242 …document()->setWindowAttributeEventListener(eventNames().unloadEvent, createAttributeEventListener… in parseMappedAttribute()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp387 … RefPtr<Event> unloadEvent(Event::create(eventNames().unloadEvent, false, false)); in stopLoading() local
395 …m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->u… in stopLoading()
397 … m_frame->domWindow()->dispatchEvent(unloadEvent, m_frame->domWindow()->document()); in stopLoading()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1162 if (domWindow->hasEventListeners(eventNames().unloadEvent))
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1025510 (KJS::DOMNode::getValueProperty): Change onunload case to use unloadEvent, not scrollEvent.
DChangeLog60527 [Web Timing] Zero out navigationStart and unloadEvent on cross-origin redirect