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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 237 enum PageDismissalType {
243 PageDismissalType pageDismissalEventBeingDispatched() const { return m_pageDismissalEventBeingDispatched; }
331 PageDismissalType m_pageDismissalEventBeingDispatched;
  /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; }
Chrome.cpp 162 FrameLoader::PageDismissalType dismissal = frame->loader()->pageDismissalEventBeingDispatched();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 178 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, WebCore::FrameLoader::PageDismissalType) const;
ChromeClientImpl.cpp 924 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, FrameLoader::PageDismissalType dismissalType) const
    [all...]

Completed in 51 milliseconds