HomeSort by relevance Sort by last modified time
    Searched refs:shouldClose (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/java/io/
FileInputStream.java 57 private final boolean shouldClose;
77 this.shouldClose = true;
94 this.shouldClose = false;
118 if (shouldClose) {
FileOutputStream.java 55 private final boolean shouldClose;
88 this.shouldClose = true;
102 this.shouldClose = false;
137 if (shouldClose) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 184 template <bool shouldClose(const HTMLStackItem*)>
HTMLTreeBuilder.cpp 489 template <bool shouldClose(const HTMLStackItem*)>
496 if (shouldClose(item.get())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 173 bool shouldClose();
FrameLoader.cpp     [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 449 ShouldClose = true;
458 ShouldClose = false;
463 ShouldClose = true;
467 /// ShouldClose is true, this closes the file when the stream is destroyed.
468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered)
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
490 if (ShouldClose)
566 assert(ShouldClose);
567 ShouldClose = false
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 317 bool ShouldClose;
358 /// ShouldClose is true, this closes the file when the stream is destroyed.
359 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js 980 var shouldClose = this._closeable && (middleButton || event.target.classList.contains("close-button-gray"));
981 if (!shouldClose) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 974 if (!m_frame->loader().shouldClose()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 672 return frame()->loader().shouldClose();
    [all...]

Completed in 437 milliseconds