Searched refs:LogItemStruct (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/include/ |
D | format.h | 128 struct LogItemStruct struct 139 LogItemStruct(){} in LogItemStruct() argument 140 ~LogItemStruct(){} in ~LogItemStruct() argument 150 LogItemStruct * makeLogItemStruct(NPAPI_Action action, 153 void freeLogItemStruct(LogItemStruct * lis); 154 void formatLogItem(LogItemStruct * plis, std::string * szOutput, BOOL bDOSStyle = FALSE);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | format.cpp | 400 LogItemStruct * makeLogItemStruct(NPAPI_Action action, in makeLogItemStruct() 406 LogItemStruct * plis = new LogItemStruct; in makeLogItemStruct() 691 void freeLogItemStruct(LogItemStruct * lis) in freeLogItemStruct() 697 void formatLogItem(LogItemStruct * plis, std::string* output, BOOL bDOSStyle) in formatLogItem()
|
D | logger.cpp | 311 LogItemStruct * lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7); in logCall()
|