Lines Matching full:unload
6764 (-[WebView _closeWithFastTeardown]): Remove code for unload event dispatch.
8282 (-[WebNetscapePluginPackage _unloadWithShutdown:]): Do not unload the plug-in bundle on browser shutdown.
17340 on application quit dispatch unload events and destroy plugins then exit
17350 get the pending frame unload count from WebCore
18470 preference file, but wouldn't actually unload the bundle. This created problems for the QuickTime WebKit plug-in by unloading
18473 * Plugins/WebBasePluginPackage.h: Added unload method.
18475 (-[WebBasePluginPackage unload]): Added new method. Currently, only Netscape plug-ins support unload.
18476 (-[WebBasePluginPackage pListForPath:createFile:]): Added a call to unload.
18478 (-[WebNetscapePluginPackage unload]): Added.