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

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

Completed in 69 milliseconds