Home
last modified time | relevance | path

Searched refs:go_to (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.h88 virtual bool go_to(LPCTSTR url, bool new_window);
127 virtual bool go_to(LPCTSTR url, bool new_window);
H A Dmainframe.cpp502 go_to(node._pbookmark->_url, new_window); in Notify()
681 bool MainFrameBase::go_to(LPCTSTR url, bool new_window) in go_to() function in MainFrameBase
1313 bool MDIMainFrame::go_to(LPCTSTR url, bool new_window) in go_to() function in MDIMainFrame
1326 return super::go_to(url, new_window); in go_to()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h1577 go_to(child); in add_down()
1597 go_to(node); in go_down()
1609 go_to(node);
1621 go_to(node); in iterate()
1638 go_to(node); in create_relative()
1662 go_to(node); in smart_create()
1673 go_to(node); in smart_create()
1700 go_to(node);
1718 go_to(node); in smart_create()
1730 go_to(node); in smart_create()
[all …]
H A Dxmlstorage.cpp121 go_to(node); in go()
135 go_to(node); in go()
H A Dwindow.cpp517 return go_to((LPCTSTR)lparam)? TRUE: FALSE; in WndProc()
553 bool ChildWindow::go_to(LPCTSTR url) in go_to() function in ChildWindow
H A Dwindow.h313 bool go_to(LPCTSTR url);