/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 37 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 …]
|
D | PluginTest.h | 52 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&);
|
D | PluginObject.h | 42 class PluginTest; variable 50 PluginTest* pluginTest;
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
D | PluginScriptableNPObjectInvokeDefault.cpp | 31 class PluginScriptableNPObjectInvokeDefault : public PluginTest { 34 : PluginTest(npp, identifier) in PluginScriptableNPObjectInvokeDefault() 67 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectInvokeDe… 68 static PluginTest::Register<PluginScriptableNPObjectInvokeDefault> pluginScriptableNPObjectNoInvoke…
|
D | DocumentOpenInDestroyStream.cpp | 34 class DocumentOpenInDestroyStream : public PluginTest { 37 : PluginTest(npp, identifier) in DocumentOpenInDestroyStream() 56 static PluginTest::Register<DocumentOpenInDestroyStream> documentOpenInDestroyStream("document-open…
|
D | GetURLWithJavaScriptURLDestroyingPlugin.cpp | 32 class GetURLWithJavaScriptURLDestroyingPlugin : public PluginTest { 35 : PluginTest(npp, identifier) in GetURLWithJavaScriptURLDestroyingPlugin() 48 static PluginTest::Register<GetURLWithJavaScriptURLDestroyingPlugin> getURLWithJavaScriptURLDestroy…
|
D | GetUserAgentWithNullNPPFromNPPNew.cpp | 36 class GetUserAgentWithNullNPPFromNPPNew : public PluginTest { 39 : PluginTest(npp, identifier) in GetUserAgentWithNullNPPFromNPPNew() 56 static PluginTest::Register<GetUserAgentWithNullNPPFromNPPNew> getUserAgentWithNullNPPFromNPPNew("g…
|
D | EvaluateJSAfterRemovingPluginElement.cpp | 34 class EvaluateJSAfterRemovingPluginElement : public PluginTest { 44 static PluginTest::Register<EvaluateJSAfterRemovingPluginElement> registrar("evaluate-js-after-remo… 47 : PluginTest(npp, identifier) in EvaluateJSAfterRemovingPluginElement()
|
D | NullNPPGetValuePointer.cpp | 34 class NullNPPGetValuePointer : public PluginTest { 45 static PluginTest::Register<NullNPPGetValuePointer> registrar("null-npp-getvalue-pointer"); 48 : PluginTest(npp, identifier) in NullNPPGetValuePointer()
|
D | PassDifferentNPPStruct.cpp | 35 class PassDifferentNPPStruct : public PluginTest { 38 : PluginTest(npp, identifier) in PassDifferentNPPStruct() 70 static PluginTest::Register<PassDifferentNPPStruct> getValueNetscapeWindow("pass-different-npp-stru…
|
D | NPRuntimeObjectFromDestroyedPlugin.cpp | 30 class NPRuntimeObjectFromDestroyedPlugin : public PluginTest { 33 : PluginTest(npp, identifier) in NPRuntimeObjectFromDestroyedPlugin() 71 static PluginTest::Register<NPRuntimeObjectFromDestroyedPlugin> npRuntimeObjectFromDestroyedPlugin(…
|
D | NPDeallocateCalledBeforeNPShutdown.cpp | 32 class NPDeallocateCalledBeforeNPShutdown : public PluginTest { 35 : PluginTest(npp, identifier) in NPDeallocateCalledBeforeNPShutdown() 93 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin(…
|
D | NPRuntimeRemoveProperty.cpp | 31 class NPRuntimeRemoveProperty : public PluginTest { 34 : PluginTest(npp, identifier) in NPRuntimeRemoveProperty() 89 static PluginTest::Register<NPRuntimeRemoveProperty> npRuntimeRemoveProperty("npruntime-remove-prop…
|
D | NPPSetWindowCalledDuringDestruction.cpp | 34 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/ |
D | GetValueNetscapeWindow.cpp | 34 class GetValueNetscapeWindow : public PluginTest { 37 : PluginTest(npp, identifier) in GetValueNetscapeWindow() 73 static PluginTest::Register<GetValueNetscapeWindow> getValueNetscapeWindow("get-value-netscape-wind…
|
D | WindowlessPaintRectCoordinates.cpp | 35 class WindowlessPaintRectCoordinates : public PluginTest { 44 static PluginTest::Register<WindowlessPaintRectCoordinates> registrar("windowless-paint-rect-coordi… 47 : PluginTest(npp, identifier) in WindowlessPaintRectCoordinates()
|
D | WindowGeometryInitializedBeforeSetWindow.cpp | 34 class WindowGeometryInitializedBeforeSetWindow : public PluginTest { 37 : PluginTest(npp, identifier) in WindowGeometryInitializedBeforeSetWindow() 90 static PluginTest::Register<WindowGeometryInitializedBeforeSetWindow> windowGeometryInitializedBefo…
|
D | WindowRegionIsSetToClipRect.cpp | 34 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/ |
D | ConvertPoint.cpp | 31 class ConvertPoint : public PluginTest { 34 : PluginTest(npp, identifier) in ConvertPoint() 81 static PluginTest::Register<ConvertPoint> convertPoint("convert-point");
|
/external/webkit/Tools/DumpRenderTree/ |
D | DumpRenderTree.gypi | 49 'TestNetscapePlugIn/PluginTest.cpp', 50 'TestNetscapePlugIn/PluginTest.h',
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/ |
D | WindowedPluginTest.h | 31 class WindowedPluginTest : public PluginTest {
|
D | WindowedPluginTest.cpp | 33 : PluginTest(npp, identifier) in WindowedPluginTest()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 82 TEST(JavaPluginTest, PluginTest) { in TEST() argument
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 80 TEST(PythonPluginTest, PluginTest) { in TEST() argument
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 85 TEST(CppPluginTest, PluginTest) { in TEST() argument
|