Searched defs:shouldClose (Results 1 - 5 of 5) sorted by relevance

/external/llvm/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) {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp866 bool DumpRenderTreeSupportQt::shouldClose(QWebFrame* frame) function in class:DumpRenderTreeSupportQt
869 return coreFrame->loader()->shouldClose();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp262 bool shouldClose = false; local
263 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID()))
266 return shouldClose;
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2943 bool FrameLoader::shouldClose() function in class:WebCore::FrameLoader
2956 bool shouldClose = false; local
2969 shouldClose = true;
2972 return shouldClose;
3012 bool canContinue = shouldContinue && shouldClose();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2014 void WebPageProxy::runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shouldClose) argument
2019 shouldClose = m_uiClient.runBeforeUnloadConfirmPanel(this, message, frame);

Completed in 1925 milliseconds