Level             127 base/win/event_trace_provider.cc   if (enable_level_ < event->Class.Level)
Level              52 base/win/event_trace_provider.h     header.Class.Level = level;
Level              63 base/win/event_trace_provider.h     header.Class.Level = level;
Level              19 chrome/browser/extensions/api/power/power_api_manager.cc LevelToPowerSaveBlockerType(api::power::Level level) {
Level              39 chrome/browser/extensions/api/power/power_api_manager.cc                                  api::power::Level level) {
Level              89 chrome/browser/extensions/api/power/power_api_manager.cc   api::power::Level new_level = api::power::LEVEL_SYSTEM;
Level              31 chrome/browser/extensions/api/power/power_api_manager.h   void AddRequest(const std::string& extension_id, api::power::Level level);
Level              67 chrome/browser/extensions/api/power/power_api_manager.h   api::power::Level current_level_;
Level              71 chrome/browser/extensions/api/power/power_api_manager.h   typedef std::map<std::string, api::power::Level> ExtensionLevelMap;
Level             116 chrome/common/render_messages.h IPC_ENUM_TRAITS(blink::WebConsoleMessage::Level)
Level             145 chrome/installer/setup/install_worker_unittest.cc   void set_level(Level level) {
Level             300 chrome/installer/setup/install_worker_unittest.cc     InstallerState::Level level = system_install ?
Level              77 chrome/installer/util/installation_validator_unittest.cc                            Level install_level,
Level              82 chrome/installer/util/installation_validator_unittest.cc                                   Level install_level,
Level              86 chrome/installer/util/installation_validator_unittest.cc                            Level install_level,
Level              90 chrome/installer/util/installation_validator_unittest.cc                                      Level install_level,
Level              94 chrome/installer/util/installation_validator_unittest.cc                                             Level install_level,
Level             110 chrome/installer/util/installation_validator_unittest.cc       Level install_level,
Level             115 chrome/installer/util/installation_validator_unittest.cc       Level install_level,
Level             125 chrome/installer/util/installation_validator_unittest.cc                        Level install_level,
Level             131 chrome/installer/util/installation_validator_unittest.cc   ProductState* GetProducts(Level install_level) {
Level             148 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             160 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             187 chrome/installer/util/installation_validator_unittest.cc                                            Level install_level,
Level             215 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             234 chrome/installer/util/installation_validator_unittest.cc                                            Level install_level,
Level             259 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             279 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             343 chrome/installer/util/installation_validator_unittest.cc       Level install_level,
Level             349 chrome/installer/util/installation_validator_unittest.cc       Level install_level,
Level             452 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level             506 chrome/installer/util/installation_validator_unittest.cc     Level install_level,
Level              77 chrome/installer/util/installer_state.cc InstallerState::InstallerState(Level level)
Level             299 chrome/installer/util/installer_state.cc void InstallerState::set_level(Level level) {
Level              75 chrome/installer/util/installer_state.h   explicit InstallerState(Level level);
Level             100 chrome/installer/util/installer_state.h   Level level() const { return level_; }
Level             257 chrome/installer/util/installer_state.h   void set_level(Level level);
Level             270 chrome/installer/util/installer_state.h   Level level_;
Level             121 chrome/renderer/extensions/console.cc   blink::WebConsoleMessage::Level target_level =
Level             229 chrome/test/chromedriver/capabilities.cc     Log::Level level;
Level              60 chrome/test/chromedriver/capabilities.h typedef std::map<std::string, Log::Level> LoggingPrefs;
Level              18 chrome/test/chromedriver/chrome/console_logger.cc bool ConsoleLevelToLogLevel(const std::string& name, Log::Level *out_level) {
Level              26 chrome/test/chromedriver/chrome/console_logger.cc       *out_level = static_cast<Log::Level>(Log::kDebug + i);
Level              56 chrome/test/chromedriver/chrome/console_logger.cc     Log::Level level = Log::kInfo;
Level              69 chrome/test/chromedriver/chrome/console_logger_unittest.cc   const Log::Level level;
Level              74 chrome/test/chromedriver/chrome/console_logger_unittest.cc            Log::Level level,
Level              83 chrome/test/chromedriver/chrome/console_logger_unittest.cc                                    Level level,
Level              96 chrome/test/chromedriver/chrome/console_logger_unittest.cc                                   Level level,
Level             103 chrome/test/chromedriver/chrome/console_logger_unittest.cc                       Log::Level expected_level,
Level              12 chrome/test/chromedriver/chrome/log.cc void Log::AddEntry(Level level, const std::string& message) {
Level              16 chrome/test/chromedriver/chrome/log.cc void Log::AddEntry(Level level,
Level              34 chrome/test/chromedriver/chrome/log.h                                    Level level,
Level              39 chrome/test/chromedriver/chrome/log.h   void AddEntry(Level level,
Level              44 chrome/test/chromedriver/chrome/log.h   void AddEntry(Level level, const std::string& message);
Level              70 chrome/test/chromedriver/chrome/performance_logger_unittest.cc   const Log::Level level;
Level              75 chrome/test/chromedriver/chrome/performance_logger_unittest.cc            Log::Level level,
Level              84 chrome/test/chromedriver/chrome/performance_logger_unittest.cc                         Level level,
Level              97 chrome/test/chromedriver/chrome/performance_logger_unittest.cc                                   Level level,
Level              29 chrome/test/chromedriver/logging.cc Log::Level g_log_level = Log::kWarning;
Level              43 chrome/test/chromedriver/logging.cc const char* LevelToName(Log::Level level) {
Level              52 chrome/test/chromedriver/logging.cc   Log::Level level;
Level              64 chrome/test/chromedriver/logging.cc Log::Level GetLevelFromSeverity(int severity) {
Level              89 chrome/test/chromedriver/logging.cc   Log::Level session_level = session_log ? session_log->min_level() : Log::kOff;
Level              90 chrome/test/chromedriver/logging.cc   Log::Level level = g_log_level < session_level ? g_log_level : session_level;
Level              99 chrome/test/chromedriver/logging.cc   Log::Level level = GetLevelFromSeverity(severity);
Level             128 chrome/test/chromedriver/logging.cc bool WebDriverLog::NameToLevel(const std::string& name, Log::Level* out_level) {
Level             138 chrome/test/chromedriver/logging.cc WebDriverLog::WebDriverLog(const std::string& type, Log::Level min_level)
Level             174 chrome/test/chromedriver/logging.cc                                        Log::Level level,
Level             194 chrome/test/chromedriver/logging.cc void WebDriverLog::set_min_level(Level min_level) {
Level             198 chrome/test/chromedriver/logging.cc Log::Level WebDriverLog::min_level() const {
Level             246 chrome/test/chromedriver/logging.cc   Log::Level browser_log_level = Log::kWarning;
Level             253 chrome/test/chromedriver/logging.cc     Log::Level level = iter->second;
Level              30 chrome/test/chromedriver/logging.h   static bool NameToLevel(const std::string& name, Level* out_level);
Level              33 chrome/test/chromedriver/logging.h   WebDriverLog(const std::string& type, Level min_level);
Level              48 chrome/test/chromedriver/logging.h                                    Level level,
Level              53 chrome/test/chromedriver/logging.h   void set_min_level(Level min_level);
Level              54 chrome/test/chromedriver/logging.h   Level min_level() const;
Level              58 chrome/test/chromedriver/logging.h   Level min_level_;  // Minimum level of entries to store.
Level              24 chrome/test/chromedriver/logging_unittest.cc     Log::Level level = static_cast<Log::Level>(-1);
Level              32 chrome/test/chromedriver/logging_unittest.cc   Log::Level level = static_cast<Log::Level>(-1);
Level              40 chrome/test/chromedriver/logging_unittest.cc   EXPECT_EQ(static_cast<Log::Level>(-1), level);
Level             118 chrome/test/chromedriver/session_commands.cc   Log::Level driver_level = Log::kWarning;
Level             142 chrome/test/logging/win/log_file_reader.cc                             EventLevelToSeverity(event->Header.Class.Level),
Level             165 chrome/test/logging/win/log_file_reader.cc         EventLevelToSeverity(event->Header.Class.Level), stack_depth, backtrace,
Level             322 content/renderer/devtools/devtools_agent.cc   WebConsoleMessage::Level target_level = WebConsoleMessage::LevelLog;
Level              51 content/renderer/pepper/host_globals.cc WebConsoleMessage::Level LogLevelToWebLogLevel(PP_LogLevel level) {
Level              39 content/renderer/renderer_webapplicationcachehost_impl.cc         static_cast<WebConsoleMessage::Level>(log_level),
Level             241 content/renderer/v8_value_converter_impl.cc   FromV8ValueState::Level state_level(state);
Level              34 tools/android/forwarder2/common.h #define SIGNAL_SAFE_LOG(Level, Msg) \
Level              35 tools/android/forwarder2/common.h   RAW_LOG(Level, Msg);
Level             964 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp   DiagnosticsEngine::Level getErrorLevel() {
Level             113 tools/clang/plugins/ChromeClassTester.cpp   DiagnosticIDs::Level level =
Level             508 tools/clang/plugins/FindBadConstructs.cpp   DiagnosticsEngine::Level getErrorLevel() {