OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPAPI_Action
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/npapi/npspy/include/
logger.h
85
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);
format.h
106
}
NPAPI_Action
;
130
NPAPI_Action
action;
150
LogItemStruct * makeLogItemStruct(
NPAPI_Action
action,
/external/chromium_org/third_party/npapi/npspy/common/
logger.cpp
304
void Logger::logCall(
NPAPI_Action
action, DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5, DWORD dw6, DWORD dw7)
337
void Logger::logReturn(
NPAPI_Action
action, DWORD dwRet)
392
BOOL Logger::isMuted(
NPAPI_Action
action)
format.cpp
400
LogItemStruct * makeLogItemStruct(
NPAPI_Action
action,
[
all
...]
Completed in 44 milliseconds