Searched refs:jump_to (Results 1 – 4 of 4) sorted by relevance
175 void jump_to(LPCTSTR path, int mode);176 void jump_to(LPCITEMIDLIST path, int mode);
1363 pFrame->jump_to(pidl, mode); in Create()1512 jump_to(shell_path, wparam); ///@todo content of 'path' not used any more in WndProc()1665 void SDIMainFrame::jump_to(LPCTSTR path, int mode) in jump_to() function in SDIMainFrame1679 void SDIMainFrame::jump_to(LPCITEMIDLIST path, int mode) in jump_to() function in SDIMainFrame1684 _shellBrowser->jump_to(shell_path); in jump_to()
138 void jump_to(LPCITEMIDLIST pidl);
120 jump_to(_create_info._shell_path); in Init()126 void ShellBrowser::jump_to(LPCITEMIDLIST pidl) in jump_to() function in ShellBrowser