OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mostSig
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/
FileSystem.h
102
unsigned
mostSig
;
106
,
mostSig
(0)
112
,
mostSig
(msb)
/external/webkit/Source/WebCore/plugins/
PluginPackage.cpp
366
if (m_moduleVersion.
mostSig
!= compareVersion.
mostSig
)
367
return m_moduleVersion.
mostSig
> compareVersion.
mostSig
? 1 : -1;
/external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp
190
m_moduleVersion.
mostSig
= info->dwFileVersionMS;
Completed in 145 milliseconds