Searched defs:AddDirectory (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change_unittest.cc23 FileChange AddDirectory() { function in namespace:sync_file_system::__anon4877
68 const FileChange kInput3[] = { AddDirectory(), DeleteDirectory() };
79 const FileChange kInput5[] = { DeleteDirectory(), AddDirectory() };
80 const FileChange kExpected5[] = { AddDirectory() };
95 AddDirectory(),
97 const FileChange kExpected1[] = { DeleteFile(), AddDirectory() };
113 AddDirectory(),
124 AddDirectory(),
/external/chromium_org/content/common/
H A Dsandbox_win.cc116 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, function in namespace:content::__anon7648
699 AddDirectory(base::DIR_WINDOWS_FONTS,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc151 AddDirectory("/", NULL);
195 bool FakeHtml5FsFilesystem::AddDirectory(const Path& path, function in class:FakeHtml5FsFilesystem
536 bool result = filesystem->AddDirectory(directory_ref_resource->path, NULL);

Completed in 240 milliseconds