HomeSort by relevance Sort by last modified time
    Searched refs:GetFileContent (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/common/
important_file_writer_unittest.cc 19 std::string GetFileContent(const FilePath& path) {
67 EXPECT_EQ("foo", GetFileContent(writer.path()));
83 EXPECT_EQ("foo", GetFileContent(writer.path()));
99 EXPECT_EQ("foo", GetFileContent(writer.path()));
114 EXPECT_EQ("baz", GetFileContent(writer.path()));
  /external/chromium_org/base/files/
important_file_writer_unittest.cc 22 std::string GetFileContent(const FilePath& path) {
69 EXPECT_EQ("foo", GetFileContent(writer.path()));
86 EXPECT_EQ("foo", GetFileContent(writer.path()));
103 EXPECT_EQ("foo", GetFileContent(writer.path()));
119 EXPECT_EQ("baz", GetFileContent(writer.path()));
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system_unittest.cc 37 TEST_F(FakeFileSystemTest, GetFileContent) {
49 fake_file_system_->GetFileContent(
75 fake_file_system_->GetFileContent(
108 fake_file_system_->GetFileContent(
dummy_file_system.h 62 virtual void GetFileContent(
drive_file_stream_reader.cc 248 // Calls FileSystemInterface::GetFileContent if the file system
265 file_system->GetFileContent(drive_file_path,
271 // Helper to run FileSystemInterface::GetFileContent on UI thread.
272 void GetFileContent(
317 GetFileContent(
fake_file_system.h 91 virtual void GetFileContent(
135 // Helpers of GetFileContent.
file_system_interface.h 351 virtual void GetFileContent(
file_system.h 127 virtual void GetFileContent(
fake_file_system.cc 131 void FakeFileSystem::GetFileContent(
228 // Implementation of GetFileContent.
file_system.cc 557 void FileSystem::GetFileContent(
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer_unittest.cc 64 std::string GetFileContent(const base::FilePath& path) {
104 EXPECT_EQ("foobar", GetFileContent(path));
114 EXPECT_EQ("foxxxr", GetFileContent(path));
124 EXPECT_EQ("foobarxxx", GetFileContent(path));
158 EXPECT_EQ("foo", GetFileContent(path));

Completed in 184 milliseconds