Searched refs:PageDismissalType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h211 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
H A DChrome.cpp142 Document::PageDismissalType dismissal = toLocalFrame(frame)->document()->pageDismissalEventBeingDispatched();
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h165 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, Document::PageDismissalType) const OVERRIDE;
H A DChromeClientImpl.cpp760 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h515 enum PageDismissalType { enum in class:blink::Document
521 PageDismissalType pageDismissalEventBeingDispatched() const;
H A DDocument.cpp2668 Document::PageDismissalType Document::pageDismissalEventBeingDispatched() const

Completed in 128 milliseconds