OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShouldClose
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
raw_ostream.h
298
bool
ShouldClose
;
355
///
ShouldClose
is true, this closes the file when the stream is destroyed.
356
raw_fd_ostream(int fd, bool
shouldClose
, bool unbuffered=false);
/external/webkit/Source/WebKit/wx/
WebFrame.cpp
476
bool wxWebFrame::
ShouldClose
() const
479
return m_impl->frame->loader()->
shouldClose
();
WebView.cpp
1065
bool wxWebView::
ShouldClose
() const
1068
return m_mainFrame->
ShouldClose
();
Completed in 167 milliseconds