Searched refs:MoveFolder (Results 1 - 13 of 13) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.h64 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
H A Dwin32filesystem.h68 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
H A Dfileutils.h174 virtual bool MoveFolder(const Pathname &old_path,
190 return MoveFolder(old_path, new_path);
334 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::Filesystem
335 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
H A Dunixfilesystem.cc239 bool UnixFilesystem::MoveFolder(const Pathname &old_path, function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc259 bool Win32Filesystem::MoveFolder(const Pathname &old_path, function in class:talk_base::Win32Filesystem
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.h68 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
H A Dfileutils.h176 virtual bool MoveFolder(const Pathname &old_path,
192 return MoveFolder(old_path, new_path);
336 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::Filesystem
337 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
H A Dunixfilesystem.h81 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
H A Dfileutils_mock.h194 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc233 bool UnixFilesystem::MoveFolder(const Pathname &old_path, function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc259 bool Win32Filesystem::MoveFolder(const Pathname &old_path, function in class:talk_base::Win32Filesystem
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc341 TEST_F(BookmarkEditorViewTest, MoveFolder) {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc381 TEST_F(BookmarkEditorViewTest, MoveFolder) {

Completed in 99 milliseconds