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

  /external/webkit/Source/WebCore/platform/
FileSystem.h 101 unsigned leastSig;
105 : leastSig(0)
111 : leastSig(lsb)
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 368 if (m_moduleVersion.leastSig != compareVersion.leastSig)
369 return m_moduleVersion.leastSig > compareVersion.leastSig ? 1 : -1;
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 189 m_moduleVersion.leastSig = info->dwFileVersionLS;

Completed in 79 milliseconds