HomeSort by relevance Sort by last modified time
    Searched defs:GetFileContent (Results 1 - 6 of 6) 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/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));
  /external/chromium_org/chrome/browser/chromeos/drive/
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.cc 131 void FakeFileSystem::GetFileContent(
228 // Implementation of GetFileContent.
file_system.cc 557 void FileSystem::GetFileContent(
    [all...]

Completed in 1750 milliseconds