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

  /libcore/luni/src/main/java/java/io/
FileInputStream.java 59 private final boolean shouldClose;
79 this.shouldClose = true;
96 this.shouldClose = false;
120 if (shouldClose) {
FileOutputStream.java 56 private final boolean shouldClose;
89 this.shouldClose = true;
103 this.shouldClose = false;
138 if (shouldClose) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 178 template <bool shouldClose(const HTMLStackItem*)>
HTMLTreeBuilder.cpp 526 template <bool shouldClose(const HTMLStackItem*)>
533 if (shouldClose(item.get())) {
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 443 ShouldClose = true;
451 ShouldClose = false;
456 ShouldClose = true;
460 /// ShouldClose is true, this closes the file when the stream is destroyed.
461 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered)
463 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
482 if (ShouldClose)
558 assert(ShouldClose);
559 ShouldClose = false
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 229 bool shouldClose();
FrameLoader.cpp     [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 312 bool ShouldClose;
353 /// ShouldClose is true, this closes the file when the stream is destroyed.
354 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.cpp 864 if (!m_frame->loader()->shouldClose())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 218 milliseconds