HomeSort by relevance Sort by last modified time
    Searched full:wow64 (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/win/
SystemInfo.cpp 121 static bool wow64 = false; local
127 return wow64;
132 wow64 = isWOW64Process(GetCurrentProcess(), &result) && result;
136 return wow64;
167 return "; WOW64";
  /external/chromium/base/win/
windows_version.h 48 // 32-bit Chrome running on 64-bit Windows via WOW64: X64_ARCHITECTURE
57 // Whether a process is running under WOW64 (the wrapper that allows 32-bit
  /external/chromium/webkit/glue/
user_agent.cc 69 architecture_token = "; WOW64";
  /external/llvm/lib/Support/Windows/
Process.inc 45 // NOTE: A 32-bit application running under WOW64 is supposed to use

Completed in 347 milliseconds