Searched refs:DLOG_IF (Results 51 - 75 of 84) sorted by relevance

1234

/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc70 DLOG_IF(ERROR, !(*file)) << "Failed to open file " << filename.value();
977 DLOG_IF(WARNING, !success) << "Unable to rebuild visited links";
/external/chromium_org/chrome/browser/ui/webui/
H A Ddevtools_ui.cc237 DLOG_IF(WARNING, -1 == resource_id) << "Unable to find dev tool resource: "
/external/chromium_org/chrome/installer/util/
H A Ddelete_after_reboot_helper.cc253 DLOG_IF(WARNING, length == 0 && last_error != ERROR_PATH_NOT_FOUND)
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc388 DLOG_IF(WARNING, !cached_key->has_signing_key()) <<
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_event_queue.cc342 DLOG_IF(WARNING,
/external/chromium_org/media/audio/
H A Daudio_low_latency_input_output_unittest.cc173 DLOG_IF(ERROR, !text_file) << "Failed to open log file.";
/external/chromium_org/mojo/system/
H A Dmessage_pipe.cc164 DLOG_IF(WARNING,
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher.cc344 DLOG_IF(INFO, error != QUIC_NO_ERROR) << "Closing connection ("
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc58 DLOG_IF(WARNING, warn) << error << " " << msg;
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc259 DLOG_IF(ERROR, !success) << "Error fetching policy for user";
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.cc244 DLOG_IF(WARNING, !(*function)) << "Missing " << name;
/external/chromium_org/components/nacl/renderer/
H A Dnexe_load_manager.cc121 DLOG_IF(ERROR, map.count(instance) != 0) << "Instance count should be 0";
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc63 DLOG_IF(WARNING, items.size() != 1u)
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems.cc446 DLOG_IF(FATAL, type.empty()) << concrete_key_system << " is not Pepper-based";
/external/chromium_org/ipc/
H A Dipc_channel_win.cc335 DLOG_IF(WARNING, thread_check_.get()) << "Connect called more than once";
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win_unittest.cc101 DLOG_IF(ERROR, !binary_file_) << "Failed to open binary PCM data file.";
H A Dcore_audio_util_win.cc537 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported "
540 DLOG_IF(ERROR, hr == AUDCLNT_E_UNSUPPORTED_FORMAT) << "Unsupported format.";
H A Daudio_low_latency_output_win_unittest.cc92 DLOG_IF(ERROR, !text_file_) << "Failed to open log file.";
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.cc184 DLOG_IF(ERROR, FAILED(hr)) << "GetAllocatedString failed: "
/external/chromium_org/third_party/cld/base/
H A Dlogging.h81 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
741 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
769 #define DLOG_IF(severity, condition) \ macro
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc190 DLOG_IF(WARNING, error != base::File::FILE_OK)
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud.cc183 DLOG_IF(ERROR, (!parsed_value.get() ||
/external/chromium_org/chromeos/dbus/
H A Dshill_client_helper.cc417 DLOG_IF(ERROR, value.GetType() != base::Value::TYPE_STRING)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h48 #define GPU_CLIENT_LOG(args) DLOG_IF(INFO, debug_) << args;
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_egl.cc194 DLOG_IF(ERROR, EGL_NO_IMAGE_KHR == egl_image_)

Completed in 638 milliseconds

1234