Searched refs:PluginTest (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp26 #include "PluginTest.h"
37 PluginTest* PluginTest::create(NPP npp, const string& identifier)
40 return new PluginTest(npp, identifier);
49 PluginTest::PluginTest(NPP npp, const string& identifier) function in class:PluginTest
57 PluginTest::~PluginTest()
61 void PluginTest::NP_Shutdown()
67 void PluginTest
[all...]
H A DPluginTest.h52 class PluginTest { class
54 static PluginTest* create(NPP, const std::string& identifier);
55 virtual ~PluginTest();
95 static PluginTest* create(NPP npp, const std::string& identifier)
102 PluginTest(NPP npp, const std::string& identifier);
115 static NPObject* create(PluginTest* pluginTest)
164 PluginTest* pluginTest() const { return m_pluginTest; }
223 PluginTest* m_pluginTest;
227 typedef PluginTest* (*CreateTestFunction)(NPP, const std::string&);
H A DPluginObject.h42 class PluginTest;
50 PluginTest* pluginTest;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DDocumentOpenInDestroyStream.cpp26 #include "PluginTest.h"
34 class DocumentOpenInDestroyStream : public PluginTest {
37 : PluginTest(npp, identifier)
56 static PluginTest::Register<DocumentOpenInDestroyStream> documentOpenInDestroyStream("document-open-in-destroy-stream");
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp26 #include "PluginTest.h"
32 class GetURLWithJavaScriptURLDestroyingPlugin : public PluginTest {
35 : PluginTest(npp, identifier)
48 static PluginTest::Register<GetURLWithJavaScriptURLDestroyingPlugin> getURLWithJavaScriptURLDestroyingPlugin("get-url-with-javascript-url-destroying-plugin");
H A DEvaluateJSAfterRemovingPluginElement.cpp26 #include "PluginTest.h"
34 class EvaluateJSAfterRemovingPluginElement : public PluginTest {
44 static PluginTest::Register<EvaluateJSAfterRemovingPluginElement> registrar("evaluate-js-after-removing-plugin-element");
47 : PluginTest(npp, identifier)
H A DGetUserAgentWithNullNPPFromNPPNew.cpp26 #include "PluginTest.h"
28 #include "PluginTest.h"
36 class GetUserAgentWithNullNPPFromNPPNew : public PluginTest {
39 : PluginTest(npp, identifier)
56 static PluginTest::Register<GetUserAgentWithNullNPPFromNPPNew> getUserAgentWithNullNPPFromNPPNew("get-user-agent-with-null-npp-from-npp-new");
H A DPluginScriptableNPObjectInvokeDefault.cpp26 #include "PluginTest.h"
31 class PluginScriptableNPObjectInvokeDefault : public PluginTest {
34 : PluginTest(npp, identifier)
67 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectInvokeDefault("plugin-scriptable-npobject-invoke-default");
68 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectNoInvokeDefault("plugin-scriptable-npobject-no-invoke-default");
H A DNPRuntimeObjectFromDestroyedPlugin.cpp26 #include "PluginTest.h"
30 class NPRuntimeObjectFromDestroyedPlugin : public PluginTest {
33 : PluginTest(npp, identifier)
71 static PluginTest::Register<NPRuntimeObjectFromDestroyedPlugin> npRuntimeObjectFromDestroyedPlugin("npruntime-object-from-destroyed-plugin");
H A DNullNPPGetValuePointer.cpp26 #include "PluginTest.h"
34 class NullNPPGetValuePointer : public PluginTest {
45 static PluginTest::Register<NullNPPGetValuePointer> registrar("null-npp-getvalue-pointer");
48 : PluginTest(npp, identifier)
H A DPassDifferentNPPStruct.cpp26 #include "PluginTest.h"
35 class PassDifferentNPPStruct : public PluginTest {
38 : PluginTest(npp, identifier)
70 static PluginTest::Register<PassDifferentNPPStruct> getValueNetscapeWindow("pass-different-npp-struct");
H A DNPDeallocateCalledBeforeNPShutdown.cpp26 #include "PluginTest.h"
32 class NPDeallocateCalledBeforeNPShutdown : public PluginTest {
35 : PluginTest(npp, identifier)
93 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin("np-deallocate-called-before-np-shutdown");
H A DNPPSetWindowCalledDuringDestruction.cpp26 #include "PluginTest.h"
34 class NPPSetWindowCalledDuringDestruction : public PluginTest {
55 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-during-destruction");
58 : PluginTest(npp, identifier)
H A DNPRuntimeRemoveProperty.cpp26 #include "PluginTest.h"
31 class NPRuntimeRemoveProperty : public PluginTest {
34 : PluginTest(npp, identifier)
89 static PluginTest::Register<NPRuntimeRemoveProperty> npRuntimeRemoveProperty("npruntime-remove-property");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DGetValueNetscapeWindow.cpp26 #include "PluginTest.h"
34 class GetValueNetscapeWindow : public PluginTest {
37 : PluginTest(npp, identifier)
73 static PluginTest::Register<GetValueNetscapeWindow> getValueNetscapeWindow("get-value-netscape-window");
H A DWindowGeometryInitializedBeforeSetWindow.cpp26 #include "PluginTest.h"
34 class WindowGeometryInitializedBeforeSetWindow : public PluginTest {
37 : PluginTest(npp, identifier)
90 static PluginTest::Register<WindowGeometryInitializedBeforeSetWindow> windowGeometryInitializedBeforeSetWindow("window-geometry-initialized-before-set-window");
H A DWindowRegionIsSetToClipRect.cpp26 #include "PluginTest.h"
34 class WindowRegionIsSetToClipRect : public PluginTest {
44 static PluginTest::Register<WindowRegionIsSetToClipRect> registrar("window-region-is-set-to-clip-rect");
47 : PluginTest(npp, identifier)
H A DWindowlessPaintRectCoordinates.cpp26 #include "PluginTest.h"
35 class WindowlessPaintRectCoordinates : public PluginTest {
44 static PluginTest::Register<WindowlessPaintRectCoordinates> registrar("windowless-paint-rect-coordinates");
47 : PluginTest(npp, identifier)
H A DDrawsGradient.cpp46 static PluginTest::Register<DrawsGradient> registrar("draws-gradient");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.h29 #include "PluginTest.h"
31 class WindowedPluginTest : public PluginTest {
40 // PluginTest
H A DWindowedPluginTest.cpp33 : PluginTest(npp, identifier)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
H A DConvertPoint.cpp26 #include "PluginTest.h"
31 class ConvertPoint : public PluginTest {
34 : PluginTest(npp, identifier)
81 static PluginTest::Register<ConvertPoint> convertPoint("convert-point");
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc80 TEST(PythonPluginTest, PluginTest) {
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc85 TEST(CppPluginTest, PluginTest) {
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc82 TEST(JavaPluginTest, PluginTest) {

Completed in 173 milliseconds

12