Searched defs:AddDirectory (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/sync_file_system/ |
H A D | file_change_unittest.cc | 23 FileChange AddDirectory() { function in namespace:sync_file_system::__anon6097 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/chrome/common/ |
H A D | sandbox_policy.cc | 124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, function in namespace:__anon2874 293 if (!AddDirectory(base::DIR_TEMP, NULL, true, 297 if (!AddDirectory(base::DIR_IE_INTERNET_CACHE, NULL, true, 301 if (!AddDirectory(base::DIR_APP_DATA, NULL, true, 306 if (!AddDirectory(base::DIR_PROFILE, NULL, false, /*not recursive*/ 311 if (!AddDirectory(base::DIR_APP_DATA, L"Adobe", true, 316 if (!AddDirectory(base::DIR_APP_DATA, L"Macromedia", true, 321 if (!AddDirectory(base::DIR_LOCAL_APP_DATA, NULL, true, 342 if (!AddDirectory(base::DIR_LOCAL_APP_DATA_LOW, NULL, true, 350 if (!AddDirectory(bas [all...] |
/external/chromium_org/content/common/ |
H A D | sandbox_win.cc | 112 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, function in namespace:content::__anon8395
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
H A D | fake_pepper_interface_html5fs.cc | 151 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 122 milliseconds