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

  /external/webkit/WebCore/platform/
FileSystem.h 90 unsigned mostSig;
94 , mostSig(0)
100 , mostSig(msb)
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 336 if (m_moduleVersion.mostSig != compareVersion.mostSig)
337 return m_moduleVersion.mostSig > compareVersion.mostSig ? 1 : -1;
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 187 m_moduleVersion.mostSig = info->dwFileVersionMS;

Completed in 590 milliseconds