Searched defs:runBeforeUnloadConfirmPanel (Results 1 – 3 of 3) sorted by relevance
198 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame) in runBeforeUnloadConfirmPanel() function in blink::Chrome
394 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame) in runBeforeUnloadConfirmPanel() function in blink::ChromeClientImpl
111 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; } in runBeforeUnloadConfirmPanel() function