Searched refs:PlatformModule (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/
H A DFileSystem.h69 // PlatformModule
71 typedef HMODULE PlatformModule; typedef in namespace:WebCore
74 typedef CFBundleRef PlatformModule; typedef in namespace:WebCore
76 typedef QLibrary* PlatformModule; typedef in namespace:WebCore
79 typedef GModule* PlatformModule; typedef in namespace:WebCore
81 typedef CFBundleRef PlatformModule; typedef in namespace:WebCore
83 typedef void* PlatformModule; typedef in namespace:WebCore
146 bool unloadModule(PlatformModule);
/external/webkit/WebCore/platform/haiku/
H A DFileSystemHaiku.cpp68 bool unloadModule(PlatformModule)
/external/webkit/WebCore/platform/android/
H A DFileSystemAndroid.cpp73 bool unloadModule(PlatformModule module)
/external/webkit/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp57 DynamicLibraryCloser(PlatformModule *module) : m_module(module) { }
70 PlatformModule *m_module;
96 static bool getEntryPoint(PlatformModule module,
/external/webkit/WebCore/platform/qt/
H A DFileSystemQt.cpp147 bool unloadModule(PlatformModule module)
/external/webkit/WebCore/plugins/
H A DPluginPackage.h111 PlatformModule m_module;
/external/webkit/WebCore/platform/wx/
H A DFileSystemWx.cpp128 bool unloadModule(PlatformModule mod)
/external/webkit/WebCore/platform/gtk/
H A DFileSystemGtk.cpp266 bool unloadModule(PlatformModule module)
/external/webkit/WebCore/platform/win/
H A DFileSystemWin.cpp258 bool unloadModule(PlatformModule module)
/external/webkit/WebCore/platform/wince/
H A DFileSystemWince.cpp239 bool unloadModule(PlatformModule module)

Completed in 819 milliseconds