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

  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.h 29 // Used to distinguish API calls & events from each other in LogInternal.
58 static void LogInternal(const CallType call_type,
api_activity_logger.cc 30 LogInternal(APICALL, args);
36 LogInternal(EVENT, args);
40 void APIActivityLogger::LogInternal(

Completed in 42 milliseconds