/external/chromium_org/chrome/browser/chromeos/drive/ |
H A D | dummy_file_system.cc | 9 base::Closure DummyFileSystem::GetFileContent( function in class:drive::DummyFileSystem
|
H A D | fake_file_system_unittest.cc | 35 TEST_F(FakeFileSystemTest, GetFileContent) { 46 base::Closure cancel_download = fake_file_system_->GetFileContent( 72 cancel_download = fake_file_system_->GetFileContent( 103 base::Closure cancel_download = fake_file_system_->GetFileContent(
|
H A D | drive_file_stream_reader.cc | 282 // Calls FileSystemInterface::GetFileContent if the file system 300 file_system->GetFileContent(drive_file_path, 306 // Helper to run FileSystemInterface::GetFileContent on UI thread. 307 void GetFileContent( function in namespace:drive::__anon3063 354 GetFileContent(
|
H A D | dummy_file_system.h | 61 virtual base::Closure GetFileContent(
|
H A D | fake_file_system.h | 89 virtual base::Closure GetFileContent( 132 // Helpers of GetFileContent.
|
H A D | file_system_interface.h | 339 virtual base::Closure GetFileContent(
|
H A D | file_system.h | 129 virtual base::Closure GetFileContent(
|
H A D | fake_file_system.cc | 128 base::Closure FakeFileSystem::GetFileContent( function in class:drive::test_util::FakeFileSystem 233 // Implementation of GetFileContent.
|
H A D | file_system.cc | 582 base::Closure FileSystem::GetFileContent( function in class:drive::FileSystem
|
/external/chromium_org/base/files/ |
H A D | important_file_writer_unittest.cc | 23 std::string GetFileContent(const FilePath& path) { function in namespace:base::__anon2269 108 EXPECT_EQ("foo", GetFileContent(writer.path())); 122 EXPECT_EQ("foo", GetFileContent(writer.path())); 132 EXPECT_EQ("bar", GetFileContent(writer.path())); 142 EXPECT_EQ("baz", GetFileContent(writer.path())); 159 EXPECT_EQ("foo", GetFileContent(writer.path())); 176 EXPECT_EQ("foo", GetFileContent(writer.path())); 192 EXPECT_EQ("baz", GetFileContent(writer.path()));
|
/external/chromium_org/third_party/brotli/src/woff2/ |
H A D | file.h | 25 inline std::string GetFileContent(std::string filename) { function in namespace:woff2
|
H A D | woff2_compress.cc | 35 string input = woff2::GetFileContent(filename);
|
H A D | woff2_decompress.cc | 36 string input = woff2::GetFileContent(filename);
|
/external/chromium_org/content/browser/fileapi/ |
H A D | local_file_stream_writer_unittest.cc | 67 std::string GetFileContent(const base::FilePath& path) { function in class:content::LocalFileStreamWriterTest 108 EXPECT_EQ("foobar", GetFileContent(path)); 118 EXPECT_EQ("foxxxr", GetFileContent(path)); 128 EXPECT_EQ("foobarxxx", GetFileContent(path)); 162 EXPECT_EQ("foo", GetFileContent(path));
|
/external/chromium_org/chromeos/dbus/ |
H A D | session_manager_client.cc | 45 std::string GetFileContent(const base::FilePath& path) { function in namespace:chromeos::__anon6133 623 base::Bind(&GetFileContent, device_policy_path), 632 base::Bind(&GetFileContent, GetUserFilePath(username, "stub_policy")), 637 return GetFileContent(GetUserFilePath(username, "stub_policy"));
|