Searched refs:shouldClose (Results 1 – 10 of 10) sorted by relevance
75 BOOL shouldClose = YES;80 shouldClose = [delegate windowShouldClose:self];82 if (shouldClose) {
468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
1221 bool FrameLoader::shouldClose() in shouldClose() function in blink::FrameLoader1236 bool shouldClose = false; in shouldClose() local1250 shouldClose = true; in shouldClose()1252 return shouldClose; in shouldClose()1316 …shouldCheckMainWorldContentSecurityPolicy, isTransitionNavigation) || !shouldClose()) && m_policyD… in loadWithNavigationAction()
173 bool shouldClose();
184 template <bool shouldClose(const HTMLStackItem*)>
489 template <bool shouldClose(const HTMLStackItem*)>496 if (shouldClose(item.get())) { in processCloseWhenNestedTag()
359 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
980 …var shouldClose = this._closeable && (middleButton || event.target.classList.contains("close-butto…981 if (!shouldClose) {
974 if (!m_frame->loader().shouldClose()) in close()
672 return frame()->loader().shouldClose(); in dispatchBeforeUnloadEvent()