HomeSort by relevance Sort by last modified time
    Searched defs:LogAssertHandlerFunction (Results 1 - 3 of 3) 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...]
  /external/chromium_org/base/
logging.h 288 typedef void (*LogAssertHandlerFunction)(const std::string& str);
289 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]

Completed in 2334 milliseconds