OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldClose
(Results
1 - 11
of
11
) 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
182
template <bool
shouldClose
(const HTMLStackItem*)>
HTMLTreeBuilder.cpp
537
template <bool
shouldClose
(const HTMLStackItem*)>
544
if (
shouldClose
(item.get())) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h
189
bool
shouldClose
();
FrameLoader.cpp
[
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/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/devtools/front_end/
TabbedPane.js
869
var
shouldClose
= this._closeable && (middleButton || event.target.classList.contains("close-button-gray"));
870
if (!
shouldClose
) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp
993
if (!m_frame->loader().
shouldClose
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 2114 milliseconds