HomeSort by relevance Sort by last modified time
    Searched refs:AddDirectory (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
file_change_unittest.cc 23 FileChange AddDirectory() {
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/
sandbox_policy.cc 124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children,
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(base::DIR_APP_DATA, L"..", false
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_html5fs_test.cc 169 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
185 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
241 ASSERT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
284 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
335 ppapi_html5_.filesystem_template()->AddDirectory("/dir", &fake_node));
388 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddDirectory("/dir", NULL));
fake_pepper_interface_html5fs.h 82 bool AddDirectory(const Path& path, FakeHtml5FsNode** out_node);
fake_pepper_interface_html5fs.cc 151 AddDirectory("/", NULL);
195 bool FakeHtml5FsFilesystem::AddDirectory(const Path& path,
536 bool result = filesystem->AddDirectory(directory_ref_resource->path, NULL);
  /external/chromium_org/content/common/
sandbox_win.cc 112 bool AddDirectory(int path, const wchar_t* sub_dir, bool children,

Completed in 779 milliseconds