HomeSort by relevance Sort by last modified time
    Searched defs:WindowedPluginTest (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 31 class WindowedPluginTest : public PluginTest {
33 WindowedPluginTest(NPP, const std::string& identifier);
WindowedPluginTest.cpp 26 #include "WindowedPluginTest.h"
30 static const wchar_t instancePointerProperty[] = L"org.webkit.TestNetscapePlugin.WindowedPluginTest.InstancePointer";
32 WindowedPluginTest::WindowedPluginTest(NPP npp, const string& identifier)
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 95 milliseconds