OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatal_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/ssl/
ssl_cert_error_handler.h
36
bool fatal() const { return
fatal_
; }
49
const bool
fatal_
; // True if the error is from a host requiring
member in class:content::SSLCertErrorHandler
/external/openfst/src/include/fst/
log.h
36
LogMessage(const string &type) :
fatal_
(type == "FATAL") {
41
if(
fatal_
)
47
bool
fatal_
;
member in class:LogMessage
Completed in 80 milliseconds