Home
last modified time | relevance | path

Searched refs:NPObjectProxyTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_npobject_proxy_test.cc12 NPObjectProxyTest::NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions) in NPObjectProxyTest() function in NPAPIClient::NPObjectProxyTest
16 NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) { in SetWindow()
Dplugin_npobject_proxy_test.h17 class NPObjectProxyTest : public PluginTest {
20 NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions);
Dplugin_test_factory.cc47 new_test = new NPObjectProxyTest(instance, host_functions); in CreatePluginTest()