Searched defs:npp (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp38 GetURLWithJavaScriptURLDestroyingPlugin(NPP npp, const string& identifier) argument
39 : PluginTest(npp, identifier)
H A DGetUserAgentWithNullNPPFromNPPNew.cpp40 GetUserAgentWithNullNPPFromNPPNew(NPP npp, const string& identifier) argument
41 : PluginTest(npp, identifier)
62 static PluginTest::Register<GetUserAgentWithNullNPPFromNPPNew> getUserAgentWithNullNPPFromNPPNew("get-user-agent-with-null-npp-from-npp-new");
H A DNPPNewFails.cpp38 NPPNewFails(NPP npp, const string& identifier) argument
39 : PluginTest(npp, identifier)
54 static PluginTest::Register<NPPNewFails> nppNewFails("npp-new-fails");
H A DDocumentOpenInDestroyStream.cpp34 extern bool testDocumentOpen(NPP npp);
40 DocumentOpenInDestroyStream(NPP npp, const string& identifier) argument
41 : PluginTest(npp, identifier)
H A DGetURLNotifyWithURLThatFailsToLoad.cpp42 GetURLNotifyWithURLThatFailsToLoad(NPP npp, const string& identifier) argument
43 : PluginTest(npp, identifier)
H A DEvaluateJSAfterRemovingPluginElement.cpp50 EvaluateJSAfterRemovingPluginElement::EvaluateJSAfterRemovingPluginElement(NPP npp, const string& identifier) argument
51 : PluginTest(npp, identifier)
H A DGetURLWithJavaScriptURL.cpp44 GetURLWithJavaScriptURL(NPP npp, const string& identifier) argument
45 : PluginTest(npp, identifier)
H A DLeakWindowScriptableObject.cpp11 LeakWindowScriptableObject(NPP npp, const string& identifier) argument
12 : PluginTest(npp, identifier)
H A DNPRuntimeCallsWithNullNPP.cpp34 NPRuntimeCallsWithNullNPP(NPP npp, const std::string& identifier) argument
35 : PluginTest(npp, identifier)
72 static PluginTest::Register<NPRuntimeCallsWithNullNPP> npRuntimeCallsWithNullNPP("npruntime-calls-with-null-npp");
H A DNullNPPGetValuePointer.cpp49 static PluginTest::Register<NullNPPGetValuePointer> registrar("null-npp-getvalue-pointer");
51 NullNPPGetValuePointer::NullNPPGetValuePointer(NPP npp, const string& identifier) argument
52 : PluginTest(npp, identifier)
H A DEvaluateJSWithinNPP_New.cpp47 EvaluteJSWithinNPP_New::EvaluteJSWithinNPP_New(NPP npp, const string& identifier) argument
48 : PluginTest(npp, identifier)
60 static PluginTest::Register<EvaluteJSWithinNPP_New> registrar("evalute-js-within-npp-new");
H A DFormValue.cpp12 FormValue(NPP npp, const std::string& identifier) argument
13 : PluginTest(npp, identifier)
H A DLogNPPSetWindow.cpp44 LogNPPSetWindow::LogNPPSetWindow(NPP npp, const string& identifier) argument
45 : PluginTest(npp, identifier)
65 static PluginTest::Register<LogNPPSetWindow> registrar("log-npp-set-window");
H A DPassDifferentNPPStruct.cpp41 PassDifferentNPPStruct(NPP npp, const string& identifier) argument
42 : PluginTest(npp, identifier)
76 static PluginTest::Register<PassDifferentNPPStruct> getValueNetscapeWindow("pass-different-npp-struct");
H A DPluginScriptableNPObjectInvokeDefault.cpp37 PluginScriptableNPObjectInvokeDefault(NPP npp, const string& identifier) argument
38 : PluginTest(npp, identifier)
H A DInvokeDestroysPluginWithinNPP_New.cpp47 InvokeDestroysPluginWithinNPP_New::InvokeDestroysPluginWithinNPP_New(NPP npp, const string& identifier) argument
48 : PluginTest(npp, identifier)
71 static PluginTest::Register<InvokeDestroysPluginWithinNPP_New> registrar("invoke-destroys-plugin-within-npp-new");
H A DNPDeallocateCalledBeforeNPShutdown.cpp38 NPDeallocateCalledBeforeNPShutdown(NPP npp, const string& identifier) argument
39 : PluginTest(npp, identifier)
H A DNPRuntimeObjectFromDestroyedPlugin.cpp36 NPRuntimeObjectFromDestroyedPlugin(NPP npp, const string& identifier) argument
37 : PluginTest(npp, identifier)
H A DPluginScriptableObjectOverridesAllProperties.cpp39 PluginScriptableObjectOverridesAllProperties(NPP npp, const string& identifier) argument
40 : PluginTest(npp, identifier)
H A DNPPSetWindowCalledDuringDestruction.cpp59 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-during-destruction");
61 NPPSetWindowCalledDuringDestruction::NPPSetWindowCalledDuringDestruction(NPP npp, const string& identifier) argument
62 : PluginTest(npp, identifier)
H A DNPRuntimeRemoveProperty.cpp38 NPRuntimeRemoveProperty(NPP npp, const string& identifier) argument
39 : PluginTest(npp, identifier)
H A DSlowNPPNew.cpp38 SlowNPPNew(NPP npp, const string& identifier) argument
39 : PluginTest(npp, identifier)
91 static PluginTest::Register<SlowNPPNew> slowNPPNew("slow-npp-new");
/external/chromium_org/content/test/plugin/
H A Dplugin_npobject_identity_test.cc16 static NPObject* Allocate(NPP npp, NPClass* npclass) { argument
H A Dplugin_delete_plugin_in_deallocate_test.cc19 static NPObject* Allocate(NPP npp, NPClass* npclass) { argument
/external/chromium_org/content/shell/tools/plugin/
H A DPluginObject.h46 NPP npp; member in struct:__anon7899
89 extern void testNPRuntime(NPP npp);
94 extern bool testDocumentOpen(NPP npp);
95 extern bool testWindowOpen(NPP npp);

Completed in 397 milliseconds

12