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

  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.h 85 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h 68 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
fileutils.h 177 virtual bool MoveFolder(const Pathname &old_path,
193 return MoveFolder(old_path, new_path);
337 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
338 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
fileutils_mock.h 194 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 257 bool UnixFilesystem::MoveFolder(const Pathname &old_path,
win32filesystem.cc 259 bool Win32Filesystem::MoveFolder(const Pathname &old_path,
  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.h 68 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h 51 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
fileutils.h 160 virtual bool MoveFolder(const Pathname &old_path,
176 return MoveFolder(old_path, new_path);
320 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
321 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
fileutils_mock.h 177 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 240 bool UnixFilesystem::MoveFolder(const Pathname &old_path,
win32filesystem.cc 242 bool Win32Filesystem::MoveFolder(const Pathname &old_path,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 382 TEST_F(BookmarkEditorViewTest, MoveFolder) {

Completed in 115 milliseconds