HomeSort by relevance Sort by last modified time
    Searched defs:shouldClose (Results 1 - 3 of 3) 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/loader/
FrameLoader.cpp     [all...]

Completed in 107 milliseconds