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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 189 const bool isVistaOrLater = (versionInfo.dwMajorVersion >= 6);
191 metrics.cbSize = isVistaOrLater ? (sizeof NONCLIENTMETRICS) : NONCLIENTMETRICS_SIZE_PRE_VISTA;
196 const wchar_t* const requiredFont = isVistaOrLater ? L"Segoe UI" : L"Tahoma";
197 const int requiredFontSize = isVistaOrLater ? -12 : -11;
200 errors.push_back(isVistaOrLater ? "Must use either the Aero or Basic theme." : "Must use the default XP theme (Luna).");
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 573 const bool isVistaOrLater = (windowsVersion() >= WindowsVista);
574 result.m_part = isVistaOrLater ? CP_DROPDOWNBUTTONRIGHT : CP_DROPDOWNBUTTON;
575 if (isVistaOrLater && documentIsInApplicationChromeMode(o->document())) {
    [all...]

Completed in 3692 milliseconds