Home
last modified time | relevance | path

Searched refs:NPAPI_Action (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/include/
Dlogger.h85 BOOL isMuted(NPAPI_Action action);
97 void logCall(NPAPI_Action action, DWORD dw1 = 0L, DWORD dw2 = 0L,
99 void logReturn(NPAPI_Action action, DWORD dwRet = 0L);
Dformat.h106 } NPAPI_Action; typedef
130 NPAPI_Action action;
150 LogItemStruct * makeLogItemStruct(NPAPI_Action action,
/external/chromium_org/third_party/npapi/npspy/common/
Dlogger.cpp304 void Logger::logCall(NPAPI_Action action, DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5, DW… in logCall()
337 void Logger::logReturn(NPAPI_Action action, DWORD dwRet) in logReturn()
392 BOOL Logger::isMuted(NPAPI_Action action) in isMuted()
Dformat.cpp400 LogItemStruct * makeLogItemStruct(NPAPI_Action action, in makeLogItemStruct()