HomeSort by relevance Sort by last modified time
    Searched refs:PageDismissalType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 216 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
Chrome.cpp 147 Document::PageDismissalType dismissal = toLocalFrame(frame)->document()->pageDismissalEventBeingDispatched();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 168 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::Document::PageDismissalType) const OVERRIDE;
ChromeClientImpl.cpp 759 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, Document::PageDismissalType dismissalType) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 540 enum PageDismissalType {
546 PageDismissalType pageDismissalEventBeingDispatched() const;
    [all...]
Document.cpp     [all...]

Completed in 128 milliseconds