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

  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 78 int compareFileVersion(const PlatformModuleVersion&) const;
81 const PlatformModuleVersion& version() const { return m_moduleVersion; }
115 PlatformModuleVersion m_moduleVersion;
PluginPackage.cpp 196 static const PlatformModuleVersion flashTenVersion(0x0a000000);
246 // The flash version as a PlatformModuleVersion differs on Unix from Windows
360 int PluginPackage::compareFileVersion(const PlatformModuleVersion& compareVersion) const
  /external/webkit/Source/WebCore/platform/
FileSystem.h 98 // PlatformModuleVersion
100 struct PlatformModuleVersion {
104 PlatformModuleVersion(unsigned)
110 PlatformModuleVersion(unsigned lsb, unsigned msb)
118 typedef unsigned PlatformModuleVersion;
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 70 static const PlatformModuleVersion slPluginMinRequired(0x51BE0000, 0x00010000);
83 static const PlatformModuleVersion yahooAppStatePluginMinRequired(0x00000006, 0x00010000);
94 static const PlatformModuleVersion flashTenVersion(0x00000000, 0x000a0000);
158 static const PlatformModuleVersion lastKnownUnloadableRealPlayerVersion(0x000B0B24, 0x00060000);
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 71 PlatformModuleVersion flashTenVersion(0x000a0000);

Completed in 408 milliseconds