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

  /external/chromium_org/third_party/webrtc/base/
fileutils.h 159 virtual bool MoveFolder(const Pathname &old_path,
175 return MoveFolder(old_path, new_path);
319 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) {
320 return EnsureDefaultFilesystem()->MoveFolder(old_path, new_path);
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_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 383 TEST_F(BookmarkEditorViewTest, MoveFolder) {

Completed in 423 milliseconds