Home
last modified time | relevance | path

Searched refs:_url (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dfavorites.cpp76 _url = DecodeURLString(cont); in read_url()
88 _url = pos.get("href").c_str(); in read()
121 return !_url.empty(); // _url is mandatory. in read()
129 pos["href"] = _url.c_str(); in write()
319 if (!bookmark._url.empty()) in write()
H A Dfavorites.h38 String _url; member
H A Dstartmenu.cpp2254 String lwr_url = bookmark._url; in AddEntries()
2284 String url = bookmark._url; in Command()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp480 if (!node._pbookmark->_url.empty()) { in Notify()
484 txt += node._pbookmark->_url; in Notify()
502 go_to(node._pbookmark->_url, new_window); in Notify()
1526 MainFrameBase::Create(ExplorerCmd(_url, true)); in Command()
1658 if (_url != url) { in set_url()
1659 _url = url; in set_url()
H A Dmainframe.h165 String _url; member
H A Dshellbrowser.cpp700 MainFrameBase::Create(ExplorerCmd(_url, false)); in WndProc()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp512 SendMessage(_hwndFrame, PM_URL_CHANGED, 0, (LPARAM)_url.c_str()); in WndProc()
569 if (_url != url) { in set_url()
570 _url = url; in set_url()
H A Dwindow.h333 String _url; member