Searched defs:MoveFolder (Results 1 – 4 of 4) sorted by relevance
341 TEST_F(BookmarkEditorViewTest, MoveFolder) { in TEST_F() argument
259 bool Win32Filesystem::MoveFolder(const Pathname &old_path, in MoveFolder() function in talk_base::Win32Filesystem
239 bool UnixFilesystem::MoveFolder(const Pathname &old_path, in MoveFolder() function in talk_base::UnixFilesystem
334 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder() function