/external/chromium_org/chrome/browser/bookmarks/ |
D | chrome_bookmark_client_unittest.cc | 71 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/ |
D | managed_bookmarks_tracker_unittest.cc | 100 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/ |
D | pathutils.h | 120 inline bool CreateFolder(const Pathname& path) { in CreateFolder() function 121 return Filesystem::CreateFolder(path); in CreateFolder() 126 return !create || CreateFolder(path); in FinishPath()
|
D | unixfilesystem.cc | 91 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()
|
D | unixfilesystem.h | 59 virtual bool CreateFolder(const Pathname &pathname, mode_t mode); 62 virtual bool CreateFolder(const Pathname &pathname);
|
D | win32filesystem.cc | 33 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()
|
D | fileutils.h | 152 virtual bool CreateFolder(const Pathname &pathname) = 0; 290 static bool CreateFolder(const Pathname &pathname) { in CreateFolder() function 291 return EnsureDefaultFilesystem()->CreateFolder(pathname); in CreateFolder()
|
D | win32filesystem.h | 40 virtual bool CreateFolder(const Pathname &pathname);
|
D | fileutils_mock.h | 173 bool CreateFolder(const Pathname &pathname) { in CreateFolder() function
|
D | fileutils.cc | 159 if (!CreateFolder(new_dir)) in DirectoryIterator()
|
D | diskcache.cc | 68 if (!folder_.empty() || !Filesystem::CreateFolder(folder)) in Initialize()
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 279 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 286 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/gtest/src/ |
D | gtest-filepath.cc | 313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 311 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/ |
D | gtest-filepath.cc | 318 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/ |
D | gtest-filepath.cc | 311 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/ |
D | gtest-filepath.cc | 309 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively() 316 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
|
/external/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 150 bool CreateFolder() const;
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 150 bool CreateFolder() const;
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 154 bool CreateFolder() const;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | remote_to_local_syncer.h | 190 void CreateFolder(scoped_ptr<SyncTaskToken> token);
|
D | remote_to_local_syncer.cc | 522 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
|