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

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObject.h50 PluginTest* pluginTest; member in struct:__anon16207
H A DPluginTest.h115 static NPObject* create(PluginTest* pluginTest) argument
117 Object* object = static_cast<Object*>(pluginTest->NPN_CreateObject(npClass()));
119 object->m_pluginTest = pluginTest;
164 PluginTest* pluginTest() const { return m_pluginTest; } function in struct:PluginTest::Object

Completed in 639 milliseconds