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

  /external/chromium/googleurl/base/
logging.h 141 typedef void (*LogAssertHandlerFunction)(const std::string& str);
142 void SetLogAssertHandler(LogAssertHandlerFunction handler);
  /external/chromium/base/
logging.h 261 typedef void (*LogAssertHandlerFunction)(const std::string& str);
262 BASE_API void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]

Completed in 21 milliseconds