| /external/chromium_org/content/browser/download/ |
| download_request_handle.h | 41 virtual std::string DebugString() const = 0; 71 virtual std::string DebugString() const OVERRIDE;
|
| download_create_info.cc | 40 std::string DownloadCreateInfo::DebugString() const { 49 request_handle.DebugString().c_str(),
|
| save_file.cc | 84 std::string SaveFile::DebugString() const { 85 return file_.DebugString();
|
| download_create_info.h | 35 std::string DebugString() const;
|
| mock_download_file.h | 50 MOCK_CONST_METHOD0(DebugString, std::string());
|
| save_file.h | 39 std::string DebugString() const;
|
| /external/chromium/chrome/browser/download/ |
| download_file.h | 36 virtual std::string DebugString() const;
|
| download_file.cc | 50 std::string DownloadFile::DebugString() const { 62 BaseFile::DebugString().c_str());
|
| base_file.h | 65 virtual std::string DebugString() const;
|
| download_item.cc | 338 VLOG(20) << __FUNCTION__ << "()" << " download = " << DebugString(true); 369 << DebugString(false); 468 << DebugString(true); 482 << DebugString(true); 496 << " " << DebugString(true); 523 << " " << DebugString(false); 580 << " " << DebugString(true); 621 VLOG(20) << " " << __FUNCTION__ << "() " << DebugString(true); 646 std::string DownloadItem::DebugString(bool verbose) const {
|
| download_file_manager.cc | 75 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString(); 254 << " download = " << download->DebugString(); 270 << " download_file = " << download_file->DebugString(); 317 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); 347 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); 420 << " download_file = " << download_file->DebugString();
|
| /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() << ", ";
|
| file_change.h | 37 std::string DebugString() const; 68 std::string DebugString() const;
|
| file_change_unittest.cc | 42 SCOPED_TRACE(testing::Message() << "actual:" << list.DebugString()); 46 << " expected:" << expected[i].DebugString() 47 << " actual:" << list.list().at(i).DebugString());
|
| /external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
| scriptable_plugin.cc | 88 var.DebugString().c_str(), exception->DebugString().c_str())); 133 static_cast<void*>(this), name.DebugString().c_str())); 149 static_cast<void*>(this), name.DebugString().c_str())); 157 name.DebugString().c_str())); 175 property.DebugString().c_str())); 184 name.DebugString().c_str(), value.DebugString().c_str())); 185 Error("SetProperty", name.DebugString().c_str(), 193 name.DebugString().c_str())) [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| 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/third_party/protobuf/src/google/protobuf/ |
| unknown_field_set_unittest.cc | 226 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); 253 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); 262 const string debug_string = empty_message_.DebugString(); 263 const string other_debug_string = other_message.DebugString(); 267 EXPECT_EQ(debug_string, other_message.DebugString()); 268 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); 272 const string debug_string = empty_message_.DebugString(); 277 EXPECT_EQ(debug_string, empty_message_.DebugString()); [all...] |
| descriptor.h | 160 string DebugString() const; 264 // Internal version of DebugString; controls the level of indenting for 266 void DebugString(int depth, string *contents) const; 503 // See Descriptor::DebugString(). 504 string DebugString() const; 522 // See Descriptor::DebugString(). 523 void DebugString(int depth, string *contents) const; 626 // See Descriptor::DebugString(). 627 string DebugString() const; 639 // See Descriptor::DebugString() [all...] |
| /external/protobuf/src/google/protobuf/ |
| unknown_field_set_unittest.cc | 226 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); 253 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); 262 const string debug_string = empty_message_.DebugString(); 263 const string other_debug_string = other_message.DebugString(); 267 EXPECT_EQ(debug_string, other_message.DebugString()); 268 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); 272 const string debug_string = empty_message_.DebugString(); 277 EXPECT_EQ(debug_string, empty_message_.DebugString()); [all...] |
| descriptor.h | 145 string DebugString() const; 242 // Internal version of DebugString; controls the level of indenting for 244 void DebugString(int depth, string *contents) const; 473 // See Descriptor::DebugString(). 474 string DebugString() const; 485 // See Descriptor::DebugString(). 486 void DebugString(int depth, string *contents) const; 583 // See Descriptor::DebugString(). 584 string DebugString() const; 589 // See Descriptor::DebugString() [all...] |
| /external/chromium/chrome/browser/history/ |
| download_create_info.h | 39 std::string DebugString() const;
|
| download_create_info.cc | 63 std::string DownloadCreateInfo::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();
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
| java_doc_comment.cc | 189 "def", EscapeJavadoc(FirstLineOf(field->DebugString()))); 208 "def", EscapeJavadoc(FirstLineOf(value->DebugString()))); 228 "def", EscapeJavadoc(FirstLineOf(method->DebugString())));
|