HomeSort by relevance Sort by last modified time
    Searched defs:m_module (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Platform/
Module.h 73 HMODULE m_module; member in class:WebKit::Module
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.h 89 OwnPtr<Module> m_module; member in class:WebKit::NetscapePluginModule
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 57 DynamicLibraryCloser(PlatformModule *module) : m_module(module) { }
61 if (m_module && *m_module)
63 dlclose(*m_module);
64 *m_module = 0;
67 void ok() { m_module = NULL; }
70 PlatformModule *m_module; member in class:WebCore::DynamicLibraryCloser
201 ASSERT(m_module);
211 ASSERT(m_module == NULL);
222 m_module = handle
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 120 PlatformModule m_module; member in class:WebCore::PluginPackage

Completed in 505 milliseconds