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

  /external/chromium/chrome/browser/history/
archived_database.cc 124 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
history_database.cc 316 LOG_IF(WARNING, cur_version < GetCurrentVersion()) <<
thumbnail_database.cc 115 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
  /external/chromium/net/base/
network_change_notifier_win.cc 141 LOG_IF(ERROR, result != 0)
host_mapping_rules.cc 106 LOG_IF(ERROR, !ok) << "Failed parsing rule: " << rules.token();
network_change_notifier_linux.cc 126 LOG_IF(ERROR, !rv) << "Failed to watch netlink socket: " << netlink_fd_;
x509_cert_types_mac.cc 152 LOG_IF(WARNING, values.size() > 1) << "Didn't expect multiple values";
  /external/chromium/googleurl/base/
logging.h 49 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
62 // compiles. LOG_IF and development flags also work well together
70 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
159 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
193 #define LOG_IF(severity, condition) \
195 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
198 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
241 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
247 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
  /external/chromium/chrome/browser/
plugin_data_remover.cc 131 LOG_IF(DFATAL, !success) << "ClearSiteData returned error";
138 LOG_IF(DFATAL, is_removing_) << "Timed out";
mach_broker_mac.cc 182 LOG_IF(WARNING, kr != KERN_SUCCESS)
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 157 LOG_IF(ERROR, !SyncerUtil::ServerAndLocalEntriesMatch(&target_entry))
syncer_proto_util.cc 86 LOG_IF(ERROR, 0 >= response->migrated_data_type_id_size())
syncapi.cc     [all...]
  /external/chromium/base/
logging_unittest.cc 72 LOG_IF(INFO, true) << mock_log_source.Log();
155 LOG_IF(INFO, false) << mock_log_source.Log();
logging.h 52 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
69 // compiles. LOG_IF and development flags also work well together
77 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
299 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
370 #define LOG_IF(severity, condition) \
374 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
407 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
560 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 165 LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value();
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 353 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) <<
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 525 LOG_IF(WARNING, rv != 1) << "SSL_set_cipher_list('" << command << "') "
768 LOG_IF(WARNING, !rv) << "Couldn't invalidate SSL session: " << session;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 132 LOG_IF(WARNING, types.count(syncable::PASSWORDS) > 0) << "Password store "
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 334 milliseconds