Searched refs:targetFrames (Results 1 – 1 of 1) sorted by relevance
2965 Vector<RefPtr<Frame> > targetFrames; in shouldClose() local2966 targetFrames.append(m_frame); in shouldClose()2968 targetFrames.append(child); in shouldClose()2975 for (i = 0; i < targetFrames.size(); i++) { in shouldClose()2976 if (!targetFrames[i]->tree()->isDescendantOf(m_frame)) in shouldClose()2978 if (!targetFrames[i]->loader()->fireBeforeUnloadEvent(chrome)) in shouldClose()2982 if (i == targetFrames.size()) in shouldClose()