HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_IF (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /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 121 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
142 DLOG_IF(ERROR, FAILED(hr)) << "Failed to start input streaming.";
195 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
210 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
218 DLOG_IF(WARNING, FAILED(hr)) << "Failed to set new input master volume.";
229 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
236 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume.";
385 DLOG_IF(ERROR, FAILED(hr)) << "Failed to release capture buffer";
562 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported "
audio_unified_win.cc 464 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED)
471 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED)
490 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED)
496 DLOG_IF(ERROR, hr != AUDCLNT_E_NOT_INITIALIZED)
806 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/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/base/
bit_reader.cc 20 DLOG_IF(INFO, num_bits > 100)
  /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 84 DLOG_IF(ERROR, 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/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 79 DLOG_IF(INFO, true) << mock_log_source.Log();
162 DLOG_IF(INFO, true) << mock_log_source.Log();
196 DLOG_IF(INFO, debug_only_variable) << "test";
  /external/chromium_org/content/renderer/pepper/
host_globals.cc 216 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE))
227 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE))
268 DLOG_IF(ERROR, !CheckIdType(instance, ppapi::PP_ID_TYPE_INSTANCE))
  /external/chromium_org/chrome_frame/ready_mode/
ready_mode.cc 117 DLOG_IF(ERROR, FAILED(hr)) << "Failed to invoke Navigate on IWebBrowser2. "
199 DLOG_IF(ERROR, FAILED(hr)) << "Failed to get current location from "
204 DLOG_IF(ERROR, FAILED(hr)) << "Failed to invoke Navigate on IWebBrowser2. "
  /external/chromium_org/media/audio/
cross_process_notification_posix.cc 61 DLOG_IF(WARNING, !ok) << "failed to create socket: " << errno;
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 101 DLOG_IF(INFO, requested_size_frames > number_of_frames_) << "FIFO is used";
271 DLOG_IF(ERROR, !audio_unit_) << "Open() has not been called successfully";
386 DLOG_IF(WARNING, successful_channels == 0)
600 DLOG_IF(WARNING, result != noErr) << "Could not get audio device latency.";
  /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/ppapi/shared_impl/
resource_tracker.cc 45 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
67 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
var_tracker.cc 73 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR))
106 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_))
  /external/chromium_org/chrome/browser/policy/
managed_mode_policy_provider.cc 268 DLOG_IF(WARNING, it->change_type() == SyncChange::ACTION_ADD)
271 DLOG_IF(WARNING, it->change_type() == SyncChange::ACTION_UPDATE)
278 DLOG_IF(WARNING, !dict->HasKey(key)) << "Trying to delete nonexistent "
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
remove_operation.cc 55 DLOG_IF(ERROR, error != FILE_ERROR_OK) << "Failed to remove: " << resource_id;

Completed in 2186 milliseconds

1 2 3 4