HomeSort by relevance Sort by last modified time
    Searched defs:shouldRunModalDialogDuringPageDismissal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 258 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, FrameLoader::PageDismissalType) const { UNUSED_PARAM(dialogMessage); return true; }
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 924 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, FrameLoader::PageDismissalType dismissalType) const
    [all...]

Completed in 761 milliseconds