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

  /external/chromium/base/win/
windows_version.h 59 // WOW64_DISABLED for both "32-bit Chrome on 32-bit Windows" and "64-bit
63 WOW64_DISABLED,
windows_version.cc 61 return WOW64_DISABLED;
65 return is_wow64 ? WOW64_ENABLED : WOW64_DISABLED;
  /external/chromium/chrome/browser/
memory_details_win.cc 99 base::win::OSInfo::WOW64_DISABLED);

Completed in 398 milliseconds