HomeSort by relevance Sort by last modified time
    Searched refs:PlatformModule (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/
FileSystem.h 79 // PlatformModule
81 typedef GModule* PlatformModule;
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/platform/haiku/
FileSystemHaiku.cpp 77 bool unloadModule(PlatformModule)
  /external/webkit/Source/WebCore/platform/android/
FileSystemAndroid.cpp 79 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 57 DynamicLibraryCloser(PlatformModule *module) : m_module(module) { }
70 PlatformModule *m_module;
96 static bool getEntryPoint(PlatformModule module,
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 92 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 120 PlatformModule m_module;
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 201 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 135 bool unloadModule(PlatformModule mod)
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 241 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 315 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 283 bool unloadModule(PlatformModule module)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 277 bool unloadModule(PlatformModule module)

Completed in 719 milliseconds