Searched refs:WindowlessPluginTest (Results 1 – 3 of 3) sorted by relevance
25 WindowlessPluginTest* g_other_instance = NULL;28 static_cast<WindowlessPluginTest*>(data)->SignalTestCompleted(); in OnFinishTest()62 WindowlessPluginTest::WindowlessPluginTest(NPP id, in WindowlessPluginTest() function in NPAPIClient::WindowlessPluginTest70 bool WindowlessPluginTest::IsWindowless() const { in IsWindowless()74 NPError WindowlessPluginTest::New(uint16 mode, int16 argc, in New()88 int16 WindowlessPluginTest::HandleEvent(void* event) { in HandleEvent()162 NPError WindowlessPluginTest::ExecuteScript(NPNetscapeFuncs* browser, NPP id, in ExecuteScript()184 void WindowlessPluginTest::ExecuteScriptDeleteInPaint( in ExecuteScriptDeleteInPaint()192 void WindowlessPluginTest::ExecuteScriptResizeInPaint( in ExecuteScriptResizeInPaint()197 void WindowlessPluginTest::MultipleInstanceSyncCalls(NPNetscapeFuncs* browser) { in MultipleInstanceSyncCalls()[all …]
15 class WindowlessPluginTest : public PluginTest {18 WindowlessPluginTest(NPP id, NPNetscapeFuncs *host_functions);
60 new_test = new WindowlessPluginTest(instance, host_functions); in CreatePluginTest()