Home
last modified time | relevance | path

Searched defs:canRunBeforeUnloadConfirmPanel (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DChrome.cpp213 bool Chrome::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in WebCore::Chrome
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp393 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel() in canRunBeforeUnloadConfirmPanel() function in blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h111 virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; } in canRunBeforeUnloadConfirmPanel() function