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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.h184 template <bool shouldClose(const HTMLStackItem*)>
H A DHTMLTreeBuilder.cpp489 template <bool shouldClose(const HTMLStackItem*)>
496 if (shouldClose(item.get())) {
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.h173 bool shouldClose();
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) {
/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/llvm/include/llvm/Support/
H A Draw_ostream.h359 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js980 var shouldClose = this._closeable && (middleButton || event.target.classList.contains("close-button-gray"));
981 if (!shouldClose) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp974 if (!m_frame->loader().shouldClose())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp672 return frame()->loader().shouldClose();

Completed in 1193 milliseconds