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

  /external/chromium_org/base/debug/
profiler.h 38 BASE_EXPORT bool IsBinaryInstrumented();
profiler.cc 79 bool IsBinaryInstrumented() {
104 bool IsBinaryInstrumented() {
182 if (!IsBinaryInstrumented())
  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 30 if (base::debug::IsBinaryInstrumented())
profiling.cc 132 if (base::debug::IsBinaryInstrumented()) {
  /external/chromium_org/base/threading/
platform_thread_win.cc 163 if (!::IsDebuggerPresent() && !base::debug::IsBinaryInstrumented())
  /external/chromium_org/content/common/
sandbox_win.cc 540 if (!base::debug::IsBinaryInstrumented() &&

Completed in 139 milliseconds