OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogErrorContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h
91
//
LogErrorContext
assists in interpreting the meaning of an error value.
92
enum
LogErrorContext
{
109
bool log_to_chrome,
LogErrorContext
err_ctx, int err);
111
bool log_to_chrome,
LogErrorContext
err_ctx, int err,
logging.cc
78
static std::string GenerateExtra(
LogErrorContext
err_ctx,
134
LogErrorContext
err_ctx,
147
LogErrorContext
err_ctx,
/external/chromium_org/third_party/webrtc/base/
logging.h
104
//
LogErrorContext
assists in interpreting the meaning of an error value.
105
enum
LogErrorContext
{
123
LogErrorContext
err_ctx = ERRCTX_NONE, int err = 0,
logging.cc
106
LogErrorContext
err_ctx, int err, const char* module)
Completed in 128 milliseconds