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

/external/llvm/lib/Support/
H A Draw_ostream.cpp468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) argument
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1221 bool FrameLoader::shouldClose() function in class:blink::FrameLoader
1236 bool shouldClose = false; local
1250 shouldClose = true;
1252 return shouldClose;
1316 if ((!m_policyDocumentLoader->shouldContinueForNavigationPolicy(request, shouldCheckMainWorldContentSecurityPolicy, isTransitionNavigation) || !shouldClose()) && m_policyDocumentLoader) {

Completed in 73 milliseconds