PageDismissalType 2607 Source/core/dom/Document.cpp Document::PageDismissalType Document::pageDismissalEventBeingDispatched() const
PageDismissalType  543 Source/core/dom/Document.h     PageDismissalType pageDismissalEventBeingDispatched() const;
PageDismissalType  146 Source/core/page/Chrome.cpp         Document::PageDismissalType dismissal = frame->document()->pageDismissalEventBeingDispatched();
PageDismissalType  226 Source/core/page/ChromeClient.h     virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
PageDismissalType  801 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const
PageDismissalType  174 Source/web/ChromeClientImpl.h     virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::Document::PageDismissalType) const OVERRIDE;