HomeSort by relevance Sort by last modified time
    Searched refs:IsBinaryInstrumented (Results 1 - 8 of 8) 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 31 if (base::debug::IsBinaryInstrumented())
profiling.cc 132 if (base::debug::IsBinaryInstrumented()) {
  /external/chromium_org/content/browser/frame_host/
debug_urls.cc 53 if (!base::debug::IsBinaryInstrumented())
78 if (!base::debug::IsBinaryInstrumented())
  /external/chromium_org/base/threading/
platform_thread_win.cc 175 if (!::IsDebuggerPresent() && !base::debug::IsBinaryInstrumented())
  /external/chromium_org/base/
tools_sanity_unittest.cc 34 if (debug::IsBinaryInstrumented()) { EXPECT_DEATH(action, \
  /external/chromium_org/content/common/
sandbox_win.cc 534 if (!base::debug::IsBinaryInstrumented() &&

Completed in 774 milliseconds