HomeSort by relevance Sort by last modified time
    Searched defs:DebugString (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/download/
download_create_info.cc 39 std::string DownloadCreateInfo::DebugString() const {
48 request_handle.DebugString().c_str(),
download_request_handle.cc 78 std::string DownloadRequestHandle::DebugString() const {
save_file.cc 83 std::string SaveFile::DebugString() const {
84 return file_.DebugString();
base_file.cc 239 std::string BaseFile::DebugString() const {
download_resource_handler.cc 162 VLOG(20) << __FUNCTION__ << "()" << DebugString();
349 VLOG(20) << __FUNCTION__ << "()" << DebugString()
498 std::string DownloadResourceHandler::DebugString() const {
download_item_impl.cc 309 VLOG(20) << __FUNCTION__ << " download=" << DebugString(true);
330 VLOG(20) << __FUNCTION__ << "() download = " << DebugString(true);
389 VLOG(20) << __FUNCTION__ << "() download = " << DebugString(true);
437 VLOG(20) << __FUNCTION__ << "() download = " << DebugString(true);
785 << " download=" << DebugString(true);
806 std::string DownloadItemImpl::DebugString(bool verbose) const {
987 VLOG(20) << __FUNCTION__ << " download=" << DebugString(true);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 19 std::string FileChange::DebugString() const {
80 std::string FileChangeList::DebugString() const {
84 ss << list_[i].DebugString() << ", ";
  /external/chromium_org/webkit/browser/fileapi/
file_system_url.cc 103 std::string FileSystemURL::DebugString() const {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_operation_resolver_unittest.cc 23 std::string DebugString() const {
26 : remote_file_change->DebugString();
75 std::string DebugString(const ScopedVector<Input>& inputs, int number) {
77 ss << "Case " << number << ": (" << inputs[number]->DebugString() << ")";
116 << DebugString(inputs, i);
140 << DebugString(inputs, i);
165 << DebugString(inputs, i);
195 << DebugString(inputs, i);
219 << DebugString(inputs, i);
remote_sync_operation_resolver_unittest.cc 22 std::string DebugString() {
25 << ", LocalChanges: " << local_changes.DebugString();
133 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
165 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
197 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
229 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
261 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
293 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
325 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
357 << "Case " << i << ": (" << inputs[i].DebugString() << ")";
    [all...]
  /external/chromium_org/media/base/
channel_mixer_unittest.cc 78 std::string DebugString() const {
94 return os << data.DebugString();
  /external/chromium_org/ppapi/cpp/
var.cc 283 std::string Var::DebugString() const {
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 23 std::string ParsedInternalKey::DebugString() const {
34 std::string InternalKey::DebugString() const {
38 result = parsed.DebugString();
version_edit.cc 212 std::string VersionEdit::DebugString() const {
239 r.append(compact_pointers_[i].second.DebugString());
258 r.append(f.smallest.DebugString());
260 r.append(f.largest.DebugString());
version_set.cc 565 std::string Version::DebugString() const {
582 r.append(files[i]->smallest.DebugString());
584 r.append(files[i]->largest.DebugString());
740 prev_end.DebugString().c_str(),
741 this_begin.DebugString().c_str());
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_uploader.cc 70 std::string DebugString() const {
213 DVLOG(1) << "Uploading file: " << upload_file_info->DebugString();
422 DVLOG(1) << "Upload failed " << upload_file_info->DebugString();
  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.cc 209 string CryptoHandshakeMessage::DebugString() const {
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 160 std::string DebugString() const {
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 44 std::string DebugString() const;
260 << ": " << check_case.DebugString());
473 std::string BrowserCloseTest::DownloadsCloseCheckCase::DebugString() const {
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 460 std::string TestFileErrorInjector::DebugString(FileOperationCode code) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 175 string UnicodeText::Repr::DebugString() const {
388 string UnicodeText::DebugString() const {
392 << size() << " repr=" << repr_.DebugString() << "}";
397 repr_.DebugString().c_str());
506 string UnicodeText::const_iterator::DebugString() const {
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 280 return match_->DebugString();
659 string Prefilter::DebugString() const {
662 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
676 s += sub ? sub->DebugString() : "<nil>";
686 s += sub ? sub->DebugString() : "<nil>";
  /external/regex-re2/re2/
prefilter.cc 288 return match_->DebugString();
667 string Prefilter::DebugString() const {
673 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
686 s += (*subs_)[i]->DebugString();
695 s += (*subs_)[i]->DebugString();
  /external/protobuf/src/google/protobuf/
text_format.cc 55 string Message::DebugString() const {
91 printf("%s", DebugString().c_str());
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 58 string Message::DebugString() const {
94 printf("%s", DebugString().c_str());
    [all...]

Completed in 1229 milliseconds

1 2