HomeSort by relevance Sort by last modified time
    Searched refs:pluginLog (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/shell/tools/plugin/Tests/
GetUserAgentWithNullNPPFromNPPNew.cpp 53 pluginLog(m_npp, "FAILURE: Null user agent returned.");
55 pluginLog(m_npp, "SUCCESS!");
NullNPPGetValuePointer.cpp 72 pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 246 pluginLog(instance, "src: %s", argv[i]);
310 pluginLog(instance, "NPP_New: Could not find a test named \"%s\", maybe its .cpp file wasn't added to the build system?", testIdentifier.c_str());
352 pluginLog(instance, "NPP_Destroy");
375 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
503 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v);
518 pluginLog(instance, "mouseUp at (%d, %d)", pt.h, pt.v);
523 pluginLog(instance, "keyDown '%c'", (char)(event->message & 0xFF));
529 pluginLog(instance, "keyUp '%c'", (char)(event->message & 0xFF));
538 pluginLog(instance, "autoKey '%c'", (char)(event->message & 0xFF));
542 pluginLog(instance, "updateEvt")
    [all...]
PluginObject.h 90 extern void pluginLog(NPP instance, const char* format, ...);
PluginObject.cpp 105 void pluginLog(NPP instance, const char* format, ...) {
    [all...]

Completed in 43 milliseconds