OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogItemStruct
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/npapi/npspy/include/
format.h
128
struct
LogItemStruct
139
LogItemStruct
(){}
140
~
LogItemStruct
(){}
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/
format.cpp
400
LogItemStruct
* makeLogItemStruct(NPAPI_Action action,
406
LogItemStruct
* plis = new
LogItemStruct
;
691
void freeLogItemStruct(
LogItemStruct
* lis)
697
void formatLogItem(
LogItemStruct
* plis, std::string* output, BOOL bDOSStyle)
[
all
...]
logger.cpp
311
LogItemStruct
* lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7);
Completed in 412 milliseconds