HomeSort by relevance Sort by last modified time
    Searched refs:LogReportHandlerFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
logging.cc 114 LogReportHandlerFunction log_report_handler = NULL;
439 void SetLogReportHandler(LogReportHandlerFunction handler) {
logging.h 268 typedef void (*LogReportHandlerFunction)(const std::string& str);
269 BASE_API void SetLogReportHandler(LogReportHandlerFunction handler);
    [all...]

Completed in 106 milliseconds