Home
last modified time | relevance | path

Searched refs:WindowsVista (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumWin.cpp73 return windowsVersion() >= WindowsVista; in invalidateOnMouseEnterExit()
163 return (windowsVersion() < WindowsVista) ? SCRBS_NORMAL : SCRBS_HOVER; in getThemeState()
168 …return (scrollbar->hoveredPart() == NoPart || (windowsVersion() < WindowsVista)) ? SCRBS_NORMAL : … in getThemeState()
182 return (windowsVersion() < WindowsVista) ? ABS_LEFTNORMAL : ABS_LEFTHOVER; in getThemeArrowState()
186 …return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_LEFTNORMA… in getThemeArrowState()
193 return (windowsVersion() < WindowsVista) ? ABS_UPNORMAL : ABS_UPHOVER; in getThemeArrowState()
197 …return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_UPNORMAL … in getThemeArrowState()
204 return (windowsVersion() < WindowsVista) ? ABS_RIGHTNORMAL : ABS_RIGHTHOVER; in getThemeArrowState()
208 …return ((scrollbar->hoveredPart() == NoPart) || (windowsVersion() < WindowsVista)) ? ABS_RIGHTNORM… in getThemeArrowState()
214 return (windowsVersion() < WindowsVista) ? ABS_DOWNNORMAL : ABS_DOWNHOVER; in getThemeArrowState()
[all …]
/external/webkit/Source/WebCore/platform/win/
DSystemInfo.h57 WindowsVista, enumerator
DSystemInfo.cpp74 version = (majorVersion == 6 && !minorVersion) ? WindowsVista : Windows7; in windowsVersion()
DScrollbarThemeWin.cpp103 runningVista = (windowsVersion() >= WindowsVista); in ScrollbarThemeWin()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGlyphPageTreeNodeChromiumWin.cpp137 …if ((windowsVersion() < WindowsVista) && !(tm.tmPitchAndFamily & TMPF_TRUETYPE) && (GetFontData(dc… in fillBMPGlyphs()
/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp573 const bool isVistaOrLater = (windowsVersion() >= WindowsVista); in getThemeData()
590 … result.m_part = (windowsVersion() >= WindowsVista) ? EP_EDITBORDER_NOSCROLL : TFP_TEXTFIELD; in getThemeData()
733 if (haveTheme && (windowsVersion() >= WindowsVista)) { in paintMenuList()
797 if ((windowsVersion() >= WindowsVista)) { in paintMenuListButton()
DRenderThemeChromiumWin.cpp144 static UINT size = (windowsVersion() >= WindowsVista) ? in getNonClientMetrics()
/external/webkit/Source/WebCore/inspector/front-end/
Dinspector.js79 return WebInspector.PlatformFlavor.WindowsVista;
371 WindowsVista: "windows-vista", property