OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFileContent
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.cc
9
base::Closure DummyFileSystem::
GetFileContent
(
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
(
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
(
dummy_file_system.h
61
virtual base::Closure
GetFileContent
(
fake_file_system.h
89
virtual base::Closure
GetFileContent
(
132
// Helpers of
GetFileContent
.
file_system_interface.h
339
virtual base::Closure
GetFileContent
(
file_system.h
129
virtual base::Closure
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/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/third_party/brotli/src/woff2/
file.h
25
inline std::string
GetFileContent
(std::string filename) {
woff2_compress.cc
35
string input = woff2::
GetFileContent
(filename);
woff2_decompress.cc
36
string input = woff2::
GetFileContent
(filename);
/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 1345 milliseconds