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

  /external/chromium/googleurl/base/
logging.cc 66 LogAssertHandlerFunction log_assert_handler = NULL;
179 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 141 typedef void (*LogAssertHandlerFunction)(const std::string& str);
142 void SetLogAssertHandler(LogAssertHandlerFunction handler);
  /external/chromium/base/
logging.cc 111 LogAssertHandlerFunction log_assert_handler = NULL;
435 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 261 typedef void (*LogAssertHandlerFunction)(const std::string& str);
262 BASE_API void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]

Completed in 20 milliseconds