Searched refs:didAllowNavigation (Results 1 – 2 of 2) sorted by relevance
1282 bool didAllowNavigation = false; in shouldClose() local1286 … if (!targetFrames[i]->document()->dispatchBeforeUnloadEvent(page->chrome(), didAllowNavigation)) in shouldClose()
2392 bool Document::dispatchBeforeUnloadEvent(Chrome& chrome, bool& didAllowNavigation) in dispatchBeforeUnloadEvent() argument2411 if (didAllowNavigation) { in dispatchBeforeUnloadEvent()2418 didAllowNavigation = true; in dispatchBeforeUnloadEvent()