Searched defs:szLog15 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogger.cpp149 szLog15[80],szLog16[80],szLog17[80],szLog18[80],szLog19[80],szLog20[80]; local
211 sprintf(szLog15, " event = %#08lx\r\n", pNPPFuncs->event);
213 sprintf(szLog15, " event = not set!\r\n");
242 printf("%s", szLog13); printf("%s", szLog14); printf("%s", szLog15); printf("%s", szLog16);
251 filer.write(szLog13); filer.write(szLog14); filer.write(szLog15); filer.write(szLog16);
264 dumpStringToMainWindow(szLog15); dumpStringToMainWindow(szLog16);

Completed in 26 milliseconds