Searched refs:shouldClose (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTreeBuilder.h180 template <bool shouldClose(const HTMLStackItem*)>
H A DHTMLTreeBuilder.cpp506 template <bool shouldClose(const HTMLStackItem*)>
513 if (shouldClose(item.get())) {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp472 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) argument
474 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
/macosx-10.10/WebCore-7600.1.25/replay/
H A DUserInputBridge.cpp252 return m_page.mainFrame().loader().shouldClose();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp257 return coreFrame->loader().shouldClose();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h370 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebViewPrivate.idl128 @method shouldClose:
133 HRESULT shouldClose([out, retval] BOOL* result);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.h275 bool shouldClose();
H A DFrameLoader.cpp2792 bool FrameLoader::shouldClose() function in class:WebCore::FrameLoader
2806 bool shouldClose = false; local
2819 shouldClose = true;
2822 if (!shouldClose)
2826 return shouldClose;
2908 bool canContinue = shouldContinue && shouldClose() && !urlIsDisallowed;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp330 bool shouldClose = false; local
336 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags))
339 return shouldClose;
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDocument.mm347 BOOL shouldClose = YES;
348 [invoc setArgument:&shouldClose atIndex:3];
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.cpp266 if (!frame->loader().shouldClose())
1042 if (!m_frame->loader().shouldClose())
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewPrivate.h239 - (BOOL)shouldClose;
H A DWebView.mm6717 - (BOOL)shouldClose
6722 return coreFrame->loader().shouldClose();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h708 virtual HRESULT STDMETHODCALLTYPE shouldClose(
H A DWebView.cpp5437 HRESULT STDMETHODCALLTYPE WebView::shouldClose(
5445 *result = m_page->mainFrame().loader().shouldClose();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h1018 void runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shouldClose);
H A DWebPageProxy.cpp3225 void WebPageProxy::runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shouldClose) argument
3233 shouldClose = m_uiClient->runBeforeUnloadConfirmPanel(this, message, frame);

Completed in 246 milliseconds