Searched defs:NPPSetWindowCalledDuringDestruction (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPPSetWindowCalledDuringDestruction.cpp34 class NPPSetWindowCalledDuringDestruction : public PluginTest { class in inherits:PluginTest
36 NPPSetWindowCalledDuringDestruction(NPP, const string& identifier);
55 static PluginTest::Register<NPPSetWindowCalledDuringDestruction> registrar("npp-set-window-called-during-destruction");
57 NPPSetWindowCalledDuringDestruction::NPPSetWindowCalledDuringDestruction(NPP npp, const string& identifier) function in class:NPPSetWindowCalledDuringDestruction
65 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window)
99 NPError NPPSetWindowCalledDuringDestruction::NPP_Destroy(NPSavedData**)
115 bool NPPSetWindowCalledDuringDestruction::ScriptObject::hasMethod(NPIdentifier methodName)
120 bool NPPSetWindowCalledDuringDestruction
[all...]

Completed in 69 milliseconds