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 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/loader/
FrameLoader.cpp     [all...]

Completed in 159 milliseconds