Searched defs:shouldRunModalDialogDuringPageDismissal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h253 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; } function in class:WebCore::ChromeClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp916 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const function in class:blink::ChromeClientImpl

Completed in 199 milliseconds