OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldRunModalDialogDuringPageDismissal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h
253
virtual bool
shouldRunModalDialogDuringPageDismissal
(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp
916
bool ChromeClientImpl::
shouldRunModalDialogDuringPageDismissal
(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const
[
all
...]
Completed in 25 milliseconds