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

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.h31 class WindowedPluginTest : public PluginTest { class in inherits:PluginTest
33 WindowedPluginTest(NPP, const std::string& identifier);
H A DWindowedPluginTest.cpp26 #include "WindowedPluginTest.h"
30 static const wchar_t instancePointerProperty[] = L"org.webkit.TestNetscapePlugin.WindowedPluginTest.InstancePointer";
32 WindowedPluginTest::WindowedPluginTest(NPP npp, const string& identifier) function in class:WindowedPluginTest
39 NPError WindowedPluginTest::NPP_SetWindow(NPP instance, NPWindow* window)
61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
63 WindowedPluginTest* instance = reinterpret_cast<WindowedPluginTest*>(::GetPropW(hwnd, instancePointerProperty));

Completed in 188 milliseconds