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

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h 131 void VALog(Verbosity verbosity, const char *fmt, va_list args);
ps_instance.cc 310 void PSInstance::VALog(Verbosity verbosity, const char *fmt, va_list args) {
320 VALog(PSV_TRACE, fmt, ap);
327 VALog(PSV_LOG, fmt, ap);
334 VALog(PSV_WARN, fmt, ap);
341 VALog(PSV_ERROR, fmt, ap);

Completed in 1379 milliseconds