HomeSort by relevance Sort by last modified time
    Searched refs:LogReportHandlerFunction (Results 1 - 4 of 4) 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...]
  /external/chromium_org/base/
logging.cc 120 LogReportHandlerFunction log_report_handler = NULL;
444 void SetLogReportHandler(LogReportHandlerFunction handler) {
logging.h 295 typedef void (*LogReportHandlerFunction)(const std::string& str);
296 BASE_EXPORT void SetLogReportHandler(LogReportHandlerFunction handler);
    [all...]

Completed in 77 milliseconds