/external/chromium_org/ppapi/host/ |
resource_message_handler.cc | 49 DLOG_IF(WARNING, reply_context.params.result() != PP_OK)
|
/external/chromium_org/sql/ |
connection.cc | 301 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db"; 356 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; 468 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; 479 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db"; 500 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db"; 562 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; 579 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction"; 630 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db"; 638 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db"; 657 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db" [all...] |
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.cc | 119 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; 140 DLOG_IF(ERROR, FAILED(hr)) << "Failed to start input streaming."; 196 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; 211 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; 219 DLOG_IF(WARNING, FAILED(hr)) << "Failed to set new input master volume."; 230 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully"; 237 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume."; 390 DLOG_IF(ERROR, FAILED(hr)) << "Failed to release capture buffer"; 569 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported "
|
audio_unified_win.cc | 447 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED) 454 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED) 473 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED) 479 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED) 790 DLOG_IF(ERROR, FAILED(hr)) << "Failed to release capture buffer"; [all...] |
/external/chromium_org/chrome/installer/util/ |
registry_test_data.cc | 29 DLOG_IF(DFATAL, result != ERROR_SUCCESS) 73 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
|
/external/chromium_org/media/audio/cras/ |
audio_manager_cras.cc | 84 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 106 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
|
/external/chromium_org/media/audio/openbsd/ |
audio_manager_openbsd.cc | 97 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 120 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
|
/external/chromium/net/url_request/ |
url_request_job_tracker.cc | 20 DLOG_IF(WARNING, !active_jobs_.empty()) <<
|
/external/chromium_org/chrome/browser/extensions/api/ |
api_function.cc | 67 DLOG_IF(ERROR, (work_thread_id_ == BrowserThread::UI)) <<
|
/external/chromium_org/media/midi/ |
midi_manager_win.cc | 88 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 138 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 246 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 255 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 259 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 320 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 333 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 438 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 441 DLOG_IF(ERROR, result != MMSYSERR_NOERROR) 468 DLOG_IF(ERROR, result != MMSYSERR_NOERROR [all...] |
/external/chromium/chrome/browser/ui/webui/ |
devtools_ui.cc | 60 DLOG_IF(WARNING, -1 == resource_id) << "Unable to find dev tool resource: "
|
/external/chromium_org/chrome/browser/signin/ |
signin_manager_base.cc | 72 DLOG_IF(ERROR, !gaia::AreEmailsSame(username, authenticated_username_)) <<
|
/external/chromium_org/chrome_frame/ |
bind_context_info.cc | 51 DLOG_IF(ERROR, *info != static_cast<BindContextInfo*>(internal.get()))
|
/external/chromium_org/media/audio/android/ |
audio_manager_android.cc | 174 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 183 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 191 DLOG_IF(ERROR, device_id.empty()) << "Invalid device ID!"; 230 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
|
/external/chromium_org/net/quic/ |
quic_sent_entropy_manager.cc | 66 DLOG_IF(WARNING, entropy_hash != expected_entropy_hash)
|
/external/chromium/base/ |
logging_unittest.cc | 79 DLOG_IF(INFO, true) << mock_log_source.Log(); 162 DLOG_IF(INFO, true) << mock_log_source.Log(); 191 DLOG_IF(INFO, debug_only_variable) << "test";
|
/external/chromium_org/base/ |
logging_unittest.cc | 81 DLOG_IF(INFO, true) << mock_log_source.Log(); 164 DLOG_IF(INFO, true) << mock_log_source.Log(); 198 DLOG_IF(INFO, debug_only_variable) << "test";
|
/external/chromium_org/content/renderer/pepper/ |
host_globals.cc | 208 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE)) 219 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE)) 260 DLOG_IF(ERROR, !CheckIdType(instance, ppapi::PP_ID_TYPE_INSTANCE))
|
/external/chromium_org/net/cert/ |
x509_util_ios.cc | 103 DLOG_IF(INFO, cert_handle && !nss_cert_handle_)
|
/external/chromium_org/dbus/ |
values_util.cc | 133 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << 142 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) <<
|
/external/chromium_org/media/audio/alsa/ |
audio_manager_alsa.cc | 288 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 310 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
|
/external/chromium_org/media/audio/pulse/ |
audio_manager_pulse.cc | 139 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!"; 160 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
|
/external/chromium_org/ppapi/shared_impl/ |
resource_tracker.cc | 45 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE)) 70 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
|
var_tracker.cc | 74 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR)) 107 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR))
|
/external/chromium_org/win8/test/ |
open_with_dialog_controller.cc | 119 DLOG_IF(WARNING, (state_ == CONTEXT_AUTOMATION_READY || 157 DLOG_IF(WARNING, SUCCEEDED(automation_result_) && FAILED(open_with_result_))
|