/external/chromium/googleurl/base/ |
D | logging.h | 193 #define LOG_IF(severity, condition) \ macro 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/ |
D | plugin_data_remover.cc | 131 LOG_IF(DFATAL, !success) << "ClearSiteData returned error"; in OnClearSiteDataResult() 138 LOG_IF(DFATAL, is_removing_) << "Timed out"; in OnTimeout()
|
D | mach_broker_mac.cc | 182 LOG_IF(WARNING, kr != KERN_SUCCESS) in InvalidatePid()
|
/external/chromium/base/ |
D | logging.h | 370 #define LOG_IF(severity, condition) \ macro 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) 936 LOG_IF(ERROR, 0 == count++) << NOTIMPLEMENTED_MSG;\
|
D | logging_unittest.cc | 72 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 155 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
/external/chromium/chrome/browser/history/ |
D | archived_database.cc | 124 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) << in EnsureCurrentVersion()
|
D | history_database.cc | 316 LOG_IF(WARNING, cur_version < GetCurrentVersion()) << in EnsureCurrentVersion()
|
D | thumbnail_database.cc | 115 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) << in Init()
|
/external/chromium/net/base/ |
D | network_change_notifier_win.cc | 141 LOG_IF(ERROR, result != 0) in IsCurrentlyOffline()
|
D | host_mapping_rules.cc | 106 LOG_IF(ERROR, !ok) << "Failed parsing rule: " << rules.token(); in SetRulesFromString()
|
D | network_change_notifier_linux.cc | 126 LOG_IF(ERROR, !rv) << "Failed to watch netlink socket: " << netlink_fd_; in ListenForNotifications()
|
D | x509_cert_types_mac.cc | 152 LOG_IF(WARNING, values.size() > 1) << "Didn't expect multiple values"; in UTF32BigEndianToUTF8()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | advanced_options_utils_mac.mm | 23 LOG_IF(ERROR, status != noErr) << "Failed to create open params: " << status;
|
/external/chromium/chrome/browser/sync/engine/ |
D | process_updates_command.cc | 157 LOG_IF(ERROR, !SyncerUtil::ServerAndLocalEntriesMatch(&target_entry)) in ProcessUpdate()
|
D | syncer_proto_util.cc | 86 LOG_IF(ERROR, 0 >= response->migrated_data_type_id_size()) in HandleMigrationDoneResponse()
|
D | syncapi.cc | 964 LOG_IF(WARNING, model_type == syncable::UNSPECIFIED || in InitByIdLookup() 1003 LOG_IF(WARNING, model_type == syncable::UNSPECIFIED || in InitByTagLookup() 2336 LOG_IF(WARNING, !ChangeBuffersAreEmpty()) << in HandleCalculateChangesChangeEventFromSyncApi() 2415 LOG_IF(WARNING, !ChangeBuffersAreEmpty()) << in HandleCalculateChangesChangeEventFromSyncer()
|
/external/chromium/net/proxy/ |
D | proxy_resolver_perftest.cc | 165 LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value(); in LoadPacScriptIntoResolver()
|
/external/chromium/net/socket/ |
D | ssl_client_socket_openssl.cc | 525 LOG_IF(WARNING, rv != 1) << "SSL_set_cipher_list('" << command << "') " in Init() 768 LOG_IF(WARNING, !rv) << "Couldn't invalidate SSL session: " << session; in DoHandshake()
|
/external/chromium/chrome/browser/net/ |
D | sqlite_persistent_cookie_store.cc | 353 LOG_IF(WARNING, cur_version < kCurrentVersionNumber) << in EnsureDatabaseVersion()
|
/external/chromium/base/mac/ |
D | mac_util.mm | 147 LOG_IF(ERROR, !g_color_space_sRGB) << "Couldn't get the sRGB color space"; 370 LOG_IF(ERROR, err) << "Call to set process name failed, err " << err;
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.cc | 132 LOG_IF(WARNING, types.count(syncable::PASSWORDS) > 0) << "Password store " in Initialize()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 1038 LOG_IF(ERROR, type != type_) in ParseValue()
|