OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDriveMyDriveRootPath
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system_unittest.cc
46
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
109
util::
GetDriveMyDriveRootPath
(),
123
util::
GetDriveMyDriveRootPath
().AppendASCII(
137
util::
GetDriveMyDriveRootPath
(),
152
util::
GetDriveMyDriveRootPath
().AppendASCII("Invalid File Name"),
webkit_file_stream_reader_impl_unittest.cc
72
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
92
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
112
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
133
util::
GetDriveMyDriveRootPath
().AppendASCII("non-existing.txt");
152
util::
GetDriveMyDriveRootPath
().AppendASCII("non-existing.txt");
169
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
192
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
change_list_loader_unittest.cc
162
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
228
util::
GetDriveMyDriveRootPath
()));
231
util::
GetDriveMyDriveRootPath
().AppendASCII(gdata_entry->title());
260
metadata_->GetResourceEntryByPath(util::
GetDriveMyDriveRootPath
(),
266
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
278
util::
GetDriveMyDriveRootPath
()));
317
util::
GetDriveMyDriveRootPath
()));
321
util::
GetDriveMyDriveRootPath
().AppendASCII(file->title());
411
util::
GetDriveMyDriveRootPath
()));
415
util::
GetDriveMyDriveRootPath
().AppendASCII(gdata_entry->title())
[
all
...]
file_system_util_unittest.cc
29
path =
GetDriveMyDriveRootPath
().AppendASCII("foo/bar012.txt");
33
path =
GetDriveMyDriveRootPath
().AppendASCII(
38
path =
GetDriveMyDriveRootPath
().AppendASCII("%19%20%21.txt");
45
path =
GetDriveMyDriveRootPath
().Append(
change_list_processor_unittest.cc
522
util::
GetDriveMyDriveRootPath
().AppendASCII("Directory 1"), &dir1));
535
EXPECT_EQ(util::
GetDriveMyDriveRootPath
().value(), file_path.value());
540
util::
GetDriveMyDriveRootPath
(), &entry));
545
util::
GetDriveMyDriveRootPath
().AppendASCII(new_file.title()), &entry));
549
util::
GetDriveMyDriveRootPath
().AppendASCII(dir1.title()), &entry));
577
EXPECT_EQ(util::
GetDriveMyDriveRootPath
().value(), file_path.value());
582
util::
GetDriveMyDriveRootPath
().AppendASCII(new_file.title()), &entry));
file_system_util.h
60
const base::FilePath&
GetDriveMyDriveRootPath
();
drive_file_stream_reader_unittest.cc
321
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
389
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
458
util::
GetDriveMyDriveRootPath
().AppendASCII("File 1.txt");
change_list_processor.cc
173
util::
GetDriveMyDriveRootPath
(), &root);
181
changed_dirs_.insert(util::
GetDriveMyDriveRootPath
());
fake_file_system.cc
154
if (file_path == util::
GetDriveMyDriveRootPath
()) {
file_system_util.cc
120
const base::FilePath&
GetDriveMyDriveRootPath
() {
sync_client_unittest.cc
237
util::
GetDriveMyDriveRootPath
().AppendASCII("moved_new_title"),
file_system_unittest.cc
454
EXPECT_TRUE(ReadDirectorySync(util::
GetDriveMyDriveRootPath
()));
484
EXPECT_TRUE(ReadDirectorySync(util::
GetDriveMyDriveRootPath
()));
change_list_loader.cc
732
base::FilePath(util::
GetDriveMyDriveRootPath
()),
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_revert_performer_unittest.cc
75
GetLocalResourceEntry(util::
GetDriveMyDriveRootPath
(), &my_drive));
107
util::
GetDriveMyDriveRootPath
()));
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc
293
drive::util::
GetDriveMyDriveRootPath
().Append(path).DirName(),
Completed in 788 milliseconds