Home
last modified time | relevance | path

Searched refs:jump_to (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.h175 void jump_to(LPCTSTR path, int mode);
176 void jump_to(LPCITEMIDLIST path, int mode);
H A Dmainframe.cpp1363 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 SDIMainFrame
1679 void SDIMainFrame::jump_to(LPCITEMIDLIST path, int mode) in jump_to() function in SDIMainFrame
1684 _shellBrowser->jump_to(shell_path); in jump_to()
H A Dshellbrowser.h138 void jump_to(LPCITEMIDLIST pidl);
H A Dshellbrowser.cpp120 jump_to(_create_info._shell_path); in Init()
126 void ShellBrowser::jump_to(LPCITEMIDLIST pidl) in jump_to() function in ShellBrowser