Searched refs:didAllowNavigation (Results 1 – 2 of 2) sorted by relevance
1241 bool didAllowNavigation = false; in shouldClose() local1245 … if (!targetFrames[i]->document()->dispatchBeforeUnloadEvent(page->chrome(), didAllowNavigation)) in shouldClose()
2587 bool Document::dispatchBeforeUnloadEvent(Chrome& chrome, bool& didAllowNavigation) in dispatchBeforeUnloadEvent() argument2606 if (didAllowNavigation) { in dispatchBeforeUnloadEvent()2613 didAllowNavigation = true; in dispatchBeforeUnloadEvent()