Searched refs:AddDirectory (Results 1 - 5 of 5) sorted by relevance

/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/native_client_sdk/src/tests/nacl_io_test/
H A Dhtml5_fs_test.cc205 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
220 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
286 ASSERT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
328 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
378 ppapi_html5_.filesystem_template()->AddDirectory("/dir", &fake_node));
428 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h85 bool AddDirectory(const Path& path, FakeHtml5FsNode** out_node);
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);
/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,

Completed in 158 milliseconds