Searched defs:DebugString (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc39 std::string DownloadCreateInfo::DebugString() const { function in class:content::DownloadCreateInfo
48 request_handle.DebugString().c_str(),
H A Ddownload_request_handle.cc78 std::string DownloadRequestHandle::DebugString() const { function in class:content::DownloadRequestHandle
H A Dsave_file.cc83 std::string SaveFile::DebugString() const { function in class:content::SaveFile
84 return file_.DebugString();
H A Dbase_file.cc242 std::string BaseFile::DebugString() const { function in class:content::BaseFile
H A Ddownload_resource_handler.cc159 VLOG(20) << __FUNCTION__ << "()" << DebugString();
346 VLOG(20) << __FUNCTION__ << "()" << DebugString()
502 std::string DownloadResourceHandler::DebugString() const { function in class:content::DownloadResourceHandler
H A Ddownload_item_impl.cc309 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 { function in class:content::DownloadItemImpl
989 VLOG(20) << __FUNCTION__ << " download=" << DebugString(true);
1012 VLOG(20) << __FUNCTION__ << " download=" << DebugString(true);
1034 << " per_sec=" << bytes_per_sec << " download=" << DebugString(true);
1077 VLOG(20) << __FUNCTION__ << " download=" << DebugString(tru
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.cc19 std::string FileChange::DebugString() const { function in class:sync_file_system::FileChange
80 std::string FileChangeList::DebugString() const { function in class:sync_file_system::FileChangeList
84 ss << list_[i].DebugString() << ", ";
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.cc19 std::string FileChange::Change::DebugString() const { function in class:drive::FileChange::Change
82 std::string FileChange::ChangeList::DebugString() const { function in class:drive::FileChange::ChangeList
86 ss << list_[i].DebugString() << ", ";
142 std::string FileChange::DebugString() const { function in class:drive::FileChange
147 ss << it->first.value() << ": " << it->second.DebugString() << ", ";
/external/chromium_org/media/base/
H A Dchannel_mixer_unittest.cc78 std::string DebugString() const { function in struct:media::ChannelMixerTestData
94 return os << data.DebugString();
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc122 std::string FileSystemURL::DebugString() const { function in class:storage::FileSystemURL
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.cc209 string CryptoHandshakeMessage::DebugString() const { function in class:net::CryptoHandshakeMessage
/external/chromium_org/ppapi/cpp/
H A Dvar.cc283 std::string Var::DebugString() const { function in class:pp::Var
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.cc23 std::string ParsedInternalKey::DebugString() const { function in class:leveldb::ParsedInternalKey
34 std::string InternalKey::DebugString() const { function in class:leveldb::InternalKey
38 result = parsed.DebugString();
H A Dversion_edit.cc212 std::string VersionEdit::DebugString() const { function in class:leveldb::VersionEdit
239 r.append(compact_pointers_[i].second.DebugString());
258 r.append(f.smallest.DebugString());
260 r.append(f.largest.DebugString());
H A Dversion_set.cc565 std::string Version::DebugString() const { function in class:leveldb::Version
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());
1352 smallest.DebugString().c_str(),
1353 largest.DebugString().c_str());
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc70 std::string DebugString() const { function in struct:drive::DriveUploader::UploadFileInfo
214 DVLOG(1) << "Uploading file: " << upload_file_info->DebugString();
423 DVLOG(1) << "Upload failed " << upload_file_info->DebugString();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc44 std::string DebugString() const;
260 << ": " << check_case.DebugString());
473 std::string BrowserCloseTest::DownloadsCloseCheckCase::DebugString() const { function in class:BrowserCloseTest::DownloadsCloseCheckCase
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.h42 std::string DebugString() { function in struct:net::SendAlgorithmSimulator::Sender
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc460 std::string TestFileErrorInjector::DebugString(FileOperationCode code) { function in class:content::TestFileErrorInjector
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc175 string UnicodeText::Repr::DebugString() const { function in class:i18n::phonenumbers::UnicodeText::Repr
388 string UnicodeText::DebugString() const { function in class:i18n::phonenumbers::UnicodeText
392 << size() << " repr=" << repr_.DebugString() << "}";
397 repr_.DebugString().c_str());
506 string UnicodeText::const_iterator::DebugString() const { function in class:i18n::phonenumbers::UnicodeText::const_iterator
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc280 return match_->DebugString();
659 string Prefilter::DebugString() const { function in class:re2::Prefilter
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/
H A Dprefilter.cc288 return match_->DebugString();
667 string Prefilter::DebugString() const { function in class:re2::Prefilter
673 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
686 s += (*subs_)[i]->DebugString();
695 s += (*subs_)[i]->DebugString();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc58 string Message::DebugString() const { function in class:google::protobuf::Message
94 printf("%s", DebugString().c_str());
H A Ddescriptor.cc1630 // DebugString methods ===============================================
1702 string FileDescriptor::DebugString() const { function in class:google::protobuf::FileDescriptor
1734 enum_type(i)->DebugString(0, &contents);
1751 message_type(i)->DebugString(0, &contents);
1757 service(i)->DebugString(&contents);
1769 extension(i)->DebugString(1, &contents);
1776 string Descriptor::DebugString() const { function in class:google::protobuf::Descriptor
1779 DebugString(0, &contents);
1783 void Descriptor::DebugString(int depth, string *contents) const { function in class:google::protobuf::Descriptor
1809 nested_type(i)->DebugString(dept
1843 string FieldDescriptor::DebugString() const { function in class:google::protobuf::FieldDescriptor
1858 void FieldDescriptor::DebugString(int depth, string *contents) const { function in class:google::protobuf::FieldDescriptor
1905 string EnumDescriptor::DebugString() const { function in class:google::protobuf::EnumDescriptor
1911 void EnumDescriptor::DebugString(int depth, string *contents) const { function in class:google::protobuf::EnumDescriptor
1925 string EnumValueDescriptor::DebugString() const { function in class:google::protobuf::EnumValueDescriptor
1931 void EnumValueDescriptor::DebugString(int depth, string *contents) const { function in class:google::protobuf::EnumValueDescriptor
1943 string ServiceDescriptor::DebugString() const { function in class:google::protobuf::ServiceDescriptor
1949 void ServiceDescriptor::DebugString(string *contents) const { function in class:google::protobuf::ServiceDescriptor
1961 string MethodDescriptor::DebugString() const { function in class:google::protobuf::MethodDescriptor
1967 void MethodDescriptor::DebugString(int depth, string *contents) const { function in class:google::protobuf::MethodDescriptor
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc55 string Message::DebugString() const { function in class:google::protobuf::Message
91 printf("%s", DebugString().c_str());

Completed in 534 milliseconds

12