Home
last modified time | relevance | path

Searched refs:pluginLog (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
Dmain.cpp246 pluginLog(instance, "src: %s", argv[i]); in NPP_New()
310pluginLog(instance, "NPP_New: Could not find a test named \"%s\", maybe its .cpp file wasn't added… in NPP_New()
352 pluginLog(instance, "NPP_Destroy"); in NPP_Destroy()
375 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height); in NPP_SetWindow()
503 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v); in handleEventCarbon()
518 pluginLog(instance, "mouseUp at (%d, %d)", pt.h, pt.v); in handleEventCarbon()
523 pluginLog(instance, "keyDown '%c'", (char)(event->message & 0xFF)); in handleEventCarbon()
529 pluginLog(instance, "keyUp '%c'", (char)(event->message & 0xFF)); in handleEventCarbon()
538 pluginLog(instance, "autoKey '%c'", (char)(event->message & 0xFF)); in handleEventCarbon()
542 pluginLog(instance, "updateEvt"); in handleEventCarbon()
[all …]
DPluginObject.h90 extern void pluginLog(NPP instance, const char* format, ...);
DPluginObject.cpp105 void pluginLog(NPP instance, const char* format, ...) { in pluginLog() function
/external/chromium_org/content/shell/tools/plugin/Tests/
DGetUserAgentWithNullNPPFromNPPNew.cpp53 pluginLog(m_npp, "FAILURE: Null user agent returned."); in NPP_New()
55 pluginLog(m_npp, "SUCCESS!"); in NPP_New()
DNullNPPGetValuePointer.cpp72pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPlug… in NPP_GetValue()