Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DChrome.cpp198 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame) in runBeforeUnloadConfirmPanel() function in blink::Chrome
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp394 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame) in runBeforeUnloadConfirmPanel() function in blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h111 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; } in runBeforeUnloadConfirmPanel() function