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

  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.cc 9 base::Closure DummyFileSystem::GetFileContent(
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(
354 GetFileContent(
fake_file_system.cc 128 base::Closure FakeFileSystem::GetFileContent(
233 // Implementation of GetFileContent.
file_system.cc 582 base::Closure FileSystem::GetFileContent(
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
file.h 25 inline std::string GetFileContent(std::string filename) {
  /external/chromium_org/base/files/
important_file_writer_unittest.cc 23 std::string GetFileContent(const FilePath& path) {
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/content/browser/fileapi/
local_file_stream_writer_unittest.cc 67 std::string GetFileContent(const base::FilePath& path) {
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/
session_manager_client.cc 45 std::string GetFileContent(const base::FilePath& path) {
623 base::Bind(&GetFileContent, device_policy_path),
632 base::Bind(&GetFileContent, GetUserFilePath(username, "stub_policy")),
637 return GetFileContent(GetUserFilePath(username, "stub_policy"));

Completed in 1989 milliseconds