Searched refs:AddDirectory (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/sync_file_system/ |
D | file_change_unittest.cc | 23 FileChange AddDirectory() { in AddDirectory() function 68 const FileChange kInput3[] = { AddDirectory(), DeleteDirectory() }; in TEST() 79 const FileChange kInput5[] = { DeleteDirectory(), AddDirectory() }; in TEST() 80 const FileChange kExpected5[] = { AddDirectory() }; in TEST() 95 AddDirectory(), in TEST() 97 const FileChange kExpected1[] = { DeleteFile(), AddDirectory() }; in TEST() 113 AddDirectory(), in TEST() 124 AddDirectory(), in TEST()
|
/external/chromium/chrome/common/ |
D | sandbox_policy.cc | 124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, in AddDirectory() function 293 if (!AddDirectory(base::DIR_TEMP, NULL, true, in ApplyPolicyForUntrustedPlugin() 297 if (!AddDirectory(base::DIR_IE_INTERNET_CACHE, NULL, true, in ApplyPolicyForUntrustedPlugin() 301 if (!AddDirectory(base::DIR_APP_DATA, NULL, true, in ApplyPolicyForUntrustedPlugin() 306 if (!AddDirectory(base::DIR_PROFILE, NULL, false, /*not recursive*/ in ApplyPolicyForUntrustedPlugin() 311 if (!AddDirectory(base::DIR_APP_DATA, L"Adobe", true, in ApplyPolicyForUntrustedPlugin() 316 if (!AddDirectory(base::DIR_APP_DATA, L"Macromedia", true, in ApplyPolicyForUntrustedPlugin() 321 if (!AddDirectory(base::DIR_LOCAL_APP_DATA, NULL, true, in ApplyPolicyForUntrustedPlugin() 342 if (!AddDirectory(base::DIR_LOCAL_APP_DATA_LOW, NULL, true, in ApplyPolicyForUntrustedPlugin() 350 if (!AddDirectory(base::DIR_APP_DATA, L"..", false, in ApplyPolicyForUntrustedPlugin()
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | mount_html5fs_test.cc | 169 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL)); in TEST_F() 185 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL)); in TEST_F() 241 ASSERT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL)); in TEST_F() 284 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL)); in TEST_F() 335 ppapi_html5_.filesystem_template()->AddDirectory("/dir", &fake_node)); in TEST_F() 388 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL)); in TEST_F()
|
D | fake_pepper_interface_html5fs.cc | 151 AddDirectory("/", NULL); in Clear() 195 bool FakeHtml5FsFilesystem::AddDirectory(const Path& path, in AddDirectory() function in FakeHtml5FsFilesystem 536 bool result = filesystem->AddDirectory(directory_ref_resource->path, NULL); in MakeDirectory()
|
D | fake_pepper_interface_html5fs.h | 82 bool AddDirectory(const Path& path, FakeHtml5FsNode** out_node);
|
/external/chromium_org/content/common/ |
D | sandbox_win.cc | 112 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, in AddDirectory() function
|