Home
last modified time | relevance | path

Searched refs:PlatformModule (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/
DFileSystem.h81 typedef GModule* PlatformModule; typedef
83 typedef HMODULE PlatformModule;
86 typedef CFBundleRef PlatformModule;
88 typedef QLibrary* PlatformModule;
90 typedef void* PlatformModule;
93 typedef CFBundleRef PlatformModule;
95 typedef void* PlatformModule;
195 bool unloadModule(PlatformModule);
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp57 DynamicLibraryCloser(PlatformModule *module) : m_module(module) { } in DynamicLibraryCloser()
70 PlatformModule *m_module;
96 static bool getEntryPoint(PlatformModule module, in getEntryPoint()
/external/webkit/Source/WebCore/platform/haiku/
DFileSystemHaiku.cpp77 bool unloadModule(PlatformModule) in unloadModule() argument
/external/webkit/Source/WebCore/platform/android/
DFileSystemAndroid.cpp79 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/platform/efl/
DFileSystemEfl.cpp92 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/plugins/
DPluginPackage.h120 PlatformModule m_module;
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp135 bool unloadModule(PlatformModule mod) in unloadModule()
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp201 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp241 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp277 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp315 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp283 bool unloadModule(PlatformModule module) in unloadModule()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1022191 for Qt/Win32's PlatformModule.
46378 Use PlatformModule and PlatformFileTime instead of HMODULE and FILETIME.
DChangeLog-2009-06-1672093 Use QLibrary as PlatformModule when compiling with Qt for S60.