Home
last modified time | relevance | path

Searched refs:PluginTest (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp37 PluginTest* PluginTest::create(NPP npp, const string& identifier) in create()
40 return new PluginTest(npp, identifier); in create()
49 PluginTest::PluginTest(NPP npp, const string& identifier) in PluginTest() function in PluginTest
57 PluginTest::~PluginTest() in ~PluginTest()
61 void PluginTest::NP_Shutdown() in NP_Shutdown()
67 void PluginTest::registerNPShutdownFunction(void (*func)()) in registerNPShutdownFunction()
73 void PluginTest::indicateTestFailure() in indicateTestFailure()
85 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char … in NPP_New()
90 NPError PluginTest::NPP_Destroy(NPSavedData**) in NPP_Destroy()
95 NPError PluginTest::NPP_DestroyStream(NPStream *stream, NPReason reason) in NPP_DestroyStream()
[all …]
DPluginTest.h52 class PluginTest {
54 static PluginTest* create(NPP, const std::string& identifier);
55 virtual ~PluginTest();
95 static PluginTest* create(NPP npp, const std::string& identifier) in create()
102 PluginTest(NPP npp, const std::string& identifier);
115 static NPObject* create(PluginTest* pluginTest) in create()
164 PluginTest* pluginTest() const { return m_pluginTest; } in pluginTest()
223 PluginTest* m_pluginTest;
227 typedef PluginTest* (*CreateTestFunction)(NPP, const std::string&);
DPluginObject.h42 class PluginTest; variable
50 PluginTest* pluginTest;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DPluginScriptableNPObjectInvokeDefault.cpp31 class PluginScriptableNPObjectInvokeDefault : public PluginTest {
34 : PluginTest(npp, identifier) in PluginScriptableNPObjectInvokeDefault()
67 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectInvokeDe…
68 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectNoInvoke…
DDocumentOpenInDestroyStream.cpp34 class DocumentOpenInDestroyStream : public PluginTest {
37 : PluginTest(npp, identifier) in DocumentOpenInDestroyStream()
56 static PluginTest::Register<DocumentOpenInDestroyStream> documentOpenInDestroyStream("document-open…
DGetURLWithJavaScriptURLDestroyingPlugin.cpp32 class GetURLWithJavaScriptURLDestroyingPlugin : public PluginTest {
35 : PluginTest(npp, identifier) in GetURLWithJavaScriptURLDestroyingPlugin()
48 static PluginTest::Register<GetURLWithJavaScriptURLDestroyingPlugin> getURLWithJavaScriptURLDestroy…
DGetUserAgentWithNullNPPFromNPPNew.cpp36 class GetUserAgentWithNullNPPFromNPPNew : public PluginTest {
39 : PluginTest(npp, identifier) in GetUserAgentWithNullNPPFromNPPNew()
56 static PluginTest::Register<GetUserAgentWithNullNPPFromNPPNew> getUserAgentWithNullNPPFromNPPNew("g…
DEvaluateJSAfterRemovingPluginElement.cpp34 class EvaluateJSAfterRemovingPluginElement : public PluginTest {
44 static PluginTest::Register<EvaluateJSAfterRemovingPluginElement> registrar("evaluate-js-after-remo…
47 : PluginTest(npp, identifier) in EvaluateJSAfterRemovingPluginElement()
DNullNPPGetValuePointer.cpp34 class NullNPPGetValuePointer : public PluginTest {
45 static PluginTest::Register<NullNPPGetValuePointer> registrar("null-npp-getvalue-pointer");
48 : PluginTest(npp, identifier) in NullNPPGetValuePointer()
DPassDifferentNPPStruct.cpp35 class PassDifferentNPPStruct : public PluginTest {
38 : PluginTest(npp, identifier) in PassDifferentNPPStruct()
70 static PluginTest::Register<PassDifferentNPPStruct> getValueNetscapeWindow("pass-different-npp-stru…
DNPRuntimeObjectFromDestroyedPlugin.cpp30 class NPRuntimeObjectFromDestroyedPlugin : public PluginTest {
33 : PluginTest(npp, identifier) in NPRuntimeObjectFromDestroyedPlugin()
71 static PluginTest::Register<NPRuntimeObjectFromDestroyedPlugin> npRuntimeObjectFromDestroyedPlugin(…
DNPDeallocateCalledBeforeNPShutdown.cpp32 class NPDeallocateCalledBeforeNPShutdown : public PluginTest {
35 : PluginTest(npp, identifier) in NPDeallocateCalledBeforeNPShutdown()
93 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin(…
DNPRuntimeRemoveProperty.cpp31 class NPRuntimeRemoveProperty : public PluginTest {
34 : PluginTest(npp, identifier) in NPRuntimeRemoveProperty()
89 static PluginTest::Register<NPRuntimeRemoveProperty> npRuntimeRemoveProperty("npruntime-remove-prop…
DNPPSetWindowCalledDuringDestruction.cpp34 class NPPSetWindowCalledDuringDestruction : public PluginTest {
55 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-d…
58 : PluginTest(npp, identifier) in NPPSetWindowCalledDuringDestruction()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DGetValueNetscapeWindow.cpp34 class GetValueNetscapeWindow : public PluginTest {
37 : PluginTest(npp, identifier) in GetValueNetscapeWindow()
73 static PluginTest::Register<GetValueNetscapeWindow> getValueNetscapeWindow("get-value-netscape-wind…
DWindowlessPaintRectCoordinates.cpp35 class WindowlessPaintRectCoordinates : public PluginTest {
44 static PluginTest::Register<WindowlessPaintRectCoordinates> registrar("windowless-paint-rect-coordi…
47 : PluginTest(npp, identifier) in WindowlessPaintRectCoordinates()
DWindowGeometryInitializedBeforeSetWindow.cpp34 class WindowGeometryInitializedBeforeSetWindow : public PluginTest {
37 : PluginTest(npp, identifier) in WindowGeometryInitializedBeforeSetWindow()
90 static PluginTest::Register<WindowGeometryInitializedBeforeSetWindow> windowGeometryInitializedBefo…
DWindowRegionIsSetToClipRect.cpp34 class WindowRegionIsSetToClipRect : public PluginTest {
44 static PluginTest::Register<WindowRegionIsSetToClipRect> registrar("window-region-is-set-to-clip-re…
47 : PluginTest(npp, identifier) in WindowRegionIsSetToClipRect()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
DConvertPoint.cpp31 class ConvertPoint : public PluginTest {
34 : PluginTest(npp, identifier) in ConvertPoint()
81 static PluginTest::Register<ConvertPoint> convertPoint("convert-point");
/external/webkit/Tools/DumpRenderTree/
DDumpRenderTree.gypi49 'TestNetscapePlugIn/PluginTest.cpp',
50 'TestNetscapePlugIn/PluginTest.h',
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DWindowedPluginTest.h31 class WindowedPluginTest : public PluginTest {
DWindowedPluginTest.cpp33 : PluginTest(npp, identifier) in WindowedPluginTest()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc82 TEST(JavaPluginTest, PluginTest) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc80 TEST(PythonPluginTest, PluginTest) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc85 TEST(CppPluginTest, PluginTest) { in TEST() argument

12