Home
last modified time | relevance | path

Searched refs:CreateFolder (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/bookmarks/
Dchrome_bookmark_client_unittest.cc71 static base::DictionaryValue* CreateFolder(const std::string& title, in CreateFolder() function in ChromeBookmarkClientTest
82 folder->Append(CreateFolder("Empty", empty)); in CreateTestTree()
87 list->Append(CreateFolder("Folder", folder)); in CreateTestTree()
93 return CreateFolder(GetManagedFolderTitle(), CreateTestTree()); in CreateExpectedTree()
179 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
196 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
203 updated->Append(CreateFolder("Container", CreateTestTree())); in TEST_F()
217 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
/external/chromium_org/components/policy/core/browser/
Dmanaged_bookmarks_tracker_unittest.cc100 static base::DictionaryValue* CreateFolder(const std::string& title, in CreateFolder() function in policy::ManagedBookmarksTrackerTest
111 folder->Append(CreateFolder("Empty", empty)); in CreateTestTree()
116 list->Append(CreateFolder("Folder", folder)); in CreateTestTree()
131 return CreateFolder(GetManagedFolderTitle(), CreateTestTree()); in CreateExpectedTree()
212 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
232 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
242 updated->Append(CreateFolder("Container", CreateTestTree())); in TEST_F()
256 CreateFolder(GetManagedFolderTitle(), updated.release())); in TEST_F()
/external/chromium_org/third_party/webrtc/base/
Dpathutils.h120 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function
121 return Filesystem::CreateFolder(path); in CreateFolder()
126 return !create || CreateFolder(path); in FinishPath()
Dunixfilesystem.cc91 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { in CreateFolder() function in rtc::UnixFilesystem
112 if (!CreateFolder(Pathname(pathname.substr(0, len)), mode)) { in CreateFolder()
120 bool UnixFilesystem::CreateFolder(const Pathname &path) { in CreateFolder() function in rtc::UnixFilesystem
121 return CreateFolder(path, 0755); in CreateFolder()
202 return !create || CreateFolder(pathname); in GetTemporaryFolder()
460 if (!CreateFolder(*path, 0700)) { in GetAppDataFolder()
Dunixfilesystem.h59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode);
62 virtual bool CreateFolder(const Pathname &pathname);
Dwin32filesystem.cc33 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { in CreateFolder() function in rtc::Win32Filesystem
55 if (!CreateFolder(parent)) { in CreateFolder()
217 return !create || CreateFolder(pathname); in GetTemporaryFolder()
371 return CreateFolder(*path); in GetAppDataFolder()
Dfileutils.h152 virtual bool CreateFolder(const Pathname &pathname) = 0;
290 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
291 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
Dwin32filesystem.h40 virtual bool CreateFolder(const Pathname &pathname);
Dfileutils_mock.h173 bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
Dfileutils.cc159 if (!CreateFolder(new_dir)) in DirectoryIterator()
Ddiskcache.cc68 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
/external/protobuf/gtest/src/
Dgtest-filepath.cc279 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
286 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/gtest/src/
Dgtest-filepath.cc313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/chromium_org/testing/gtest/src/
Dgtest-filepath.cc318 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
325 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest-filepath.cc311 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
318 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc309 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
316 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/external/gtest/include/gtest/internal/
Dgtest-filepath.h150 bool CreateFolder() const;
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-filepath.h150 bool CreateFolder() const;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h154 bool CreateFolder() const;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dremote_to_local_syncer.h190 void CreateFolder(scoped_ptr<SyncTaskToken> token);
Dremote_to_local_syncer.cc522 CreateFolder(token.Pass()); in DidPrepareForFolderUpdate()
541 CreateFolder(token.Pass()); in DidPrepareForFolderUpdate()
835 void RemoteToLocalSyncer::CreateFolder(scoped_ptr<SyncTaskToken> token) { in CreateFolder() function in sync_file_system::drive_backend::RemoteToLocalSyncer

12