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

  /external/chromium_org/chrome/test/logging/win/
file_logger.h 70 bool is_logging() const { function in class:logging_win::FileLogger
test_log_collector.cc 236 if (!file_logger_.get() || !file_logger_->is_logging())
253 if (file_logger_.get() != NULL && file_logger_->is_logging()) {
file_logger.cc 69 if (is_logging()) {
  /external/chromium_org/v8/src/
log.h 89 if (logger->is_logging()) \
342 bool is_logging() { function in class:v8::internal::Logger
347 return is_logging() || jit_logger_ != NULL;
codegen.cc 179 if (!isolate->logger()->is_logging() &&
heap.cc     [all...]
  /external/v8/src/
codegen.cc 156 if (!isolate->logger()->is_logging() && !CpuProfiler::is_profiling(isolate)) {
log.h 85 if (logger->is_logging()) \
273 bool is_logging() { function in class:v8::internal::Logger
compiler.cc 796 if (info->isolate()->logger()->is_logging() ||
heap.cc     [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-log.cc 493 CHECK(logger->is_logging());
495 CHECK(logger->is_logging());
497 CHECK(logger->is_logging());
  /external/v8/test/cctest/
test-log.cc 464 CHECK(LOGGER->is_logging());
466 CHECK(LOGGER->is_logging());
468 CHECK(LOGGER->is_logging());
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc     [all...]

Completed in 1378 milliseconds