Home
last modified time | relevance | path

Searched refs:shouldClose (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dfullscreen_window.mm75 BOOL shouldClose = YES;
80 shouldClose = [delegate windowShouldClose:self];
82 if (shouldClose) {
/external/llvm/lib/Support/
Draw_ostream.cpp468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.cpp1221 bool FrameLoader::shouldClose() in shouldClose() function in blink::FrameLoader
1236 bool shouldClose = false; in shouldClose() local
1250 shouldClose = true; in shouldClose()
1252 return shouldClose; in shouldClose()
1316 …shouldCheckMainWorldContentSecurityPolicy, isTransitionNavigation) || !shouldClose()) && m_policyD… in loadWithNavigationAction()
DFrameLoader.h173 bool shouldClose();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilder.h184 template <bool shouldClose(const HTMLStackItem*)>
DHTMLTreeBuilder.cpp489 template <bool shouldClose(const HTMLStackItem*)>
496 if (shouldClose(item.get())) { in processCloseWhenNestedTag()
/external/llvm/include/llvm/Support/
Draw_ostream.h359 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTabbedPane.js980 …var shouldClose = this._closeable && (middleButton || event.target.classList.contains("close-butto…
981 if (!shouldClose) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.cpp974 if (!m_frame->loader().shouldClose()) in close()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp672 return frame()->loader().shouldClose(); in dispatchBeforeUnloadEvent()