OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageDismissalType
(Results
1 - 6
of
6
) 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; }
Chrome.cpp
162
Document::
PageDismissalType
dismissal = frame->document()->pageDismissalEventBeingDispatched();
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h
182
virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::Document::
PageDismissalType
) const;
ChromeClientImpl.cpp
916
bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::
PageDismissalType
dismissalType) const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
515
enum
PageDismissalType
{
521
PageDismissalType
pageDismissalEventBeingDispatched() const;
[
all
...]
Document.cpp
[
all
...]
Completed in 99 milliseconds