Home
last modified time | relevance | path

Searched defs:MoveFolder (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view_unittest.cc341 TEST_F(BookmarkEditorViewTest, MoveFolder) { in TEST_F() argument
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc259 bool Win32Filesystem::MoveFolder(const Pathname &old_path, in MoveFolder() function in talk_base::Win32Filesystem
Dunixfilesystem.cc239 bool UnixFilesystem::MoveFolder(const Pathname &old_path, in MoveFolder() function in talk_base::UnixFilesystem
Dfileutils.h334 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder() function